Trace number 2073215

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 611.932 617.77

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-32-4.xml
MD5SUM7abec0eca5a53922cc4d4b6c3d9fa074
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.73373
Satisfiable
(Un)Satisfiability was proved
Number of variables496
Number of constraints4960
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4960
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:20:10 2009
0.00/0.08	c 0	PID 19426
0.06/0.08	c 0	HOST node58.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2073215-1247358009.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073215-1247358009.xml' 'HOME/temp.csp'
0.06/0.90	c 0	1 domains, 496 variables, 1 predicates, 0 relations, 4960 constraints
0.06/0.92	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.00	c 1	Parsing HOME/temp.csp
1.03/1.15	c 1	parsed 5458 expressions
1.03/1.16	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.16	c 1	Converting to clausal form CSP
1.13/1.24	c 1	converted 546 (10%) expressions
1.33/1.42	c 1	converted 1092 (20%) expressions
1.43/1.51	c 1	converted 1638 (30%) expressions
1.43/1.56	c 1	converted 2184 (40%) expressions
1.53/1.60	c 1	converted 2729 (50%) expressions
1.53/1.64	c 1	converted 3275 (60%) expressions
1.63/1.75	c 1	converted 3821 (70%) expressions
1.63/1.79	c 1	converted 4367 (80%) expressions
1.73/1.83	c 1	converted 4913 (90%) expressions
1.73/1.87	c 1	converted 5458 (100%) expressions
1.73/1.87	c 1	CSP : 496 integers, 0 booleans, 4960 clauses, largest domain size 4
1.73/1.87	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.87	c 1	Propagation in CSP
1.83/1.90	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.83/1.90	c 1	CSP : 496 integers, 0 booleans, 4960 clauses, largest domain size 4
1.83/1.90	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.83/1.91	c 1	Simplifing CSP by introducing new Boolean variables
2.04/2.13	c 2	CSP : 496 integers, 29760 booleans, 34720 clauses, largest domain size 4
2.04/2.13	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.25	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.13/2.27	c 2	50 (10%) CSP integer variables are encoded (100 clauses, 1020 bytes)
2.13/2.28	c 2	100 (20%) CSP integer variables are encoded (200 clauses, 2120 bytes)
2.13/2.28	c 2	149 (30%) CSP integer variables are encoded (298 clauses, 3198 bytes)
2.13/2.28	c 2	199 (40%) CSP integer variables are encoded (398 clauses, 4298 bytes)
2.13/2.28	c 2	248 (50%) CSP integer variables are encoded (496 clauses, 5376 bytes)
2.13/2.28	c 2	298 (60%) CSP integer variables are encoded (596 clauses, 6476 bytes)
2.13/2.29	c 2	348 (70%) CSP integer variables are encoded (696 clauses, 7636 bytes)
2.13/2.29	c 2	397 (80%) CSP integer variables are encoded (794 clauses, 8910 bytes)
2.13/2.29	c 2	447 (90%) CSP integer variables are encoded (894 clauses, 10210 bytes)
2.13/2.29	c 2	496 (100%) CSP integer variables are encoded (992 clauses, 11484 bytes)
2.22/2.38	c 2	3472 (10%) CSP clauses are encoded (13392 clauses, 192248 bytes)
2.32/2.42	c 2	6944 (20%) CSP clauses are encoded (25792 clauses, 385348 bytes)
2.32/2.46	c 2	10416 (30%) CSP clauses are encoded (38192 clauses, 580845 bytes)
2.41/2.51	c 2	13888 (40%) CSP clauses are encoded (50592 clauses, 790481 bytes)
2.41/2.55	c 2	17360 (50%) CSP clauses are encoded (62992 clauses, 999385 bytes)
2.41/2.59	c 2	20832 (60%) CSP clauses are encoded (75392 clauses, 1209633 bytes)
2.52/2.64	c 2	24304 (70%) CSP clauses are encoded (87792 clauses, 1419941 bytes)
2.52/2.68	c 2	27776 (80%) CSP clauses are encoded (100192 clauses, 1631809 bytes)
2.62/2.72	c 2	31248 (90%) CSP clauses are encoded (112592 clauses, 1853817 bytes)
2.62/2.76	c 2	34720 (100%) CSP clauses are encoded (124992 clauses, 2078009 bytes)
2.62/2.76	c 2	34720 CSP clauses encoded
2.62/2.76	c 2	Writing map file : HOME/temp.map
2.62/2.78	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.62/2.78	c 2	SAT : 31248 SAT variables, 124992 SAT clauses, 2078009 bytes
2.62/2.78	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.70/2.81	c 2	SOLVING HOME/temp.cnf
2.70/2.81	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
611.45/617.38	c 617	DECODING HOME/temp.out WITH HOME/temp.map
611.45/617.38	c 617	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
611.56/617.47	c 617	Decoding HOME/temp.out
611.56/617.72	s SATISFIABLE
611.56/617.74	v 2 3 0 0 1 2 0 3 1 3 2 2 0 2 0 1 1 3 3 3 2 1 3 2 2 0 0 3 0 2 1 3 0 0 0 0 1 3 2 2 3 1 3 1 2 3 0 2 2 2 0 0 3 1 3 1 0 1 1 0 2 0 1 0 3 0 2 1 2 2 3 2 1 0 1 2 0 2 1 2 3 0 3 2 0 3 2 3 1 3 3 2 3 1 3 0 1 2 2 3 0 2 1 2 3 0 1 1 1 3 3 0 2 3 2 2 2 1 1 1 3 1 3 3 0 2 1 0 2 2 2 0 1 0 3 1 2 0 3 1 2 2 3 2 3 2 1 0 2 2 0 1 3 0 1 2 3 1 2 2 2 3 3 0 2 3 1 1 0 3 0 1 2 0 1 0 0 0 1 3 1 3 0 0 1 1 2 2 1 3 3 2 0 2 3 2 1 2 2 3 2 3 0 2 2 2 2 1 0 0 3 3 3 1 3 3 0 2 1 0 0 1 1 3 0 3 2 2 1 0 0 2 1 3 1 2 0 0 1 0 3 2 3 1 2 3 2 2 3 3 3 1 3 0 0 3 0 2 1 3 1 1 0 0 0 3 1 3 0 3 3 0 0 1 0 0 3 2 2 0 3 2 0 1 2 0 3 1 1 0 1 3 2 3 3 0 0 2 1 0 1 0 1 3 1 2 2 0 0 1 1 3 2 2 1 1 3 0 0 0 0 3 0 3 1 0 1 2 0 1 3 0 3 0 2 0 1 2 1 3 2 2 1 1 2 2 3 1 2 3 1 0 3 1 2 3 3 2 0 1 1 0 3 0 3 1 2 3 1 2 1 3 3 1 0 0 0 0 1 0 0 2 1 3 1 0 0 3 3 3 2 3 1 1 3 2 0 3 1 1 3 3 0 1 2 1 1 1 1 1 1 3 2 2 2 3 2 3 0 0 2 0 3 3 2 1 1 2 3 3 3 2 2 3 3 3 2 2 1 3 3 3 2 0 1 2 2 1 2 1 2 0 2 3 0 1 1 0 2 0 0 0 1 0 1 3 1 3 1 2 1 2 2 0 1 2 2 3 2 0 2 1 3 3 0 1 0 1 3 0 0 0 1 1 1 2
611.56/617.74	c 617	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
611.56/617.77	c 617	CPU 611.91 (0.06 0.02 611.06 0.77)
611.56/617.77	c 617	END Sun Jul 12 02:30:27 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2073215-1247358009/watcher-2073215-1247358009 -o /tmp/evaluation-result-2073215-1247358009/solver-2073215-1247358009 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2073215-1247358009.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 19426
/proc/meminfo: memFree=1693912/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=12132 CPUtime=0
/proc/19426/stat : 19426 (sugar) R 19424 19426 18006 0 -1 4194304 219 0 0 0 0 0 0 0 20 0 1 0 22864077 12423168 187 996147200 4194304 4206940 548682068608 18446744073709551615 226238042849 0 0 4224 0 0 0 0 17 1 0 0
/proc/19426/statm: 3033 187 142 3 0 133 0

[startup+0.0820981 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 19426
/proc/meminfo: memFree=1693912/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16740 CPUtime=0.06
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22864077 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101111 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 19426
/proc/meminfo: memFree=1693912/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=0.06
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22864077 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301708 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 19426
/proc/meminfo: memFree=1693912/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=0.06
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22864077 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701749 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 19426
/proc/meminfo: memFree=1693912/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=0.06
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22864077 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50182 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 19448
/proc/meminfo: memFree=1686336/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=0.88
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1309 7460 0 1 5 2 77 4 15 0 1 0 22864077 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1111 409 3 0 796 0
[pid=19439] ppid=19426 vsize=5356 CPUtime=0
/proc/19439/stat : 19439 (sh) S 19426 19426 18006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22864169 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19439/statm: 1339 233 193 169 0 50 0
[pid=19440] ppid=19439 vsize=868596 CPUtime=0.55
/proc/19440/stat : 19440 (java) S 19439 19426 18006 0 -1 0 7127 0 1 0 51 4 0 0 18 0 9 0 22864169 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19440/statm: 217149 6379 2566 9 0 211654 0
[pid=19440/tid=19441] ppid=19439 vsize=868596 CPUtime=0.29
/proc/19440/task/19441/stat : 19441 (java) R 19439 19426 18006 0 -1 64 2665 0 1 0 28 1 0 0 21 0 9 0 22864170 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19440/tid=19442] ppid=19439 vsize=868596 CPUtime=0.07
/proc/19440/task/19442/stat : 19442 (java) R 19439 19426 18006 0 -1 64 2290 0 0 0 7 0 0 0 16 0 9 0 22864171 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 104187600 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19440/tid=19443] ppid=19439 vsize=868596 CPUtime=0
/proc/19440/task/19443/stat : 19443 (java) S 19439 19426 18006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22864172 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19440/tid=19444] ppid=19439 vsize=868596 CPUtime=0
/proc/19440/task/19444/stat : 19444 (java) S 19439 19426 18006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22864172 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19440/tid=19445] ppid=19439 vsize=868596 CPUtime=0
/proc/19440/task/19445/stat : 19445 (java) S 19439 19426 18006 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22864174 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19440/tid=19446] ppid=19439 vsize=868596 CPUtime=0.15
/proc/19440/task/19446/stat : 19446 (java) S 19439 19426 18006 0 -1 64 1472 0 0 0 15 0 0 0 16 0 9 0 22864174 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19440/tid=19447] ppid=19439 vsize=868596 CPUtime=0
/proc/19440/task/19447/stat : 19447 (java) S 19439 19426 18006 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22864174 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19440/tid=19448] ppid=19439 vsize=868596 CPUtime=0
/proc/19440/task/19448/stat : 19448 (java) S 19439 19426 18006 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22864174 889442304 6379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890820

[startup+3.10196 s]
/proc/loadavg: 2.01 2.01 2.00 4/85 19448
/proc/meminfo: memFree=1661632/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 16868

[startup+6.30224 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 19450
/proc/meminfo: memFree=1682560/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=6284 CPUtime=3.45
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 1420 0 0 0 288 57 0 0 25 0 1 0 22864358 6434816 1398 996147200 134512640 134931368 4294956256 18446744073709551615 134544825 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 1571 1398 42 102 0 1466 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 28508

[startup+12.7018 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 19450
/proc/meminfo: memFree=1681856/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=6944 CPUtime=9.79
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 1561 0 0 0 922 57 0 0 25 0 1 0 22864358 7110656 1525 996147200 134512640 134931368 4294956256 18446744073709551615 134544773 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 1736 1525 42 102 0 1631 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 29168

[startup+25.5029 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 19450
/proc/meminfo: memFree=1681664/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=7156 CPUtime=22.46
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 1642 0 0 0 2189 57 0 0 25 0 1 0 22864358 7327744 1604 996147200 134512640 134931368 4294956256 18446744073709551615 134525528 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 1789 1604 48 102 0 1684 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 29380

[startup+51.1022 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 19450
/proc/meminfo: memFree=1681536/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=7320 CPUtime=47.82
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 1684 0 0 0 4725 57 0 0 25 0 1 0 22864358 7495680 1646 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 1830 1646 48 102 0 1725 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 29544

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19450
/proc/meminfo: memFree=1680192/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=7588 CPUtime=98.55
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 1768 0 0 0 9798 57 0 0 25 0 1 0 22864358 7770112 1730 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 1897 1730 48 102 0 1792 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 29812

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19450
/proc/meminfo: memFree=1678912/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=8100 CPUtime=157.99
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 1920 0 0 0 15742 57 0 0 25 0 1 0 22864358 8294400 1882 996147200 134512640 134931368 4294956256 18446744073709551615 134524192 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 2025 1882 48 102 0 1920 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 30324

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19450
/proc/meminfo: memFree=1676992/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=8360 CPUtime=217.42
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 2059 0 0 0 21685 57 0 0 25 0 1 0 22864358 8560640 1920 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 2090 1920 48 102 0 1985 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 30584


################
# More data... #
################


[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19450
/proc/meminfo: memFree=1668800/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=10472 CPUtime=395.75
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 3036 0 0 0 39517 58 0 0 25 0 1 0 22864358 10723328 2475 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 2618 2475 48 102 0 2513 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 32696

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19450
/proc/meminfo: memFree=1668544/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=10736 CPUtime=455.18
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 3208 0 0 0 45460 58 0 0 25 0 1 0 22864358 10993664 2547 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 2684 2547 48 102 0 2579 0
Current children cumulated CPU time (s) 457.9
Current children cumulated vsize (KiB) 32960

[startup+522.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 19450
/proc/meminfo: memFree=1660096/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=12696 CPUtime=514.63
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 3864 0 0 0 51404 59 0 0 25 0 1 0 22864358 13000704 3044 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 3174 3044 48 102 0 3069 0
Current children cumulated CPU time (s) 517.35
Current children cumulated vsize (KiB) 34920

[startup+582.302 s]
/proc/loadavg: 2.12 2.04 2.01 3/77 19450
/proc/meminfo: memFree=1659200/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=13980 CPUtime=574.06
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 4296 0 0 0 57347 59 0 0 25 0 1 0 22864358 14315520 3364 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 3495 3364 48 102 0 3390 0
Current children cumulated CPU time (s) 576.78
Current children cumulated vsize (KiB) 36204

Solver just ended. Dumping a history of the last processes samples

[startup+588.702 s]
/proc/loadavg: 2.10 2.04 2.01 3/77 19450
/proc/meminfo: memFree=1658624/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=14636 CPUtime=580.4
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 4455 0 0 0 57981 59 0 0 25 0 1 0 22864358 14987264 3523 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 3659 3523 48 102 0 3554 0
Current children cumulated CPU time (s) 583.12
Current children cumulated vsize (KiB) 36860

[startup+601.502 s]
/proc/loadavg: 2.09 2.04 2.00 3/77 19450
/proc/meminfo: memFree=1657216/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=15812 CPUtime=593.09
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 4823 0 0 0 59250 59 0 0 25 0 1 0 22864358 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 595.81
Current children cumulated vsize (KiB) 38036

[startup+607.901 s]
/proc/loadavg: 2.08 2.04 2.00 3/77 19450
/proc/meminfo: memFree=1657216/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=15812 CPUtime=599.42
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 4823 0 0 0 59883 59 0 0 25 0 1 0 22864358 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 602.14
Current children cumulated vsize (KiB) 38036

[startup+614.303 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 19450
/proc/meminfo: memFree=1657216/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=15812 CPUtime=605.76
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 4823 0 0 0 60517 59 0 0 25 0 1 0 22864358 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 608.48
Current children cumulated vsize (KiB) 38036

[startup+615.903 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 19450
/proc/meminfo: memFree=1657216/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=15812 CPUtime=607.35
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 4823 0 0 0 60676 59 0 0 25 0 1 0 22864358 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 610.07
Current children cumulated vsize (KiB) 38036

[startup+616.702 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 19450
/proc/meminfo: memFree=1657216/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=2.72
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1365 18773 0 2 5 2 252 13 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
[pid=19449] ppid=19426 vsize=5356 CPUtime=0
/proc/19449/stat : 19449 (sh) S 19426 19426 18006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22864358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19449/statm: 1339 232 193 169 0 50 0
[pid=19450] ppid=19449 vsize=15812 CPUtime=608.14
/proc/19450/stat : 19450 (picosat) R 19449 19426 18006 0 -1 4194304 4823 0 0 0 60755 59 0 0 25 0 1 0 22864358 16191488 3831 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 3953 3831 48 102 0 3848 0
Current children cumulated CPU time (s) 610.86
Current children cumulated vsize (KiB) 38036

[startup+617.502 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 19450
/proc/meminfo: memFree=1657216/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=611.56
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1446 23887 0 2 5 2 61075 74 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 611.56
Current children cumulated vsize (KiB) 16868

[startup+617.702 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 19450
/proc/meminfo: memFree=1657216/2055920 swapFree=4192812/4192956
[pid=19426] ppid=19424 vsize=16868 CPUtime=611.56
/proc/19426/stat : 19426 (sugar) S 19424 19426 18006 0 -1 4194304 1446 23887 0 2 5 2 61075 74 16 0 1 0 22864077 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19426/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 611.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 617.77
CPU time (s): 611.932
CPU user time (s): 611.128
CPU system time (s): 0.803877
CPU usage (%): 99.0549
Max. virtual memory (cumulated for all children) (KiB): 891072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 611.128
system time used= 0.803877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29345
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3235
involuntary context switches= 16000

runsolver used 0.700893 second user time and 2.12368 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 02:20:09
IDJOB=2073215
IDBENCH=55958
IDSOLVER=738
FILE ID=node58/2073215-1247358009
PBS_JOBID= 9506854
Free space on /tmp= 66220 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-32-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2073215-1247358009/watcher-2073215-1247358009 -o /tmp/evaluation-result-2073215-1247358009/solver-2073215-1247358009 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2073215-1247358009.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7abec0eca5a53922cc4d4b6c3d9fa074
RANDOM SEED=1900346836

node58.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1694328 kB
Buffers:         60032 kB
Cached:         214004 kB
SwapCached:        140 kB
Active:         163880 kB
Inactive:       140320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          41224 kB
Slab:            42612 kB
Committed_AS:   187132 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node58 at 2009-07-12 02:30:27