Trace number 1039989

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.13+picosatSAT 569.869 575.641

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-9_glb.xml
MD5SUM8ba45946ef8405b9c947640d2d7b6833
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.06499
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints21
Maximum constraint arity81
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(20)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/picosat
0.00/0.13	c 0	BEGIN Wed Jul  2 13:15:18 2008
0.00/0.13	c 0	PID 4959
0.00/0.14	c 0	HOST node55.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1039989-1214997318.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039989-1214997318.xml' 'HOME/temp.csp'
0.03/0.32	c 0	1 domains, 81 variables, 0 predicates, 0 relations, 21 constraints
0.03/0.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.23/0.45	c 0	Parsing HOME/temp.csp
0.23/0.50	c 0	parsed 103 expressions
0.23/0.51	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.51	c 0	Converting to clausal form CSP
0.23/0.53	c 0	converted 11 (10%) expressions
0.23/0.53	c 0	converted 21 (20%) expressions
0.23/0.53	c 0	converted 31 (30%) expressions
0.23/0.53	c 0	converted 42 (40%) expressions
0.23/0.53	c 0	converted 52 (50%) expressions
0.23/0.53	c 0	converted 62 (60%) expressions
0.23/0.53	c 0	converted 73 (70%) expressions
0.23/0.55	c 0	converted 83 (80%) expressions
0.23/0.68	c 1	converted 93 (90%) expressions
0.94/1.14	c 1	converted 103 (100%) expressions
0.94/1.14	c 1	CSP : 361 integers, 0 booleans, 3842 clauses, largest domain size 401
0.94/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.14	c 1	Propagation in CSP
1.03/1.20	c 1	1600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.21	c 1	CSP : 361 integers, 0 booleans, 3842 clauses, largest domain size 361
1.03/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.21	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.29	c 1	CSP : 361 integers, 6480 booleans, 10322 clauses, largest domain size 361
1.03/1.29	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.36	c 1	37 (10%) CSP integer variables are encoded (2923 clauses, 35878 bytes)
1.13/1.36	c 1	73 (20%) CSP integer variables are encoded (5767 clauses, 72850 bytes)
1.13/1.37	c 1	109 (30%) CSP integer variables are encoded (12611 clauses, 167239 bytes)
1.13/1.38	c 1	145 (40%) CSP integer variables are encoded (20535 clauses, 286099 bytes)
1.13/1.39	c 1	181 (50%) CSP integer variables are encoded (28539 clauses, 406159 bytes)
1.23/1.40	c 1	217 (60%) CSP integer variables are encoded (36463 clauses, 525019 bytes)
1.23/1.42	c 1	253 (70%) CSP integer variables are encoded (44587 clauses, 646879 bytes)
1.23/1.43	c 1	289 (80%) CSP integer variables are encoded (52511 clauses, 765739 bytes)
1.23/1.44	c 1	325 (90%) CSP integer variables are encoded (60435 clauses, 884599 bytes)
1.23/1.45	c 1	361 (100%) CSP integer variables are encoded (68519 clauses, 1005859 bytes)
16.50/16.92	c 17	1033 (10%) CSP clauses are encoded (8359272 clauses, 171088385 bytes)
16.57/17.04	c 17	2065 (20%) CSP clauses are encoded (8415344 clauses, 172138612 bytes)
16.67/17.15	c 17	3097 (30%) CSP clauses are encoded (8471416 clauses, 173193390 bytes)
16.77/17.25	c 17	4129 (40%) CSP clauses are encoded (8527488 clauses, 174290054 bytes)
16.87/17.36	c 17	5161 (50%) CSP clauses are encoded (8583560 clauses, 175401862 bytes)
16.97/17.47	c 17	6194 (60%) CSP clauses are encoded (8639713 clauses, 176515279 bytes)
17.06/17.59	c 18	7226 (70%) CSP clauses are encoded (8695785 clauses, 177627087 bytes)
17.17/17.69	c 18	8258 (80%) CSP clauses are encoded (8751857 clauses, 178738895 bytes)
17.26/17.80	c 18	9290 (90%) CSP clauses are encoded (8807929 clauses, 179850703 bytes)
17.46/17.90	c 18	10322 (100%) CSP clauses are encoded (8863841 clauses, 180960159 bytes)
17.46/17.90	c 18	10322 CSP clauses encoded
17.46/17.90	c 18	Writing map file : HOME/temp.map
17.46/17.91	c 18	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.46/17.91	c 18	SAT : 75360 SAT variables, 8863841 SAT clauses, 180960159 bytes
17.46/17.91	c 18	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.46/17.93	c 18	SOLVING HOME/temp.cnf
17.46/17.93	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
569.35/575.11	c 575	DECODING HOME/temp.out WITH HOME/temp.map
569.35/575.11	c 575	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
569.44/575.20	c 575	Decoding HOME/temp.out
569.63/575.49	s SATISFIABLE
569.63/575.50	v 70 24 65 4 20 36 61 46 43 49 14 34 55 67 58 1 50 41 23 52 19 6 66 80 71 37 15 63 11 74 39 22 9 13 59 79 3 76 30 62 42 73 64 12 7 33 72 21 29 56 10 78 17 53 32 47 40 81 5 25 44 26 69 68 57 48 18 31 27 35 77 8 28 16 38 75 60 51 2 45 54
569.73/575.51	c 575	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
569.73/575.55	c 575	CPU 524.9 (0.03 0.01 524.87 44.85)
569.73/575.55	c 575	END Wed Jul  2 13:24:53 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039989-1214997318/watcher-1039989-1214997318 -o /tmp/evaluation-result-1039989-1214997318/solver-1039989-1214997318 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1039989-1214997318.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.89 1.38 0.53 4/73 4959
/proc/meminfo: memFree=1910952/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=18572 CPUtime=0
/proc/4959/stat : 4959 (runsolver) D 4957 4959 4519 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1529398601 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4959/statm: 4643 292 257 25 0 2626 0

[startup+0.033079 s]
/proc/loadavg: 2.89 1.38 0.53 4/73 4959
/proc/meminfo: memFree=1910952/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=12268 CPUtime=0
/proc/4959/stat : 4959 (sugar) D 4957 4959 4519 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1529398601 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/4959/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101689 s]
/proc/loadavg: 2.89 1.38 0.53 4/73 4959
/proc/meminfo: memFree=1910952/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=12544 CPUtime=0
/proc/4959/stat : 4959 (sugar) R 4957 4959 4519 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 1529398601 12845056 444 996147200 4194304 4206940 548682068608 18446744073709551615 248761480330 0 0 4224 0 0 0 0 17 1 0 0
/proc/4959/statm: 3136 444 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.302727 s]
/proc/loadavg: 2.89 1.38 0.53 4/73 4959
/proc/meminfo: memFree=1910952/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=0.03
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1529398601 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70279 s]
/proc/loadavg: 2.89 1.38 0.53 4/73 4959
/proc/meminfo: memFree=1910952/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=0.23
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 973 4152 0 1 3 1 16 3 15 0 1 0 1529398601 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50193 s]
/proc/loadavg: 2.82 1.39 0.54 5/84 4981
/proc/meminfo: memFree=1897744/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=0.23
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 974 4152 0 1 3 1 16 3 15 0 1 0 1529398601 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 797 370 3 0 500 0
[pid=4972] ppid=4959 vsize=5356 CPUtime=0
/proc/4972/stat : 4972 (sh) S 4959 4959 4519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529398638 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4972/statm: 1339 233 193 169 0 50 0
[pid=4973] ppid=4972 vsize=868508 CPUtime=1.1
/proc/4973/stat : 4973 (java) S 4972 4959 4519 0 -1 0 7199 0 1 0 105 5 0 0 18 0 9 0 1529398638 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4973/statm: 217127 6402 2563 9 0 211674 0
[pid=4973/tid=4974] ppid=4972 vsize=868508 CPUtime=0.75
/proc/4973/task/4974/stat : 4974 (java) R 4972 4959 4519 0 -1 64 2800 0 1 0 73 2 0 0 18 0 9 0 1529398639 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4126497408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4975] ppid=4972 vsize=868508 CPUtime=0.13
/proc/4973/task/4975/stat : 4975 (java) S 4972 4959 4519 0 -1 64 2326 0 0 0 13 0 0 0 16 0 9 0 1529398641 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4976] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4976/stat : 4976 (java) S 4972 4959 4519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529398641 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4977] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4977/stat : 4977 (java) S 4972 4959 4519 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529398641 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4978] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4978/stat : 4978 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529398643 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4979] ppid=4972 vsize=868508 CPUtime=0.17
/proc/4973/task/4979/stat : 4979 (java) S 4972 4959 4519 0 -1 64 1380 0 0 0 17 0 0 0 16 0 9 0 1529398643 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4980] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4980/stat : 4980 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529398643 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4981] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4981/stat : 4981 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529398643 889352192 6402 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 887464

[startup+3.1022 s]
/proc/loadavg: 2.82 1.39 0.54 3/84 4981
/proc/meminfo: memFree=1885072/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=0.23
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 974 4152 0 1 3 1 16 3 15 0 1 0 1529398601 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 797 370 3 0 500 0
[pid=4972] ppid=4959 vsize=5356 CPUtime=0
/proc/4972/stat : 4972 (sh) S 4959 4959 4519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529398638 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4972/statm: 1339 233 193 169 0 50 0
[pid=4973] ppid=4972 vsize=868508 CPUtime=2.67
/proc/4973/stat : 4973 (java) S 4972 4959 4519 0 -1 0 7692 0 1 0 249 18 0 0 18 0 9 0 1529398638 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4973/statm: 217127 6408 2563 9 0 211674 0
[pid=4973/tid=4974] ppid=4972 vsize=868508 CPUtime=2.19
/proc/4973/task/4974/stat : 4974 (java) R 4972 4959 4519 0 -1 64 3288 0 1 0 207 12 0 0 25 0 9 0 1529398639 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4126856300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4975] ppid=4972 vsize=868508 CPUtime=0.26
/proc/4973/task/4975/stat : 4975 (java) S 4972 4959 4519 0 -1 64 2326 0 0 0 23 3 0 0 16 0 9 0 1529398641 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4976] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4976/stat : 4976 (java) S 4972 4959 4519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529398641 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4977] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4977/stat : 4977 (java) S 4972 4959 4519 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529398641 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4978] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4978/stat : 4978 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529398643 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4979] ppid=4972 vsize=868508 CPUtime=0.18
/proc/4973/task/4979/stat : 4979 (java) S 4972 4959 4519 0 -1 64 1385 0 0 0 18 0 0 0 16 0 9 0 1529398643 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4980] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4980/stat : 4980 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529398643 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4981] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4981/stat : 4981 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529398643 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887464

[startup+6.30175 s]
/proc/loadavg: 2.76 1.40 0.55 3/84 4981
/proc/meminfo: memFree=1848848/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=0.23
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 974 4152 0 1 3 1 16 3 15 0 1 0 1529398601 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 797 370 3 0 500 0
[pid=4972] ppid=4959 vsize=5356 CPUtime=0
/proc/4972/stat : 4972 (sh) S 4959 4959 4519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529398638 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4972/statm: 1339 233 193 169 0 50 0
[pid=4973] ppid=4972 vsize=868508 CPUtime=5.84
/proc/4973/stat : 4973 (java) S 4972 4959 4519 0 -1 0 8665 0 1 0 542 42 0 0 18 0 9 0 1529398638 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4973/statm: 217127 6408 2563 9 0 211674 0
[pid=4973/tid=4974] ppid=4972 vsize=868508 CPUtime=5.13
/proc/4973/task/4974/stat : 4974 (java) R 4972 4959 4519 0 -1 64 4261 0 1 0 481 32 0 0 25 0 9 0 1529398639 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4126856300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4975] ppid=4972 vsize=868508 CPUtime=0.49
/proc/4973/task/4975/stat : 4975 (java) S 4972 4959 4519 0 -1 64 2326 0 0 0 41 8 0 0 16 0 9 0 1529398641 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4976] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4976/stat : 4976 (java) S 4972 4959 4519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529398641 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4977] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4977/stat : 4977 (java) S 4972 4959 4519 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529398641 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4978] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4978/stat : 4978 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529398643 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4979] ppid=4972 vsize=868508 CPUtime=0.18
/proc/4973/task/4979/stat : 4979 (java) S 4972 4959 4519 0 -1 64 1385 0 0 0 18 0 0 0 16 0 9 0 1529398643 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4980] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4980/stat : 4980 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529398643 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4981] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4981/stat : 4981 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529398643 889352192 6408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887464

[startup+12.7028 s]
/proc/loadavg: 2.69 1.41 0.55 3/84 4981
/proc/meminfo: memFree=1774672/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=0.23
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 974 4152 0 1 3 1 16 3 15 0 1 0 1529398601 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 797 370 3 0 500 0
[pid=4972] ppid=4959 vsize=5356 CPUtime=0
/proc/4972/stat : 4972 (sh) S 4959 4959 4519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529398638 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4972/statm: 1339 233 193 169 0 50 0
[pid=4973] ppid=4972 vsize=868508 CPUtime=12.12
/proc/4973/stat : 4973 (java) S 4972 4959 4519 0 -1 0 10599 0 1 0 1115 97 0 0 18 0 9 0 1529398638 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4973/statm: 217127 6410 2563 9 0 211674 0
[pid=4973/tid=4974] ppid=4972 vsize=868508 CPUtime=10.95
/proc/4973/task/4974/stat : 4974 (java) R 4972 4959 4519 0 -1 64 6193 0 1 0 1017 78 0 0 25 0 9 0 1529398639 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4126857639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4975] ppid=4972 vsize=868508 CPUtime=0.96
/proc/4973/task/4975/stat : 4975 (java) S 4972 4959 4519 0 -1 64 2326 0 0 0 78 18 0 0 16 0 9 0 1529398641 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4976] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4976/stat : 4976 (java) S 4972 4959 4519 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529398641 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4977] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4977/stat : 4977 (java) S 4972 4959 4519 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529398641 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4978] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4978/stat : 4978 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529398643 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4979] ppid=4972 vsize=868508 CPUtime=0.19
/proc/4973/task/4979/stat : 4979 (java) S 4972 4959 4519 0 -1 64 1387 0 0 0 19 0 0 0 17 0 9 0 1529398643 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4980] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4980/stat : 4980 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529398643 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4973/tid=4981] ppid=4972 vsize=868508 CPUtime=0
/proc/4973/task/4981/stat : 4981 (java) S 4972 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529398643 889352192 6410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 887464

[startup+25.503 s]
/proc/loadavg: 2.59 1.42 0.57 3/76 4983
/proc/meminfo: memFree=1695824/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=39168 CPUtime=7.49
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 8529 0 0 0 332 417 0 0 25 0 1 0 1529400394 40108032 8515 996147200 134512640 134931368 4294956256 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 9792 8515 40 102 0 9687 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 58124

[startup+51.1024 s]
/proc/loadavg: 2.36 1.48 0.61 3/76 4983
/proc/meminfo: memFree=1598032/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=353092 CPUtime=440.12
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 79188 0 0 0 39690 4322 0 0 25 0 1 0 1529400394 361566208 79099 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 88273 79099 42 102 0 88168 0
Current children cumulated CPU time (s) 457.6
Current children cumulated vsize (KiB) 372048

[startup+522.302 s]
/proc/loadavg: 2.00 1.88 1.14 3/76 4983
/proc/meminfo: memFree=1411472/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=353620 CPUtime=499.57
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 79312 0 0 0 45634 4323 0 0 25 0 1 0 1529400394 362106880 79223 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 88405 79223 42 102 0 88300 0
Current children cumulated CPU time (s) 517.05
Current children cumulated vsize (KiB) 372576

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

[startup+537.501 s]
/proc/loadavg: 2.00 1.89 1.16 3/76 4983
/proc/meminfo: memFree=1411280/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=353752 CPUtime=514.62
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 79342 0 0 0 47139 4323 0 0 25 0 1 0 1529400394 362242048 79253 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 88438 79253 42 102 0 88333 0
Current children cumulated CPU time (s) 532.1
Current children cumulated vsize (KiB) 372708

[startup+550.302 s]
/proc/loadavg: 2.00 1.89 1.17 3/76 4983
/proc/meminfo: memFree=1411216/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=353752 CPUtime=527.3
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 79366 0 0 0 48407 4323 0 0 25 0 1 0 1529400394 362242048 79277 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 88438 79277 42 102 0 88333 0
Current children cumulated CPU time (s) 544.78
Current children cumulated vsize (KiB) 372708

[startup+563.102 s]
/proc/loadavg: 2.00 1.89 1.18 3/76 4983
/proc/meminfo: memFree=1411088/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=353884 CPUtime=539.98
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 79389 0 0 0 49675 4323 0 0 25 0 1 0 1529400394 362377216 79300 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 88471 79300 42 102 0 88366 0
Current children cumulated CPU time (s) 557.46
Current children cumulated vsize (KiB) 372840

[startup+569.503 s]
/proc/loadavg: 2.00 1.89 1.18 3/76 4983
/proc/meminfo: memFree=1411024/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=354016 CPUtime=546.32
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 79409 0 0 0 50309 4323 0 0 25 0 1 0 1529400394 362512384 79320 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 88504 79320 42 102 0 88399 0
Current children cumulated CPU time (s) 563.8
Current children cumulated vsize (KiB) 372972

[startup+572.701 s]
/proc/loadavg: 2.00 1.90 1.19 3/76 4983
/proc/meminfo: memFree=1410960/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=354016 CPUtime=549.49
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 79422 0 0 0 50626 4323 0 0 25 0 1 0 1529400394 362512384 79333 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 88504 79333 42 102 0 88399 0
Current children cumulated CPU time (s) 566.97
Current children cumulated vsize (KiB) 372972

[startup+574.303 s]
/proc/loadavg: 2.00 1.90 1.19 3/76 4983
/proc/meminfo: memFree=1410960/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=354016 CPUtime=551.07
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194304 79428 0 0 0 50784 4323 0 0 25 0 1 0 1529400394 362512384 79339 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 88504 79339 42 102 0 88399 0
Current children cumulated CPU time (s) 568.55
Current children cumulated vsize (KiB) 372972

[startup+575.102 s]
/proc/loadavg: 2.00 1.90 1.19 3/76 4983
/proc/meminfo: memFree=1410960/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=17.48
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1022 16626 0 2 3 1 1592 152 16 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4982] ppid=4959 vsize=5356 CPUtime=0
/proc/4982/stat : 4982 (sh) S 4959 4959 4519 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529400394 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4982/statm: 1339 232 193 169 0 50 0
[pid=4983] ppid=4982 vsize=0 CPUtime=551.87
/proc/4983/stat : 4983 (picosat) R 4982 4959 4519 0 -1 4194308 79436 0 0 0 50860 4327 0 0 25 0 1 0 1529400394 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/4983/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 569.35
Current children cumulated vsize (KiB) 18956

[startup+575.502 s]
/proc/loadavg: 2.00 1.90 1.19 4/84 4993
/proc/meminfo: memFree=1724112/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=569.38
/proc/4959/stat : 4959 (sugar) S 4957 4959 4519 0 -1 4194304 1089 96347 0 2 3 1 52453 4481 15 0 1 0 1529398601 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4959/statm: 3400 798 370 3 0 500 0
[pid=4984] ppid=4959 vsize=5356 CPUtime=0
/proc/4984/stat : 4984 (sh) S 4959 4959 4519 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529456113 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4984/statm: 1339 233 193 169 0 50 0
[pid=4985] ppid=4984 vsize=865064 CPUtime=0.35
/proc/4985/stat : 4985 (java) S 4984 4959 4519 0 -1 0 3430 0 1 0 32 3 0 0 18 0 9 0 1529456113 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4985/statm: 216266 2904 1656 9 0 210848 0
[pid=4985/tid=4986] ppid=4984 vsize=865064 CPUtime=0.32
/proc/4985/task/4986/stat : 4986 (java) R 4984 4959 4519 0 -1 64 2451 0 1 0 30 2 0 0 19 0 9 0 1529456114 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 102713536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4985/tid=4987] ppid=4984 vsize=865064 CPUtime=0
/proc/4985/task/4987/stat : 4987 (java) S 4984 4959 4519 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 1529456116 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4985/tid=4988] ppid=4984 vsize=865064 CPUtime=0
/proc/4985/task/4988/stat : 4988 (java) S 4984 4959 4519 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1529456116 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4985/tid=4989] ppid=4984 vsize=865064 CPUtime=0
/proc/4985/task/4989/stat : 4989 (java) S 4984 4959 4519 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1529456116 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4985/tid=4990] ppid=4984 vsize=865064 CPUtime=0
/proc/4985/task/4990/stat : 4990 (java) S 4984 4959 4519 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529456118 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4985/tid=4991] ppid=4984 vsize=865064 CPUtime=0.01
/proc/4985/task/4991/stat : 4991 (java) R 4984 4959 4519 0 -1 64 283 0 0 0 1 0 0 0 19 0 9 0 1529456118 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 101646412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4985/tid=4992] ppid=4984 vsize=865064 CPUtime=0
/proc/4985/task/4992/stat : 4992 (java) S 4984 4959 4519 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529456118 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4985/tid=4993] ppid=4984 vsize=865064 CPUtime=0
/proc/4985/task/4993/stat : 4993 (java) S 4984 4959 4519 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1529456118 885825536 2904 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 569.73
Current children cumulated vsize (KiB) 884020

[startup+575.602 s]
/proc/loadavg: 2.00 1.90 1.19 4/84 4993
/proc/meminfo: memFree=1724112/2055920 swapFree=4180384/4192956
[pid=4959] ppid=4957 vsize=13600 CPUtime=569.81
/proc/4959/stat : 4959 (sugar) R 4957 4959 4519 0 -1 4194304 1116 100134 0 3 3 6 52487 4485 16 0 1 0 1529398601 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4959/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 569.81
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 575.641
CPU time (s): 569.869
CPU user time (s): 524.912
CPU system time (s): 44.9572
CPU usage (%): 98.9973
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.912
system time used= 44.9572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101280
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= 36420
involuntary context switches= 48702

runsolver used 0.889864 second user time and 1.72174 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-02 13:15:18
IDJOB=1039989
IDBENCH=53661
IDSOLVER=345
FILE ID=node55/1039989-1214997318
PBS_JOBID= 7870812
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-9_glb.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039989-1214997318/watcher-1039989-1214997318 -o /tmp/evaluation-result-1039989-1214997318/solver-1039989-1214997318 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1039989-1214997318.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ba45946ef8405b9c947640d2d7b6833
RANDOM SEED=914186097

node55.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.261
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.261
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:       1911496 kB
Buffers:          2848 kB
Cached:          47580 kB
SwapCached:       6284 kB
Active:          66516 kB
Inactive:        11736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1911496 kB
SwapTotal:     4192956 kB
SwapFree:      4180384 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          34724 kB
Slab:            51648 kB
Committed_AS:  2972360 kB
PageTables:       1744 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= 66544 MiB
End job on node55 at 2008-07-02 13:24:54