Trace number 1126531

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+minisat-inc? 169.153 176.373

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-509_ext.xml
MD5SUM75d0be29684ec37c823526390d7a7451
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints245
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of constraints8624
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension8624
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/1.05	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/1.05	c 0	BEGIN Wed Jul 16 06:53:14 2008
0.07/1.05	c 0	PID 22908
0.07/1.05	c 0	HOST node75.alineos.net
0.07/1.05	c 0	CONVERTING HOME/instance-1126531-1216183993.xml TO HOME/temp.csp
0.07/1.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126531-1216183993.xml' 'HOME/temp.csp'
0.09/1.68	c 1	3 domains, 349 variables, 0 predicates, 22 relations, 8624 constraints
0.09/1.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.09/1.74	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.71/1.97	c 1	Parsing HOME/temp.csp
1.00/2.28	c 1	parsed 8998 expressions
1.00/2.29	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/2.38	c 1	MAX CSP: 8624 constraints
1.09/2.38	c 1	Converting to clausal form CSP
1.29/2.55	c 1	converted 1763 (10%) expressions
1.39/2.62	c 2	converted 3525 (20%) expressions
1.39/2.64	c 2	converted 5288 (30%) expressions
1.48/2.72	c 2	converted 7050 (40%) expressions
1.48/2.74	c 2	converted 8813 (50%) expressions
1.48/2.77	c 2	converted 10575 (60%) expressions
1.48/2.79	c 2	converted 12338 (70%) expressions
1.59/2.82	c 2	converted 14100 (80%) expressions
1.59/2.84	c 2	converted 15863 (90%) expressions
2.48/3.72	c 3	converted 17625 (100%) expressions
2.48/3.73	c 3	CSP : 17597 integers, 0 booleans, 25871 clauses, largest domain size 12937
2.48/3.73	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/3.73	c 3	Propagation in CSP
2.78/4.01	c 3	8619 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.78/4.02	c 3	CSP : 17597 integers, 0 booleans, 25871 clauses, largest domain size 8625
2.78/4.02	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.78/4.03	c 3	Simplifing CSP by introducing new Boolean variables
2.78/4.04	c 3	CSP : 17597 integers, 0 booleans, 25871 clauses, largest domain size 8625
2.78/4.04	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/4.17	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.98/4.20	c 3	1760 (10%) CSP integer variables are encoded (304 clauses, 3328 bytes)
2.98/4.21	c 3	3520 (20%) CSP integer variables are encoded (304 clauses, 3328 bytes)
2.98/4.21	c 3	5280 (30%) CSP integer variables are encoded (304 clauses, 3328 bytes)
2.98/4.21	c 3	7039 (40%) CSP integer variables are encoded (304 clauses, 3328 bytes)
2.98/4.21	c 3	8799 (50%) CSP integer variables are encoded (304 clauses, 3328 bytes)
3.09/4.35	c 3	10559 (60%) CSP integer variables are encoded (114687 clauses, 1766027 bytes)
3.09/4.38	c 3	12318 (70%) CSP integer variables are encoded (140212 clauses, 2199952 bytes)
3.18/4.42	c 3	14078 (80%) CSP integer variables are encoded (166027 clauses, 2638807 bytes)
3.18/4.44	c 3	15838 (90%) CSP integer variables are encoded (184549 clauses, 2953681 bytes)
3.18/4.47	c 3	17597 (100%) CSP integer variables are encoded (208150 clauses, 3354898 bytes)
3.28/4.59	c 3	2588 (10%) CSP clauses are encoded (212157 clauses, 3432362 bytes)
3.37/4.66	c 4	5175 (20%) CSP clauses are encoded (216944 clauses, 3537782 bytes)
3.47/4.73	c 4	7762 (30%) CSP clauses are encoded (219531 clauses, 3611623 bytes)
29.64/31.24	c 30	10349 (40%) CSP clauses are encoded (9776152 clauses, 212390436 bytes)
78.22/81.12	c 80	12936 (50%) CSP clauses are encoded (37653309 clauses, 894196176 bytes)
80.35/83.33	c 82	15523 (60%) CSP clauses are encoded (38861810 clauses, 923608759 bytes)
143.67/148.91	c 148	18110 (70%) CSP clauses are encoded (75002699 clauses, 1808680111 bytes)
146.04/151.38	c 150	20697 (80%) CSP clauses are encoded (76394680 clauses, 1842575441 bytes)
152.30/157.89	c 157	23284 (90%) CSP clauses are encoded (79977905 clauses, 1930130517 bytes)
168.15/174.34	c 173	ERROR Exception Too large HOME/temp.cnf
168.15/174.34	c 173	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
168.15/174.34	c 173	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
168.15/174.34	c 173	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
168.15/174.34	s UNKNOWN
168.19/174.90	c 174	CPU 154.34 (0.06 0.04 154.28 13.83)
168.19/174.90	c 174	END Wed Jul 16 06:56:08 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1126531-1216183993/watcher-1126531-1216183993 -o /tmp/evaluation-result-1126531-1216183993/solver-1126531-1216183993 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1126531-1216183993.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.56 2.58 2.42 5/80 22908
/proc/meminfo: memFree=1832288/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=18572 CPUtime=0
/proc/22908/stat : 22908 (runsolver) R 22906 22908 22544 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 75095833 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 0 0 0
/proc/22908/statm: 4643 292 257 25 0 2626 0

[startup+0.095869 s]
/proc/loadavg: 2.56 2.58 2.42 5/80 22908
/proc/meminfo: memFree=1832288/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=11864 CPUtime=0
/proc/22908/stat : 22908 (sugar++) R 22906 22908 22544 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 0 75095833 12148736 124 996147200 4194304 4206940 548682068528 18446744073709551615 231882873610 0 0 4224 0 0 0 0 17 0 0 0
/proc/22908/statm: 3000 146 111 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.102871 s]
/proc/loadavg: 2.56 2.58 2.42 5/80 22908
/proc/meminfo: memFree=1832288/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=12268 CPUtime=0
/proc/22908/stat : 22908 (sugar++) D 22906 22908 22544 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 75095833 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 231882848869 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/22908/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.30191 s]
/proc/loadavg: 2.56 2.58 2.42 5/80 22908
/proc/meminfo: memFree=1832288/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=12412 CPUtime=0.01
/proc/22908/stat : 22908 (sugar++) R 22906 22908 22544 0 -1 4194304 415 0 0 0 0 1 0 0 18 0 1 0 75095833 12709888 384 996147200 4194304 4206940 548682068528 18446744073709551615 231882527457 0 0 4224 0 0 0 0 17 0 0 0
/proc/22908/statm: 3103 385 275 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.701987 s]
/proc/loadavg: 2.56 2.58 2.42 5/80 22908
/proc/meminfo: memFree=1832288/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=14644 CPUtime=0.05
/proc/22908/stat : 22908 (sugar++) R 22906 22908 22544 0 -1 4194304 828 0 0 0 3 2 0 0 18 0 1 0 75095833 14995456 796 996147200 4194304 4206940 548682068528 18446744073709551615 231882553092 0 0 4224 0 0 0 0 17 1 0 0
/proc/22908/statm: 3661 796 378 3 0 500 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14644

[startup+1.50217 s]
/proc/loadavg: 2.56 2.58 2.42 4/81 22909
/proc/meminfo: memFree=1829784/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.09
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1219 128 0 0 5 4 0 0 19 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16740

[startup+3.10456 s]
/proc/loadavg: 2.56 2.58 2.42 4/91 22930
/proc/meminfo: memFree=1822472/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.71
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 5 4 57 5 15 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868372 CPUtime=1.18
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 10092 0 1 0 112 6 0 0 19 0 9 0 75096013 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22922/statm: 217093 9108 2540 9 0 211668 0
[pid=22922/tid=22923] ppid=22921 vsize=868372 CPUtime=0.65
/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 2729 0 1 0 63 2 0 0 21 0 9 0 75096025 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868372 CPUtime=0.31
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 5189 0 0 0 29 2 0 0 15 0 9 0 75096026 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868372 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868372 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868372 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868372 CPUtime=0.2
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1477 0 0 0 19 1 0 0 16 0 9 0 75096028 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868372 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868372 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889212928 9108 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 890468

[startup+6.3021 s]
/proc/loadavg: 2.68 2.61 2.43 4/91 22930
/proc/meminfo: memFree=1784840/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.72
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 6 4 57 5 15 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868484 CPUtime=4.35
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 13149 0 1 0 423 12 0 0 19 0 9 0 75096013 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22922/statm: 217121 11671 2567 9 0 211668 0
[pid=22922/tid=22923] ppid=22921 vsize=868484 CPUtime=3.24
/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 3120 0 1 0 318 6 0 0 25 0 9 0 75096025 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4127126255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868484 CPUtime=0.78
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 7798 0 0 0 75 3 0 0 16 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868484 CPUtime=0.3
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 890580

[startup+12.7014 s]
/proc/loadavg: 2.62 2.60 2.42 3/91 22930
/proc/meminfo: memFree=1784328/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.72
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 6 4 57 5 15 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868484 CPUtime=10.71
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 13436 0 1 0 1056 15 0 0 19 0 9 0 75096013 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22922/statm: 217121 11671 2567 9 0 211668 0
[pid=22922/tid=22923] ppid=22921 vsize=868484 CPUtime=9.51
/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 3407 0 1 0 944 7 0 0 25 0 9 0 75096025 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4127170425 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868484 CPUtime=0.88
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 7798 0 0 0 83 5 0 0 16 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868484 CPUtime=0.3
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (KiB) 890580

[startup+25.5029 s]
/proc/loadavg: 2.55 2.58 2.42 3/91 22930
/proc/meminfo: memFree=1658696/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.72
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 6 4 57 5 15 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868484 CPUtime=23.34
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 14839 0 1 0 2236 98 0 0 19 0 9 0 75096013 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22922/statm: 217121 11671 2567 9 0 211668 0
[pid=22922/tid=22923] ppid=22921 vsize=868484 CPUtime=21.61
/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 4810 0 1 0 2080 81 0 0 25 0 9 0 75096025 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 102064670 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868484 CPUtime=1.41
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 7798 0 0 0 126 15 0 0 16 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868484 CPUtime=0.3
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889327616 11671 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.06
Current children cumulated vsize (KiB) 890580

[startup+51.1028 s]
/proc/loadavg: 2.72 2.62 2.44 3/91 22930
/proc/meminfo: memFree=1314952/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.72
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 6 4 57 5 16 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868484 CPUtime=48.27
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 18115 0 1 0 4515 312 0 0 19 0 9 0 75096013 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 14585 0 1 0 8591 679 0 0 25 0 9 0 75096025 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4126902594 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868484 CPUtime=5.14
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 7798 0 0 0 437 77 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868484 CPUtime=0.3
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.88
Current children cumulated vsize (KiB) 890580

[startup+162.303 s]
/proc/loadavg: 2.96 2.75 2.50 3/91 22930
/proc/meminfo: memFree=16264/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.72
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 6 4 57 5 16 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868484 CPUtime=155.96
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 32104 0 1 0 14320 1276 0 0 19 0 9 0 75096013 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22922/statm: 217121 11673 2567 9 0 211668 0
[pid=22922/tid=22923] ppid=22921 vsize=868484 CPUtime=147.67
/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 22073 0 1 0 13617 1150 0 0 25 0 9 0 75096025 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4127057453 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868484 CPUtime=7.97
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 7798 0 0 0 674 123 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868484 CPUtime=0.3
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.68
Current children cumulated vsize (KiB) 890580

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

[startup+166.302 s]
/proc/loadavg: 2.97 2.76 2.50 3/91 22930
/proc/meminfo: memFree=15176/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.72
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 6 4 57 5 16 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868484 CPUtime=159.72
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 32593 0 1 0 14663 1309 0 0 19 0 9 0 75096013 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22922/statm: 217121 11673 2567 9 0 211668 0
[pid=22922/tid=22923] ppid=22921 vsize=868484 CPUtime=151.25
/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 22562 0 1 0 13944 1181 0 0 25 0 9 0 75096025 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868484 CPUtime=8.15
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 7798 0 0 0 689 126 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868484 CPUtime=0.3
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.44
Current children cumulated vsize (KiB) 890580

[startup+172.707 s]
/proc/loadavg: 2.98 2.76 2.51 3/91 22930
/proc/meminfo: memFree=14920/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.72
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 6 4 57 5 16 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868484 CPUtime=166
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 33416 0 1 0 15237 1363 0 0 19 0 9 0 75096013 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22922/statm: 217121 11673 2567 9 0 211668 0
[pid=22922/tid=22923] ppid=22921 vsize=868484 CPUtime=157.19
/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 23385 0 1 0 14490 1229 0 0 25 0 9 0 75096025 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868484 CPUtime=8.48
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 7798 0 0 0 717 131 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868484 CPUtime=0.3
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 166.72
Current children cumulated vsize (KiB) 890580

[startup+174.302 s]
/proc/loadavg: 2.98 2.76 2.51 3/91 22930
/proc/meminfo: memFree=16008/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=0.72
/proc/22908/stat : 22908 (sugar++) S 22906 22908 22544 0 -1 4194304 1297 7501 0 1 6 4 57 5 16 0 1 0 75095833 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22908/statm: 4185 1104 409 3 0 764 0
[pid=22921] ppid=22908 vsize=5356 CPUtime=0
/proc/22921/stat : 22921 (sh) S 22908 22908 22544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75096008 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22921/statm: 1339 233 193 169 0 50 0
[pid=22922] ppid=22921 vsize=868484 CPUtime=167.43
/proc/22922/stat : 22922 (java) S 22921 22908 22544 0 -1 0 33604 0 1 0 15367 1376 0 0 19 0 9 0 75096013 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22922/statm: 217121 11673 2567 9 0 211668 0
[pid=22922/tid=22923] ppid=22921 vsize=868484 CPUtime=158.56
/proc/22922/task/22923/stat : 22923 (java) R 22921 22908 22544 0 -1 64 23573 0 1 0 14614 1242 0 0 25 0 9 0 75096025 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4126474881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22922/tid=22924] ppid=22921 vsize=868484 CPUtime=8.55
/proc/22922/task/22924/stat : 22924 (java) S 22921 22908 22544 0 -1 64 7798 0 0 0 723 132 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22922/tid=22925] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22925/stat : 22925 (java) S 22921 22908 22544 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22926] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22926/stat : 22926 (java) S 22921 22908 22544 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75096026 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22927] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22927/stat : 22927 (java) S 22921 22908 22544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22928] ppid=22921 vsize=868484 CPUtime=0.3
/proc/22922/task/22928/stat : 22928 (java) S 22921 22908 22544 0 -1 64 1536 0 0 0 29 1 0 0 16 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22929] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22929/stat : 22929 (java) S 22921 22908 22544 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22922/tid=22930] ppid=22921 vsize=868484 CPUtime=0
/proc/22922/task/22930/stat : 22930 (java) S 22921 22908 22544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75096028 889327616 11673 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 168.15
Current children cumulated vsize (KiB) 890580

[startup+175.102 s]
/proc/loadavg: 2.98 2.76 2.51 3/84 22930
/proc/meminfo: memFree=52680/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=168.21
/proc/22908/stat : 22908 (sugar++) D 22906 22908 22544 0 -1 4194304 1320 41403 0 2 6 4 15428 1383 15 0 1 0 75095833 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22908/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 168.21
Current children cumulated vsize (KiB) 16740

[startup+175.902 s]
/proc/loadavg: 2.98 2.76 2.51 3/81 22930
/proc/meminfo: memFree=1829656/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=168.98
/proc/22908/stat : 22908 (sugar++) R 22906 22908 22544 0 -1 4194304 1320 41403 0 2 6 81 15428 1383 16 0 1 0 75095833 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22908/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 168.98
Current children cumulated vsize (KiB) 16740

[startup+176.302 s]
/proc/loadavg: 2.98 2.76 2.51 3/81 22930
/proc/meminfo: memFree=1829656/2055920 swapFree=4181292/4192956
[pid=22908] ppid=22906 vsize=16740 CPUtime=169.12
/proc/22908/stat : 22908 (sugar++) D 22906 22908 22544 0 -1 4194304 1320 41403 0 2 6 95 15428 1383 15 0 1 0 75095833 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/22908/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 169.12
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 176.373
CPU time (s): 169.153
CPU user time (s): 154.355
CPU system time (s): 14.7988
CPU usage (%): 95.9067
Max. virtual memory (cumulated for all children) (KiB): 890972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.355
system time used= 14.7988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42779
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150556
involuntary context switches= 167300

runsolver used 0.220966 second user time and 0.601908 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-16 06:53:13
IDJOB=1126531
IDBENCH=64256
IDSOLVER=367
FILE ID=node75/1126531-1216183993
PBS_JOBID= 7905885
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-509_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126531-1216183993/watcher-1126531-1216183993 -o /tmp/evaluation-result-1126531-1216183993/solver-1126531-1216183993 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1126531-1216183993.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 75d0be29684ec37c823526390d7a7451
RANDOM SEED=611253708

node75.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.266
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.266
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:       1832768 kB
Buffers:          5724 kB
Cached:          49428 kB
SwapCached:       5912 kB
Active:         154916 kB
Inactive:        18192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832768 kB
SwapTotal:     4192956 kB
SwapFree:      4181292 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:         133760 kB
Slab:            35124 kB
Committed_AS:  1022728 kB
PageTables:       2024 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= 66556 MiB
End job on node75 at 2008-07-16 06:56:09