Trace number 1075843

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 160.795 161.728

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-6_ext.xml
MD5SUM589d1d1b23bfa903f838d0653ed4224a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.140977
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 16:35:16 2008
0.00/0.04	c 0	PID 3600
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1075843-1215182116.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075843-1215182116.xml' 'HOME/temp.csp'
0.03/0.39	c 1	1 domains, 36 variables, 0 predicates, 1 relations, 12 constraints
0.03/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.44	c 1	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.34/0.52	c 1	Parsing HOME/temp.csp
0.34/0.71	c 1	parsed 50 expressions
0.34/0.71	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.71	c 1	Converting to clausal form CSP
0.34/0.73	c 1	converted 5 (10%) expressions
0.34/0.73	c 1	converted 10 (20%) expressions
0.34/0.73	c 1	converted 15 (30%) expressions
0.34/0.73	c 1	converted 20 (40%) expressions
0.34/0.73	c 1	converted 25 (50%) expressions
0.34/0.73	c 1	converted 30 (60%) expressions
0.34/0.73	c 1	converted 35 (70%) expressions
0.89/1.06	c 2	converted 40 (80%) expressions
1.59/1.76	c 2	converted 45 (90%) expressions
2.39/2.51	c 3	converted 50 (100%) expressions
2.39/2.51	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.39/2.51	c 3	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.39/2.51	c 3	Propagation in CSP
2.39/2.51	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/2.51	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.39/2.51	c 3	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.39/2.51	c 3	Simplifing CSP by introducing new Boolean variables
2.39/2.51	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.39/2.51	c 3	Heap : 47 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.59/2.80	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.81	c 3	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
2.69/2.81	c 3	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
2.69/2.81	c 3	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
2.69/2.81	c 3	15 (40%) CSP integer variables are encoded (360 clauses, 3816 bytes)
2.69/2.82	c 3	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.69/2.82	c 3	22 (60%) CSP integer variables are encoded (528 clauses, 5664 bytes)
2.69/2.82	c 3	26 (70%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.69/2.82	c 3	29 (80%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.69/2.82	c 3	33 (90%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.69/2.82	c 3	36 (100%) CSP integer variables are encoded (864 clauses, 9360 bytes)
22.59/22.82	c 23	2 (10%) CSP clauses are encoded (114356 clauses, 4301361 bytes)
32.44/32.73	c 33	3 (20%) CSP clauses are encoded (171102 clauses, 6655408 bytes)
42.67/43.04	c 43	4 (30%) CSP clauses are encoded (227848 clauses, 9009455 bytes)
52.72/53.13	c 54	5 (40%) CSP clauses are encoded (284594 clauses, 11364205 bytes)
62.66/63.12	c 64	6 (50%) CSP clauses are encoded (341340 clauses, 13826264 bytes)
82.76/83.33	c 84	8 (60%) CSP clauses are encoded (454832 clauses, 18750382 bytes)
92.51/93.18	c 94	9 (70%) CSP clauses are encoded (511578 clauses, 21212441 bytes)
102.85/103.59	c 104	10 (80%) CSP clauses are encoded (568324 clauses, 23674500 bytes)
112.71/113.47	c 114	11 (90%) CSP clauses are encoded (625070 clauses, 26136559 bytes)
122.66/123.47	c 124	12 (100%) CSP clauses are encoded (681816 clauses, 28598618 bytes)
122.66/123.47	c 124	12 CSP clauses encoded
122.66/123.47	c 124	Writing map file : HOME/temp.map
122.66/123.47	c 124	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.66/123.47	c 124	SAT : 900 SAT variables, 681816 SAT clauses, 28598618 bytes
122.66/123.47	c 124	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.74/123.50	c 124	SOLVING HOME/temp.cnf
122.74/123.50	c 124	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
160.58/161.55	c 162	DECODING HOME/temp.out WITH HOME/temp.map
160.58/161.55	c 162	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
160.68/161.63	c 162	Decoding HOME/temp.out
160.68/161.66	s SATISFIABLE
160.68/161.66	v 2 0 15 19 0 11 4 2 14 20 11 4 18 19 4 17 4 18 18 8 11 4 13 19 4 21 4 13 19 4 18 4 17 19 8 4
160.68/161.67	c 162	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
160.74/161.72	c 162	CPU 152.27 (0.03 0.01 152.24 8.48)
160.74/161.72	c 162	END Fri Jul  4 16:37:58 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-1075843-1215182116/watcher-1075843-1215182116 -o /tmp/evaluation-result-1075843-1215182116/solver-1075843-1215182116 -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-1075843-1215182116.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.05 1.99 2.00 4/81 3600
/proc/meminfo: memFree=1627704/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=12268 CPUtime=0
/proc/3600/stat : 3600 (sugar) R 3598 3600 1127 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 641142047 12562432 317 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 0 0 0
/proc/3600/statm: 3067 320 242 3 0 167 0

[startup+0.0486851 s]
/proc/loadavg: 2.05 1.99 2.00 4/81 3600
/proc/meminfo: memFree=1627704/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.03
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 641142047 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101689 s]
/proc/loadavg: 2.05 1.99 2.00 4/81 3600
/proc/meminfo: memFree=1627704/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.03
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 641142047 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30171 s]
/proc/loadavg: 2.05 1.99 2.00 4/81 3600
/proc/meminfo: memFree=1627704/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.03
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 641142047 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70175 s]
/proc/loadavg: 2.05 1.99 2.00 4/81 3600
/proc/meminfo: memFree=1627704/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.34
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 973 6874 0 1 3 0 27 4 15 0 1 0 641142047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 13600

[startup+1.50285 s]
/proc/loadavg: 2.05 1.99 2.00 4/92 3622
/proc/meminfo: memFree=1609624/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.35
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 973 6874 0 1 3 1 27 4 15 0 1 0 641142047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 797 370 3 0 500 0
[pid=3613] ppid=3600 vsize=5356 CPUtime=0
/proc/3613/stat : 3613 (sh) S 3600 3600 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641142091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3613/statm: 1339 233 193 169 0 50 0
[pid=3614] ppid=3613 vsize=864420 CPUtime=1.04
/proc/3614/stat : 3614 (java) S 3613 3600 1127 0 -1 0 10678 0 1 0 98 6 0 0 19 0 9 0 641142091 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 216105 9629 2540 9 0 210680 0
[pid=3614/tid=3615] ppid=3613 vsize=864420 CPUtime=0.48
/proc/3614/task/3615/stat : 3615 (java) R 3613 3600 1127 0 -1 64 2756 0 1 0 47 1 0 0 23 0 9 0 641142092 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3613 vsize=864420 CPUtime=0.48
/proc/3614/task/3616/stat : 3616 (java) R 3613 3600 1127 0 -1 64 6909 0 0 0 45 3 0 0 17 0 9 0 641142094 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 104182171 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3613 vsize=864420 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3613 3600 1127 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641142094 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3613 vsize=864420 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3613 3600 1127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641142094 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3613 vsize=864420 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641142096 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3613 vsize=864420 CPUtime=0.05
/proc/3614/task/3620/stat : 3620 (java) S 3613 3600 1127 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 641142096 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3613 vsize=864420 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641142096 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3613 vsize=864420 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3613 3600 1127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 641142096 885166080 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883376

[startup+3.10301 s]
/proc/loadavg: 2.05 1.99 2.00 4/92 3622
/proc/meminfo: memFree=1581976/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.35
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 974 6874 0 1 3 1 27 4 15 0 1 0 641142047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 797 370 3 0 500 0
[pid=3613] ppid=3600 vsize=5356 CPUtime=0
/proc/3613/stat : 3613 (sh) S 3600 3600 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641142091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3613/statm: 1339 233 193 169 0 50 0
[pid=3614] ppid=3613 vsize=864280 CPUtime=2.63
/proc/3614/stat : 3614 (java) S 3613 3600 1127 0 -1 0 17565 0 1 0 252 11 0 0 19 0 9 0 641142091 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 216070 16233 2564 9 0 210617 0
[pid=3614/tid=3615] ppid=3613 vsize=864280 CPUtime=1.14
/proc/3614/task/3615/stat : 3615 (java) R 3613 3600 1127 0 -1 64 3253 0 1 0 112 2 0 0 25 0 9 0 641142092 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4126577608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3613 vsize=864280 CPUtime=1.39
/proc/3614/task/3616/stat : 3616 (java) S 3613 3600 1127 0 -1 64 13279 0 0 0 132 7 0 0 16 0 9 0 641142094 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3613 3600 1127 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641142094 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3613 3600 1127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641142094 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641142096 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3613 vsize=864280 CPUtime=0.07
/proc/3614/task/3620/stat : 3620 (java) S 3613 3600 1127 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 641142096 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641142096 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3613 3600 1127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 641142096 885022720 16233 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883236

[startup+6.30233 s]
/proc/loadavg: 2.05 1.99 2.00 3/92 3622
/proc/meminfo: memFree=1568088/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.35
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 974 6874 0 1 3 1 27 4 15 0 1 0 641142047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 797 370 3 0 500 0
[pid=3613] ppid=3600 vsize=5356 CPUtime=0
/proc/3613/stat : 3613 (sh) S 3600 3600 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641142091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3613/statm: 1339 233 193 169 0 50 0
[pid=3614] ppid=3613 vsize=864280 CPUtime=5.81
/proc/3614/stat : 3614 (java) S 3613 3600 1127 0 -1 0 18014 0 1 0 570 11 0 0 19 0 9 0 641142091 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 216070 16674 2564 9 0 210617 0
[pid=3614/tid=3615] ppid=3613 vsize=864280 CPUtime=4.29
/proc/3614/task/3615/stat : 3615 (java) R 3613 3600 1127 0 -1 64 3261 0 1 0 427 2 0 0 25 0 9 0 641142092 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4126577981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3613 vsize=864280 CPUtime=1.43
/proc/3614/task/3616/stat : 3616 (java) S 3613 3600 1127 0 -1 64 13720 0 0 0 135 8 0 0 16 0 9 0 641142094 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3613 3600 1127 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641142094 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3613 3600 1127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641142094 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641142096 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3613 vsize=864280 CPUtime=0.07
/proc/3614/task/3620/stat : 3620 (java) S 3613 3600 1127 0 -1 64 341 0 0 0 7 0 0 0 16 0 9 0 641142096 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641142096 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3613 3600 1127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 641142096 885022720 16674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883236

[startup+12.703 s]
/proc/loadavg: 2.04 1.99 2.00 3/92 3622
/proc/meminfo: memFree=1563808/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.35
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 974 6874 0 1 3 1 27 4 15 0 1 0 641142047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 797 370 3 0 500 0
[pid=3613] ppid=3600 vsize=5356 CPUtime=0
/proc/3613/stat : 3613 (sh) S 3600 3600 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641142091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3613/statm: 1339 233 193 169 0 50 0
[pid=3614] ppid=3613 vsize=864280 CPUtime=12.19
/proc/3614/stat : 3614 (java) S 3613 3600 1127 0 -1 0 19266 0 1 0 1206 13 0 0 19 0 9 0 641142091 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 216070 17902 2564 9 0 210617 0
[pid=3614/tid=3615] ppid=3613 vsize=864280 CPUtime=10.59
/proc/3614/task/3615/stat : 3615 (java) R 3613 3600 1127 0 -1 64 3285 0 1 0 1056 3 0 0 25 0 9 0 641142092 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3613 vsize=864280 CPUtime=1.5
/proc/3614/task/3616/stat : 3616 (java) S 3613 3600 1127 0 -1 64 14947 0 0 0 142 8 0 0 16 0 9 0 641142094 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3613 3600 1127 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641142094 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3613 3600 1127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641142094 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641142096 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3613 vsize=864280 CPUtime=0.08
/proc/3614/task/3620/stat : 3620 (java) S 3613 3600 1127 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 641142096 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641142096 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3613 3600 1127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 641142096 885022720 17902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883236

[startup+25.5014 s]
/proc/loadavg: 2.03 1.99 2.00 3/92 3622
/proc/meminfo: memFree=1547424/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.35
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 974 6874 0 1 3 1 27 4 16 0 1 0 641142047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 797 370 3 0 500 0
[pid=3613] ppid=3600 vsize=5356 CPUtime=0
/proc/3613/stat : 3613 (sh) S 3600 3600 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641142091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3613/statm: 1339 233 193 169 0 50 0
[pid=3614] ppid=3613 vsize=864280 CPUtime=24.92
/proc/3614/stat : 3614 (java) S 3613 3600 1127 0 -1 0 22145 0 1 0 2476 16 0 0 19 0 9 0 641142091 885022720 20706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 216070 20706 2564 9 0 210617 0
[pid=3614/tid=3615] ppid=3613 vsize=864280 CPUtime=23.15
/proc/3614/task/3615/stat : 3615 (java) R 3613 3600 1127 0 -1 64 3360 0 1 0 2310 5 0 0 25 0 9 0 641142092 885022720 20706 996147200 134512640 134550740 4294955952 18446744073709551615 4126560463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3613 vsize=864280 CPUtime=1.66
/proc/3614/task/3616/stat : 3616 (java) S 3613 3600 1127 0 -1 64 17746 0 0 0 156 10 0 0 16 0 9 0 641142094 885022720 20706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3613 3600 1127 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641142094 885022720 20706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3613 3600 1127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641142094 885022720 20706 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated vsize (KiB) 883236

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 2.00 3/92 3622
/proc/meminfo: memFree=1521312/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=0.35
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 974 6874 0 1 3 1 27 4 16 0 1 0 641142047 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 797 370 3 0 500 0
[pid=3613] ppid=3600 vsize=5356 CPUtime=0
/proc/3613/stat : 3613 (sh) S 3600 3600 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641142091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3613/statm: 1339 233 193 169 0 50 0
[pid=3614] ppid=3613 vsize=864280 CPUtime=101.32
/proc/3614/stat : 3614 (java) S 3613 3600 1127 0 -1 0 40832 0 1 0 10094 38 0 0 19 0 9 0 641142091 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 216070 22988 2564 9 0 210617 0
[pid=3614/tid=3615] ppid=3613 vsize=864280 CPUtime=97.56
/proc/3614/task/3615/stat : 3615 (java) R 3613 3600 1127 0 -1 64 3721 0 1 0 9741 15 0 0 25 0 9 0 641142092 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4126578000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3613 vsize=864280 CPUtime=3.65
/proc/3614/task/3616/stat : 3616 (java) S 3613 3600 1127 0 -1 64 36068 0 0 0 343 22 0 0 16 0 9 0 641142094 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3613 3600 1127 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641142094 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3613 3600 1127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641142094 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 641142096 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3613 vsize=864280 CPUtime=0.09
/proc/3614/task/3620/stat : 3620 (java) S 3613 3600 1127 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 641142096 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3613 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 641142096 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3613 vsize=864280 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3613 3600 1127 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 641142096 885022720 22988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 883236

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

[startup+127.901 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 3624
/proc/meminfo: memFree=1585832/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=122.76
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 1022 48125 0 2 3 1 12223 49 16 0 1 0 641142047 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 798 370 3 0 500 0
[pid=3623] ppid=3600 vsize=5356 CPUtime=0
/proc/3623/stat : 3623 (sh) S 3600 3600 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641154398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3623/statm: 1339 232 193 169 0 50 0
[pid=3624] ppid=3623 vsize=12420 CPUtime=4.36
/proc/3624/stat : 3624 (picosat) R 3623 3600 1127 0 -1 4194304 2964 0 0 0 203 233 0 0 25 0 1 0 641154398 12718080 2950 996147200 134512640 134931368 4294956256 18446744073709551615 134605939 0 0 4096 0 0 0 0 17 1 0 0
/proc/3624/statm: 3105 2950 40 102 0 3000 0
Current children cumulated CPU time (s) 127.12
Current children cumulated vsize (KiB) 31376

[startup+140.702 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 3624
/proc/meminfo: memFree=1557160/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=122.76
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 1022 48125 0 2 3 1 12223 49 16 0 1 0 641142047 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 798 370 3 0 500 0
[pid=3623] ppid=3600 vsize=5356 CPUtime=0
/proc/3623/stat : 3623 (sh) S 3600 3600 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641154398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3623/statm: 1339 232 193 169 0 50 0
[pid=3624] ppid=3623 vsize=41100 CPUtime=17.1
/proc/3624/stat : 3624 (picosat) R 3623 3600 1127 0 -1 4194304 9848 0 0 0 916 794 0 0 25 0 1 0 641154398 42086400 9834 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3624/statm: 10275 9834 42 102 0 10170 0
Current children cumulated CPU time (s) 139.86
Current children cumulated vsize (KiB) 60056

[startup+153.502 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 3624
/proc/meminfo: memFree=1556776/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=122.76
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 1022 48125 0 2 3 1 12223 49 16 0 1 0 641142047 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 798 370 3 0 500 0
[pid=3623] ppid=3600 vsize=5356 CPUtime=0
/proc/3623/stat : 3623 (sh) S 3600 3600 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641154398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3623/statm: 1339 232 193 169 0 50 0
[pid=3624] ppid=3623 vsize=41364 CPUtime=29.85
/proc/3624/stat : 3624 (picosat) R 3623 3600 1127 0 -1 4194304 9929 0 0 0 2191 794 0 0 25 0 1 0 641154398 42356736 9915 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3624/statm: 10341 9915 42 102 0 10236 0
Current children cumulated CPU time (s) 152.61
Current children cumulated vsize (KiB) 60320

[startup+156.701 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 3624
/proc/meminfo: memFree=1556712/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=122.76
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 1022 48125 0 2 3 1 12223 49 16 0 1 0 641142047 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 798 370 3 0 500 0
[pid=3623] ppid=3600 vsize=5356 CPUtime=0
/proc/3623/stat : 3623 (sh) S 3600 3600 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641154398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3623/statm: 1339 232 193 169 0 50 0
[pid=3624] ppid=3623 vsize=41496 CPUtime=33.04
/proc/3624/stat : 3624 (picosat) R 3623 3600 1127 0 -1 4194304 9947 0 0 0 2510 794 0 0 25 0 1 0 641154398 42491904 9933 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3624/statm: 10374 9933 42 102 0 10269 0
Current children cumulated CPU time (s) 155.8
Current children cumulated vsize (KiB) 60452

[startup+159.903 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 3624
/proc/meminfo: memFree=1556520/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=122.76
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 1022 48125 0 2 3 1 12223 49 16 0 1 0 641142047 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 798 370 3 0 500 0
[pid=3623] ppid=3600 vsize=5356 CPUtime=0
/proc/3623/stat : 3623 (sh) S 3600 3600 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641154398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3623/statm: 1339 232 193 169 0 50 0
[pid=3624] ppid=3623 vsize=41496 CPUtime=36.23
/proc/3624/stat : 3624 (picosat) R 3623 3600 1127 0 -1 4194304 9961 0 0 0 2828 795 0 0 25 0 1 0 641154398 42491904 9947 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3624/statm: 10374 9947 42 102 0 10269 0
Current children cumulated CPU time (s) 158.99
Current children cumulated vsize (KiB) 60452

[startup+160.702 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 3624
/proc/meminfo: memFree=1556456/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=122.76
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 1022 48125 0 2 3 1 12223 49 16 0 1 0 641142047 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 798 370 3 0 500 0
[pid=3623] ppid=3600 vsize=5356 CPUtime=0
/proc/3623/stat : 3623 (sh) S 3600 3600 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641154398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3623/statm: 1339 232 193 169 0 50 0
[pid=3624] ppid=3623 vsize=41496 CPUtime=37.02
/proc/3624/stat : 3624 (picosat) R 3623 3600 1127 0 -1 4194304 9965 0 0 0 2907 795 0 0 25 0 1 0 641154398 42491904 9951 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3624/statm: 10374 9951 42 102 0 10269 0
Current children cumulated CPU time (s) 159.78
Current children cumulated vsize (KiB) 60452

[startup+161.502 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 3624
/proc/meminfo: memFree=1556456/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=122.76
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 1022 48125 0 2 3 1 12223 49 16 0 1 0 641142047 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3600/statm: 3400 798 370 3 0 500 0
[pid=3623] ppid=3600 vsize=5356 CPUtime=0
/proc/3623/stat : 3623 (sh) S 3600 3600 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641154398 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3623/statm: 1339 232 193 169 0 50 0
[pid=3624] ppid=3623 vsize=41496 CPUtime=37.82
/proc/3624/stat : 3624 (picosat) R 3623 3600 1127 0 -1 4194304 9970 0 0 0 2987 795 0 0 25 0 1 0 641154398 42491904 9956 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/3624/statm: 10374 9956 42 102 0 10269 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 60452

[startup+161.707 s]
/proc/loadavg: 2.00 1.99 2.00 5/92 3634
/proc/meminfo: memFree=1593192/2055920 swapFree=4180580/4192956
[pid=3600] ppid=3598 vsize=13600 CPUtime=160.64
/proc/3600/stat : 3600 (sugar) S 3598 3600 1127 0 -1 4194304 1090 58387 0 2 3 1 15215 845 15 0 1 0 641142047 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3600/statm: 3400 798 370 3 0 500 0
[pid=3625] ppid=3600 vsize=5356 CPUtime=0
/proc/3625/stat : 3625 (sh) S 3600 3600 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641158202 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3625/statm: 1339 233 193 169 0 50 0
[pid=3626] ppid=3625 vsize=864072 CPUtime=0.1
/proc/3626/stat : 3626 (java) S 3625 3600 1127 0 -1 0 3397 0 1 0 8 2 0 0 19 0 9 0 641158202 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3626/statm: 216018 2867 1682 9 0 210593 0
[pid=3626/tid=3627] ppid=3625 vsize=864072 CPUtime=0.07
/proc/3626/task/3627/stat : 3627 (java) S 3625 3600 1127 0 -1 64 2424 0 1 0 6 1 0 0 25 0 9 0 641158203 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3626/tid=3628] ppid=3625 vsize=864072 CPUtime=0
/proc/3626/task/3628/stat : 3628 (java) S 3625 3600 1127 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 641158205 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3626/tid=3629] ppid=3625 vsize=864072 CPUtime=0
/proc/3626/task/3629/stat : 3629 (java) S 3625 3600 1127 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 641158205 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3626/tid=3630] ppid=3625 vsize=864072 CPUtime=0
/proc/3626/task/3630/stat : 3630 (java) S 3625 3600 1127 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 641158205 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3626/tid=3631] ppid=3625 vsize=864072 CPUtime=0
/proc/3626/task/3631/stat : 3631 (java) S 3625 3600 1127 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 641158207 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3626/tid=3632] ppid=3625 vsize=864072 CPUtime=0.01
/proc/3626/task/3632/stat : 3632 (java) S 3625 3600 1127 0 -1 64 279 0 0 0 1 0 0 0 22 0 9 0 641158207 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3626/tid=3633] ppid=3625 vsize=864072 CPUtime=0
/proc/3626/task/3633/stat : 3633 (java) S 3625 3600 1127 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 641158207 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3626/tid=3634] ppid=3625 vsize=864072 CPUtime=0
/proc/3626/task/3634/stat : 3634 (java) S 3625 3600 1127 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 641158207 884809728 2867 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 161.728
CPU time (s): 160.795
CPU user time (s): 152.277
CPU system time (s): 8.51771
CPU usage (%): 99.423
Max. virtual memory (cumulated for all children) (KiB): 893740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.277
system time used= 8.5177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63224
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= 8285
involuntary context switches= 9879

runsolver used 0.198969 second user time and 0.531919 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 16:35:16
IDJOB=1075843
IDBENCH=56547
IDSOLVER=345
FILE ID=node79/1075843-1215182116
PBS_JOBID= 7881453
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg6-6_ext.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-1075843-1215182116/watcher-1075843-1215182116 -o /tmp/evaluation-result-1075843-1215182116/solver-1075843-1215182116 -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-1075843-1215182116.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 589d1d1b23bfa903f838d0653ed4224a
RANDOM SEED=1159334893

node79.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1628184 kB
Buffers:         65132 kB
Cached:         163336 kB
SwapCached:       6948 kB
Active:         278604 kB
Inactive:        93548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628184 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:         156888 kB
Slab:            40660 kB
Committed_AS:  1814984 kB
PageTables:       2040 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= 66548 MiB
End job on node79 at 2008-07-04 16:37:58