Trace number 2063821

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 328.151 330.129

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-5.xml
MD5SUMf5998e2cea9b4eec8b3b7aad8f0dac4c
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark328.151
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints41851
Maximum constraint arity24
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension41551
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sat Jul 11 19:22:30 2009
0.04/0.08	c 0	PID 17972
0.04/0.08	c 0	HOST node50.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2063821-1247332950.xml TO HOME/temp.csp
0.04/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-2063821-1247332950.xml' 'HOME/temp.csp'
2.74/2.83	c 3	437 domains, 800 variables, 1 predicates, 0 relations, 41851 constraints
2.74/2.86	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.74/2.86	c 3	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'
2.79/2.95	c 3	Parsing HOME/temp.csp
2.79/3.14	c 3	parsed 10000 expressions
3.21/3.36	c 3	parsed 20000 expressions
3.30/3.46	c 4	parsed 30000 expressions
3.50/3.66	c 4	parsed 40000 expressions
3.60/3.71	c 4	parsed 43089 expressions
3.60/3.72	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.60/3.72	c 4	Converting to clausal form CSP
5.68/5.83	c 6	converted 4309 (10%) expressions
8.34/8.50	c 9	converted 8618 (20%) expressions
11.23/11.45	c 12	converted 12927 (30%) expressions
13.51/13.71	c 14	converted 17236 (40%) expressions
16.69/16.98	c 17	converted 21545 (50%) expressions
19.17/19.46	c 20	converted 25854 (60%) expressions
21.56/21.81	c 22	converted 30163 (70%) expressions
25.54/25.89	c 26	converted 34472 (80%) expressions
27.93/28.20	c 28	converted 38781 (90%) expressions
71.47/72.07	c 72	converted 43089 (100%) expressions
71.47/72.07	c 72	CSP : 800 integers, 0 booleans, 106473 clauses, largest domain size 34
71.47/72.07	c 72	Heap : 537 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
71.47/72.07	c 72	Propagation in CSP
78.03/78.60	c 79	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
78.03/78.60	c 79	CSP : 800 integers, 0 booleans, 106473 clauses, largest domain size 34
78.03/78.60	c 79	Heap : 551 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
78.13/78.72	c 79	Simplifing CSP by introducing new Boolean variables
79.32/79.92	c 80	CSP : 800 integers, 291905 booleans, 398378 clauses, largest domain size 34
79.32/79.92	c 80	Heap : 604 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
83.30/83.90	c 84	Encoding CSP to SAT : HOME/temp.cnf
83.39/84.01	c 84	80 (10%) CSP integer variables are encoded (1878 clauses, 22355 bytes)
83.39/84.02	c 84	160 (20%) CSP integer variables are encoded (3788 clauses, 47185 bytes)
83.39/84.03	c 84	240 (30%) CSP integer variables are encoded (5650 clauses, 71391 bytes)
83.39/84.03	c 84	320 (40%) CSP integer variables are encoded (7596 clauses, 96689 bytes)
83.39/84.04	c 84	400 (50%) CSP integer variables are encoded (9501 clauses, 121454 bytes)
83.39/84.04	c 84	480 (60%) CSP integer variables are encoded (9975 clauses, 128393 bytes)
83.39/84.04	c 84	560 (70%) CSP integer variables are encoded (10518 clauses, 136538 bytes)
83.39/84.05	c 84	640 (80%) CSP integer variables are encoded (11087 clauses, 145073 bytes)
83.39/84.05	c 84	720 (90%) CSP integer variables are encoded (11623 clauses, 153113 bytes)
83.39/84.05	c 84	800 (100%) CSP integer variables are encoded (12266 clauses, 162758 bytes)
85.48/86.14	c 86	39838 (10%) CSP clauses are encoded (495367 clauses, 9288964 bytes)
87.48/88.10	c 88	79676 (20%) CSP clauses are encoded (960627 clauses, 18500497 bytes)
89.57/90.21	c 90	119514 (30%) CSP clauses are encoded (1454741 clauses, 28464502 bytes)
91.55/92.29	c 92	159352 (40%) CSP clauses are encoded (1935656 clauses, 38527337 bytes)
93.64/94.39	c 94	199189 (50%) CSP clauses are encoded (2425401 clauses, 48773594 bytes)
96.23/96.97	c 97	239027 (60%) CSP clauses are encoded (3044676 clauses, 61416880 bytes)
98.90/99.61	c 100	278865 (70%) CSP clauses are encoded (3681459 clauses, 74288545 bytes)
101.48/102.25	c 102	318703 (80%) CSP clauses are encoded (4325093 clauses, 87390781 bytes)
104.15/104.92	c 105	358541 (90%) CSP clauses are encoded (4968484 clauses, 100450190 bytes)
106.72/107.60	c 108	398378 (100%) CSP clauses are encoded (5616444 clauses, 113654324 bytes)
106.72/107.60	c 108	398378 CSP clauses encoded
106.81/107.60	c 108	Writing map file : HOME/temp.map
106.81/107.65	c 108	Heap : 579 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
106.81/107.65	c 108	SAT : 304879 SAT variables, 5616444 SAT clauses, 113654324 bytes
106.81/107.65	c 108	Heap : 579 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
106.89/107.79	c 108	SOLVING HOME/temp.cnf
106.89/107.79	c 108	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
327.27/329.31	c 329	DECODING HOME/temp.out WITH HOME/temp.map
327.27/329.31	c 329	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'
327.27/329.39	c 329	Decoding HOME/temp.out
328.00/330.01	s SATISFIABLE
328.00/330.05	v 36 37 1 35 35 22 22 14 15 29 33 27 31 31 14 24 9 4 17 20 17 41 30 13 35 14 34 2 39 19 6 3 18 35 44 12 14 35 13 33 36 21 31 8 40 14 9 6 18 5 39 15 17 6 30 15 34 16 4 39 20 34 22 38 28 18 41 19 20 22 44 6 30 9 24 9 7 20 27 28 33 43 32 5 30 39 26 18 2 40 9 11 5 17 39 22 9 10 8 37 16 3 2 2 28 8 43 3 43 15 10 16 20 5 29 36 31 34 7 3 22 23 30 7 13 7 41 28 5 40 10 16 37 15 27 11 25 14 4 19 4 32 43 12 31 36 0 23 5 33 43 2 9 13 25 43 21 20 1 26 14 32 24 30 8 5 5 40 11 39 24 4 2 6 3 35 7 28 32 25 28 36 26 40 16 8 34 15 0 27 44 39 44 19 29 17 22 1 16 6 33 41 7 42 33 34 18 13 29 42 0 8 35 1 25 42 41 6 14 40 7 13 23 12 16 28 30 35 10 12 43 2 29 24 22 28 29 26 30 7 3 20 44 2 35 10 6 9 19 30 1 28 15 23 44 11 24 17 1 36 8 4 43 43 25 2 42 31 9 20 26 26 22 11 37 3 36 19 20 27 37 9 11 26 3 0 21 24 26 43 25 28 32 15 29 15 29 2 32 25 29 44 11 16 33 25 33 19 14 28 31 42 35 41 12 37 26 8 30 33 42 23 8 4 37 21 37 0 12 26 25 40 10 36 0 21 41 20 7 31 20 35 43 43 24 32 42 39 27 35 11 29 12 40 5 9 21 38 44 17 26 39 13 4 36 1 32 38 32 23 16 24 17 42 23 10 14 37 15 41 36 38 21 21 13 18 18 0 38 21 34 5 34 0 31 28 17 19 1 19 16 14 9 16 5 0 13 2 15 19 9 0 9 14 0 19 16 18 15 18 0 15 3 5 2 15 9 17 4 11 17 14 19 6 14 18 12 19 12 14 0 17 16 11 15 7 11 15 11 19 12 16 17 2 16 19 14 14 11 6 15 12 3 15 16 0 18 3 19 16 13 14 18 19 18 14 19 2 15 19 17 9 15 12 12 7 17 16 15 13 3 3 15 12 19 19 13 19 17 16 13 7 16 0 18 18 8 17 3 6 9 16 13 18 18 17 17 16 11 18 18 7 14 17 9 18 7 17 16 17 11 18 19 18 19 17 16 16 16 9 15 14 14 13 0 7 18 19 14 19 11 7 18 18 15 12 19 12 19 19 19 18 17 11 16 13 11 16 1 16 11 12 14 19 13 18 15 15 17 19 14 18 16 9 17 15 19 17 17 18 17 13 18 16 15 13 11 15 2 16 18 17 3 13 3 18 9 16 11 18 14 14 17 16 7 19 14 9 14 12 9 15 3 3 15 6 19 14 17 2 18 13 9 3 9 2 13 8 17 16 2 4 11 6 11 0 18 12 12 8 7 0 12 2 16 12 6 19 14 19 13 3 17 19 1 4 17 8 2 14 15 13 2 19 8 11 2 8 16 17 18 8 16 3 16 11 3 9 11 16 8 13 16 14 8 13 6 3 13 6 5 15 11 9 16 5 12 15 11 11 15 16 13 9 0 17 10 8 0 1 15 18 12 2 3 7 2 8 15 9 0 8 13 15 4 2 6 10 8 19 8 9 13 15 5 2 3 15 4 1 2 4 9 3 9 1 16 18 1 3 1 3 4 1 6 12 1 3 19 17 8 2 2 9 16 15 6 1 8 4 1 16 18 12 3 12 17 2 11 1 15 7 17 3 18 7 1 0 11 1
328.00/330.05	c 330	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
328.00/330.07	c 330	CPU 328.06 (0.06 0.02 298.83 29.15)
328.00/330.07	c 330	END Sat Jul 11 19:28:00 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-2063821-1247332950/watcher-2063821-1247332950 -o /tmp/evaluation-result-2063821-1247332950/solver-2063821-1247332950 -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-2063821-1247332950.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.24 2.48 2.26 4/83 17972
/proc/meminfo: memFree=1244440/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=18576 CPUtime=0
/proc/17972/stat : 17972 (runsolver) R 17970 17972 14171 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 20358612 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240574822122 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17972/statm: 4644 284 249 26 0 2626 0

[startup+0.0604149 s]
/proc/loadavg: 2.24 2.48 2.26 4/83 17972
/proc/meminfo: memFree=1244440/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=15948 CPUtime=0.04
/proc/17972/stat : 17972 (sugar) R 17970 17972 14171 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 20358612 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 240586374142 0 0 4224 0 0 0 0 17 1 0 0
/proc/17972/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101405 s]
/proc/loadavg: 2.24 2.48 2.26 4/83 17972
/proc/meminfo: memFree=1244440/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=0.07
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30142 s]
/proc/loadavg: 2.24 2.48 2.26 4/83 17972
/proc/meminfo: memFree=1244440/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=0.07
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701455 s]
/proc/loadavg: 2.24 2.48 2.26 4/83 17972
/proc/meminfo: memFree=1244440/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=0.07
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.24 2.48 2.26 3/94 17984
/proc/meminfo: memFree=1223232/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=0.07
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
[pid=17975] ppid=17972 vsize=5356 CPUtime=0
/proc/17975/stat : 17975 (sh) S 17972 17972 14171 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 20358621 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17975/statm: 1339 233 193 169 0 50 0
[pid=17976] ppid=17975 vsize=864772 CPUtime=1.38
/proc/17976/stat : 17976 (java) S 17975 17972 14171 0 -1 0 14518 0 1 0 130 8 0 0 18 0 9 0 20358621 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17976/statm: 216193 12549 2556 9 0 210705 0
[pid=17976/tid=17977] ppid=17975 vsize=864772 CPUtime=0.82
/proc/17976/task/17977/stat : 17977 (java) R 17975 17972 14171 0 -1 64 3049 0 1 0 80 2 0 0 24 0 9 0 20358622 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4125960404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17976/tid=17978] ppid=17975 vsize=864772 CPUtime=0.44
/proc/17976/task/17978/stat : 17978 (java) S 17975 17972 14171 0 -1 64 10264 0 0 0 39 5 0 0 16 0 9 0 20358623 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17976/tid=17979] ppid=17975 vsize=864772 CPUtime=0
/proc/17976/task/17979/stat : 17979 (java) S 17975 17972 14171 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20358624 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17976/tid=17980] ppid=17975 vsize=864772 CPUtime=0
/proc/17976/task/17980/stat : 17980 (java) S 17975 17972 14171 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20358624 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17976/tid=17981] ppid=17975 vsize=864772 CPUtime=0
/proc/17976/task/17981/stat : 17981 (java) S 17975 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20358626 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17976/tid=17982] ppid=17975 vsize=864772 CPUtime=0.1
/proc/17976/task/17982/stat : 17982 (java) S 17975 17972 14171 0 -1 64 499 0 0 0 10 0 0 0 16 0 9 0 20358626 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17976/tid=17983] ppid=17975 vsize=864772 CPUtime=0
/proc/17976/task/17983/stat : 17983 (java) S 17975 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20358626 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17976/tid=17984] ppid=17975 vsize=864772 CPUtime=0
/proc/17976/task/17984/stat : 17984 (java) S 17975 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20358626 885526528 12549 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886996

[startup+3.10267 s]
/proc/loadavg: 2.24 2.48 2.26 3/94 17984
/proc/meminfo: memFree=1179008/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=2.79
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1309 22380 0 1 5 2 256 16 15 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 16868

[startup+6.30295 s]
/proc/loadavg: 2.14 2.45 2.25 3/94 17994
/proc/meminfo: memFree=1196672/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=2.79
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1309 22380 0 1 5 2 256 16 16 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
[pid=17985] ppid=17972 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17972 17972 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20358899 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 233 193 169 0 50 0
[pid=17986] ppid=17985 vsize=868608 CPUtime=3.38
/proc/17986/stat : 17986 (java) S 17985 17972 14171 0 -1 0 16143 0 1 0 328 10 0 0 18 0 9 0 20358899 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17986/statm: 217152 14797 2566 9 0 211657 0
[pid=17986/tid=17987] ppid=17985 vsize=868608 CPUtime=2.44
/proc/17986/task/17987/stat : 17987 (java) R 17985 17972 14171 0 -1 64 2901 0 1 0 242 2 0 0 25 0 9 0 20358900 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4126511408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17988] ppid=17985 vsize=868608 CPUtime=0.73
/proc/17986/task/17988/stat : 17988 (java) S 17985 17972 14171 0 -1 64 11064 0 0 0 68 5 0 0 16 0 9 0 20358901 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17989] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17989/stat : 17989 (java) S 17985 17972 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20358902 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17990] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17990/stat : 17990 (java) S 17985 17972 14171 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20358902 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17991] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17991/stat : 17991 (java) S 17985 17972 14171 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20358904 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17992] ppid=17985 vsize=868608 CPUtime=0.16
/proc/17986/task/17992/stat : 17992 (java) S 17985 17972 14171 0 -1 64 1475 0 0 0 16 0 0 0 15 0 9 0 20358904 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17993] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17993/stat : 17993 (java) S 17985 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20358904 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17994] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17994/stat : 17994 (java) S 17985 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20358904 889454592 14797 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890832

[startup+12.7023 s]
/proc/loadavg: 2.13 2.44 2.25 3/94 17994
/proc/meminfo: memFree=1137216/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=2.79
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1309 22380 0 1 5 2 256 16 16 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
[pid=17985] ppid=17972 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17972 17972 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20358899 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 233 193 169 0 50 0
[pid=17986] ppid=17985 vsize=868608 CPUtime=9.72
/proc/17986/stat : 17986 (java) S 17985 17972 14171 0 -1 0 34705 0 1 0 952 20 0 0 18 0 9 0 20358899 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17986/statm: 217152 29600 2567 9 0 211657 0
[pid=17986/tid=17987] ppid=17985 vsize=868608 CPUtime=7.24
/proc/17986/task/17987/stat : 17987 (java) R 17985 17972 14171 0 -1 64 3683 0 1 0 722 2 0 0 25 0 9 0 20358900 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4126514698 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17988] ppid=17985 vsize=868608 CPUtime=2.28
/proc/17986/task/17988/stat : 17988 (java) S 17985 17972 14171 0 -1 64 28841 0 0 0 213 15 0 0 16 0 9 0 20358901 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17989] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17989/stat : 17989 (java) S 17985 17972 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20358902 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17990] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17990/stat : 17990 (java) S 17985 17972 14171 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20358902 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17991] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17991/stat : 17991 (java) S 17985 17972 14171 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20358904 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17992] ppid=17985 vsize=868608 CPUtime=0.16
/proc/17986/task/17992/stat : 17992 (java) S 17985 17972 14171 0 -1 64 1478 0 0 0 16 0 0 0 16 0 9 0 20358904 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17993] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17993/stat : 17993 (java) S 17985 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20358904 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17994] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17994/stat : 17994 (java) S 17985 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20358904 889454592 29600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890832

[startup+25.5025 s]
/proc/loadavg: 2.10 2.42 2.24 4/94 17994
/proc/meminfo: memFree=1029312/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=2.79
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1309 22380 0 1 5 2 256 16 16 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
[pid=17985] ppid=17972 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17972 17972 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20358899 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 233 193 169 0 50 0
[pid=17986] ppid=17985 vsize=868608 CPUtime=22.45
/proc/17986/stat : 17986 (java) S 17985 17972 14171 0 -1 0 68549 0 1 0 2206 39 0 0 18 0 9 0 20358899 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17986/statm: 217152 56356 2567 9 0 211657 0
[pid=17986/tid=17987] ppid=17985 vsize=868608 CPUtime=16.09
/proc/17986/task/17987/stat : 17987 (java) R 17985 17972 14171 0 -1 64 5787 0 1 0 1605 4 0 0 25 0 9 0 20358900 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4126461306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17988] ppid=17985 vsize=868608 CPUtime=6.16
/proc/17986/task/17988/stat : 17988 (java) S 17985 17972 14171 0 -1 64 60581 0 0 0 583 33 0 0 16 0 9 0 20358901 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17989] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17989/stat : 17989 (java) S 17985 17972 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20358902 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17990] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17990/stat : 17990 (java) S 17985 17972 14171 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20358902 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17991] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17991/stat : 17991 (java) S 17985 17972 14171 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20358904 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17992] ppid=17985 vsize=868608 CPUtime=0.17
/proc/17986/task/17992/stat : 17992 (java) S 17985 17972 14171 0 -1 64 1478 0 0 0 17 0 0 0 16 0 9 0 20358904 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17993] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17993/stat : 17993 (java) S 17985 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20358904 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17994] ppid=17985 vsize=868608 CPUtime=0
/proc/17986/task/17994/stat : 17994 (java) S 17985 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20358904 889454592 56356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 890832

[startup+51.1027 s]
/proc/loadavg: 2.07 2.39 2.24 3/94 17994
/proc/meminfo: memFree=815680/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=2.79
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1309 22380 0 1 5 2 256 16 16 0 1 0 20358612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17972/statm: 4217 1111 409 3 0 796 0
[pid=17985] ppid=17972 vsize=5356 CPUtime=0
/proc/17985/stat : 17985 (sh) S 17972 17972 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20358899 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17985/statm: 1339 233 193 169 0 50 0
[pid=17986] ppid=17985 vsize=868608 CPUtime=47.9
/proc/17986/stat : 17986 (java) S 17985 17972 14171 0 -1 0 126149 0 1 0 4718 72 0 0 18 0 9 0 20358899 889454592 109423 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17986/statm: 217152 109423 2567 9 0 211657 0

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

[pid=17986/tid=17989] ppid=17985 vsize=868720 CPUtime=0
/proc/17986/task/17989/stat : 17989 (java) S 17985 17972 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20358902 889569280 167757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17990] ppid=17985 vsize=868720 CPUtime=0
/proc/17986/task/17990/stat : 17990 (java) S 17985 17972 14171 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20358902 889569280 167757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17991] ppid=17985 vsize=868720 CPUtime=0
/proc/17986/task/17991/stat : 17991 (java) S 17985 17972 14171 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20358904 889569280 167757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17992] ppid=17985 vsize=868720 CPUtime=0.27
/proc/17986/task/17992/stat : 17992 (java) S 17985 17972 14171 0 -1 64 1539 0 0 0 26 1 0 0 16 0 9 0 20358904 889569280 167757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17986/tid=17993] ppid=17985 vsize=868720 CPUtime=0
/proc/17986/task/17993/stat : 17993 (java) S 17985 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20358904 889569280 167757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17986/tid=17994] ppid=17985 vsize=868720 CPUtime=0
/proc/17986/task/17994/stat : 17994 (java) S 17985 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20358904 889569280 167757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 890944

[startup+162.301 s]
/proc/loadavg: 2.03 2.27 2.21 3/86 17996
/proc/meminfo: memFree=918400/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=106.99
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1365 211820 0 2 6 2 10496 195 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
[pid=17995] ppid=17972 vsize=5356 CPUtime=0
/proc/17995/stat : 17995 (sh) S 17972 17972 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20369392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17995/statm: 1339 232 193 169 0 50 0
[pid=17996] ppid=17995 vsize=235608 CPUtime=54.21
/proc/17996/stat : 17996 (picosat) R 17995 17972 14171 0 -1 4194304 51964 0 0 0 2715 2706 0 0 25 0 1 0 20369392 241262592 51932 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17996/statm: 58902 51932 48 102 0 58797 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 257832

[startup+222.302 s]
/proc/loadavg: 2.06 2.24 2.20 3/86 17996
/proc/meminfo: memFree=916224/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=106.99
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1365 211820 0 2 6 2 10496 195 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
[pid=17995] ppid=17972 vsize=5356 CPUtime=0
/proc/17995/stat : 17995 (sh) S 17972 17972 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20369392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17995/statm: 1339 232 193 169 0 50 0
[pid=17996] ppid=17995 vsize=239724 CPUtime=113.81
/proc/17996/stat : 17996 (picosat) R 17995 17972 14171 0 -1 4194304 52511 0 0 0 8674 2707 0 0 25 0 1 0 20369392 245477376 52479 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17996/statm: 59931 52479 48 102 0 59826 0
Current children cumulated CPU time (s) 220.8
Current children cumulated vsize (KiB) 261948

[startup+282.302 s]
/proc/loadavg: 2.07 2.21 2.18 3/86 17996
/proc/meminfo: memFree=914048/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=106.99
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1365 211820 0 2 6 2 10496 195 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
[pid=17995] ppid=17972 vsize=5356 CPUtime=0
/proc/17995/stat : 17995 (sh) S 17972 17972 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20369392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17995/statm: 1339 232 193 169 0 50 0
[pid=17996] ppid=17995 vsize=241800 CPUtime=173.49
/proc/17996/stat : 17996 (picosat) R 17995 17972 14171 0 -1 4194304 53052 0 0 0 14641 2708 0 0 25 0 1 0 20369392 247603200 53020 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17996/statm: 60450 53020 48 102 0 60345 0
Current children cumulated CPU time (s) 280.48
Current children cumulated vsize (KiB) 264024

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

[startup+307.101 s]
/proc/loadavg: 2.05 2.19 2.18 3/76 17997
/proc/meminfo: memFree=1399552/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=106.99
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1365 211820 0 2 6 2 10496 195 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
[pid=17995] ppid=17972 vsize=5356 CPUtime=0
/proc/17995/stat : 17995 (sh) S 17972 17972 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20369392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17995/statm: 1339 232 193 169 0 50 0
[pid=17996] ppid=17995 vsize=242708 CPUtime=198.17
/proc/17996/stat : 17996 (picosat) R 17995 17972 14171 0 -1 4194304 53266 0 0 0 17108 2709 0 0 25 0 1 0 20369392 248532992 53234 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17996/statm: 60677 53234 48 102 0 60572 0
Current children cumulated CPU time (s) 305.16
Current children cumulated vsize (KiB) 264932

[startup+319.902 s]
/proc/loadavg: 1.89 2.15 2.16 3/85 18070
/proc/meminfo: memFree=1570744/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=106.99
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1365 211820 0 2 6 2 10496 195 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
[pid=17995] ppid=17972 vsize=5356 CPUtime=0
/proc/17995/stat : 17995 (sh) S 17972 17972 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20369392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17995/statm: 1339 232 193 169 0 50 0
[pid=17996] ppid=17995 vsize=243228 CPUtime=210.93
/proc/17996/stat : 17996 (picosat) R 17995 17972 14171 0 -1 4194304 53390 0 0 0 18382 2711 0 0 25 0 1 0 20369392 249065472 53358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17996/statm: 60807 53358 48 102 0 60702 0
Current children cumulated CPU time (s) 317.92
Current children cumulated vsize (KiB) 265452

[startup+326.302 s]
/proc/loadavg: 1.90 2.14 2.16 3/84 18071
/proc/meminfo: memFree=1561792/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=106.99
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1365 211820 0 2 6 2 10496 195 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
[pid=17995] ppid=17972 vsize=5356 CPUtime=0
/proc/17995/stat : 17995 (sh) S 17972 17972 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20369392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17995/statm: 1339 232 193 169 0 50 0
[pid=17996] ppid=17995 vsize=243360 CPUtime=217.3
/proc/17996/stat : 17996 (picosat) R 17995 17972 14171 0 -1 4194304 53453 0 0 0 19019 2711 0 0 25 0 1 0 20369392 249200640 53421 996147200 134512640 134931368 4294956256 18446744073709551615 134597671 0 0 4096 0 0 0 0 17 0 0 0
/proc/17996/statm: 60840 53421 48 102 0 60735 0
Current children cumulated CPU time (s) 324.29
Current children cumulated vsize (KiB) 265584

[startup+327.903 s]
/proc/loadavg: 1.90 2.14 2.16 2/84 18072
/proc/meminfo: memFree=1558720/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=106.99
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1365 211820 0 2 6 2 10496 195 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
[pid=17995] ppid=17972 vsize=5356 CPUtime=0
/proc/17995/stat : 17995 (sh) S 17972 17972 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20369392 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17995/statm: 1339 232 193 169 0 50 0
[pid=17996] ppid=17995 vsize=243492 CPUtime=218.89
/proc/17996/stat : 17996 (picosat) R 17995 17972 14171 0 -1 4194304 53470 0 0 0 19178 2711 0 0 25 0 1 0 20369392 249335808 53438 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/17996/statm: 60873 53438 48 102 0 60768 0
Current children cumulated CPU time (s) 325.88
Current children cumulated vsize (KiB) 265716

[startup+329.502 s]
/proc/loadavg: 1.91 2.14 2.16 2/70 18089
/proc/meminfo: memFree=1598968/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=327.29
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1446 265715 0 2 6 2 29808 2913 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 327.29
Current children cumulated vsize (KiB) 16868

[startup+329.902 s]
/proc/loadavg: 1.91 2.14 2.16 3/91 18117
/proc/meminfo: memFree=1784016/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=327.29
/proc/17972/stat : 17972 (sugar) S 17970 17972 14171 0 -1 4194304 1446 265715 0 2 6 2 29808 2913 16 0 1 0 20358612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17972/statm: 4217 1113 409 3 0 796 0
[pid=18095] ppid=17972 vsize=5356 CPUtime=0
/proc/18095/stat : 18095 (sh) S 17972 17972 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20391544 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18095/statm: 1339 233 193 169 0 50 0
[pid=18096] ppid=18095 vsize=862876 CPUtime=0.61
/proc/18096/stat : 18096 (java) S 18095 17972 14171 0 -1 0 3475 0 1 0 60 1 0 0 20 0 9 0 20391544 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18096/statm: 215719 2938 1297 9 0 210632 0
[pid=18096/tid=18099] ppid=18095 vsize=862876 CPUtime=0.52
/proc/18096/task/18099/stat : 18099 (java) R 18095 17972 14171 0 -1 64 2063 0 1 0 52 0 0 0 25 0 9 0 20391545 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18103] ppid=18095 vsize=862876 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18095 17972 14171 0 -1 64 237 0 0 0 0 0 0 0 16 0 9 0 20391546 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18095 vsize=862876 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18095 17972 14171 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 20391547 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18096/tid=18105] ppid=18095 vsize=862876 CPUtime=0
/proc/18096/task/18105/stat : 18105 (java) S 18095 17972 14171 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 20391547 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18096/tid=18110] ppid=18095 vsize=862876 CPUtime=0
/proc/18096/task/18110/stat : 18110 (java) S 18095 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20391549 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18096/tid=18111] ppid=18095 vsize=862876 CPUtime=0.07
/proc/18096/task/18111/stat : 18111 (java) S 18095 17972 14171 0 -1 64 481 0 0 0 7 0 0 0 16 0 9 0 20391549 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18112] ppid=18095 vsize=862876 CPUtime=0
/proc/18096/task/18112/stat : 18112 (java) S 18095 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20391549 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18096/tid=18113] ppid=18095 vsize=862876 CPUtime=0
/proc/18096/task/18113/stat : 18113 (java) R 18095 17972 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20391549 883585024 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 327.9
Current children cumulated vsize (KiB) 885100

[startup+330.102 s]
/proc/loadavg: 1.91 2.14 2.16 3/91 18117
/proc/meminfo: memFree=1784016/2055920 swapFree=4192812/4192956
[pid=17972] ppid=17970 vsize=16868 CPUtime=328.1
/proc/17972/stat : 17972 (sugar) R 17970 17972 14171 0 -1 4194304 1476 270018 0 3 6 6 29883 2915 16 0 1 0 20358612 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17972/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 328.1
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 330.129
CPU time (s): 328.151
CPU user time (s): 298.904
CPU system time (s): 29.2476
CPU usage (%): 99.4008
Max. virtual memory (cumulated for all children) (KiB): 901084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.904
system time used= 29.2476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271555
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= 8387
involuntary context switches= 15901

runsolver used 0.412937 second user time and 0.98385 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-11 19:22:30
IDJOB=2063821
IDBENCH=54097
IDSOLVER=738
FILE ID=node50/2063821-1247332950
PBS_JOBID= 9506529
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-5.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-2063821-1247332950/watcher-2063821-1247332950 -o /tmp/evaluation-result-2063821-1247332950/solver-2063821-1247332950 -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-2063821-1247332950.xml

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

MD5SUM BENCH= f5998e2cea9b4eec8b3b7aad8f0dac4c
RANDOM SEED=228506357

node50.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.231
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.231
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:       1244920 kB
Buffers:          4476 kB
Cached:          53392 kB
SwapCached:          0 kB
Active:         745644 kB
Inactive:        15332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1244920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7200 kB
Writeback:           0 kB
Mapped:         718740 kB
Slab:            33708 kB
Committed_AS:   867524 kB
PageTables:       3304 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= 66420 MiB
End job on node50 at 2009-07-11 19:28:00