Trace number 1109893

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 472.994 482.274

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-6288-047.xml
MD5SUMdd00c5def4c55b065ec455ee1bcb23cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables20820
Number of constraints44644
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44644
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Fri Jul 11 23:53:03 2008
0.04/0.14	c 0	PID 15817
0.04/0.14	c 0	HOST node51.alineos.net
0.04/0.14	c 0	CONVERTING HOME/instance-1109893-1215813182.xml TO HOME/temp.csp
0.04/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109893-1215813182.xml' 'HOME/temp.csp'
2.56/2.73	c 2	2 domains, 20820 variables, 6 predicates, 0 relations, 44644 constraints
2.56/2.77	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.56/2.77	c 2	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'
2.61/2.85	c 2	Parsing HOME/temp.csp
2.61/3.16	c 3	parsed 10000 expressions
3.12/3.35	c 3	parsed 20000 expressions
3.32/3.58	c 3	parsed 30000 expressions
3.52/3.76	c 3	parsed 40000 expressions
3.82/4.03	c 4	parsed 50000 expressions
4.01/4.25	c 4	parsed 60000 expressions
4.12/4.38	c 4	parsed 65472 expressions
4.12/4.39	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.51/4.77	c 4	MAX CSP: 44644 constraints
4.51/4.77	c 4	Converting to clausal form CSP
4.60/4.82	c 4	converted 11012 (10%) expressions
4.99/5.22	c 5	converted 22024 (20%) expressions
5.20/5.50	c 5	converted 33036 (30%) expressions
5.40/5.68	c 5	converted 44048 (40%) expressions
5.60/5.87	c 5	converted 55060 (50%) expressions
5.79/6.06	c 6	converted 66072 (60%) expressions
5.99/6.26	c 6	converted 77084 (70%) expressions
6.49/6.77	c 6	converted 88096 (80%) expressions
6.79/7.04	c 7	converted 99108 (90%) expressions
11.95/12.28	c 12	converted 110119 (100%) expressions
11.95/12.29	c 12	CSP : 110108 integers, 0 booleans, 133912 clauses, largest domain size 66967
11.95/12.29	c 12	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.95/12.29	c 12	Propagation in CSP
13.86/14.20	c 14	44636 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.97/14.21	c 14	CSP : 110108 integers, 0 booleans, 133912 clauses, largest domain size 44645
13.97/14.21	c 14	Heap : 133 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.97/14.26	c 14	Simplifing CSP by introducing new Boolean variables
14.07/14.32	c 14	CSP : 110108 integers, 0 booleans, 133912 clauses, largest domain size 44645
14.07/14.32	c 14	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.77/15.08	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.86/15.14	c 15	11011 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
14.86/15.16	c 15	22022 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
14.86/15.17	c 15	33033 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
14.86/15.19	c 15	44044 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
14.96/15.20	c 15	55054 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
14.96/15.28	c 15	66065 (60%) CSP integer variables are encoded (48735 clauses, 759482 bytes)
15.95/16.21	c 16	77076 (70%) CSP integer variables are encoded (790375 clauses, 13367362 bytes)
16.15/16.45	c 16	88087 (80%) CSP integer variables are encoded (973484 clauses, 16602746 bytes)
16.35/16.64	c 16	99098 (90%) CSP integer variables are encoded (1112370 clauses, 19241580 bytes)
16.55/16.86	c 16	110108 (100%) CSP integer variables are encoded (1273793 clauses, 22308617 bytes)
16.74/17.06	c 17	13392 (10%) CSP clauses are encoded (1287185 clauses, 22577557 bytes)
16.95/17.22	c 17	26783 (20%) CSP clauses are encoded (1300576 clauses, 22873193 bytes)
17.14/17.41	c 17	40174 (30%) CSP clauses are encoded (1313967 clauses, 23242472 bytes)
34.44/35.24	c 35	53565 (40%) CSP clauses are encoded (11186126 clauses, 264393399 bytes)
471.98/478.85	c 478	ERROR Exception Too large HOME/temp.cnf
471.98/478.87	c 478	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
471.98/478.87	c 478	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
471.98/478.87	c 478	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
471.98/478.87	s UNKNOWN
472.04/478.98	c 478	CPU 457.63 (0.06 0.02 457.57 14.43)
472.04/478.98	c 478	END Sat Jul 12 00:01:01 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-1109893-1215813182/watcher-1109893-1215813182 -o /tmp/evaluation-result-1109893-1215813182/solver-1109893-1215813182 -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-1109893-1215813182.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: 1.90 2.00 1.98 4/80 15817
/proc/meminfo: memFree=1889464/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=18572 CPUtime=0
/proc/15817/stat : 15817 (runsolver) R 15815 15817 15571 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 38017152 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15817/statm: 4643 292 257 25 0 2626 0

[startup+0.0405039 s]
/proc/loadavg: 1.90 2.00 1.98 4/80 15817
/proc/meminfo: memFree=1889464/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=13336 CPUtime=0.02
/proc/15817/stat : 15817 (sugar++) D 15815 15817 15571 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 38017152 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/15817/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.102083 s]
/proc/loadavg: 1.90 2.00 1.98 4/80 15817
/proc/meminfo: memFree=1889464/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=14776 CPUtime=0.04
/proc/15817/stat : 15817 (sugar++) R 15815 15817 15571 0 -1 4194304 871 0 0 0 3 1 0 0 18 0 1 0 38017152 15130624 839 996147200 4194304 4206940 548682068528 18446744073709551615 235371139809 0 0 4224 0 0 0 0 17 1 0 0
/proc/15817/statm: 3694 840 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.301088 s]
/proc/loadavg: 1.90 2.00 1.98 4/80 15817
/proc/meminfo: memFree=1889464/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=0.06
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701124 s]
/proc/loadavg: 1.90 2.00 1.98 4/80 15817
/proc/meminfo: memFree=1889464/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=0.06
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50222 s]
/proc/loadavg: 1.90 2.00 1.98 4/91 15829
/proc/meminfo: memFree=1797920/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=0.06
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15820] ppid=15817 vsize=5356 CPUtime=0
/proc/15820/stat : 15820 (sh) S 15817 15817 15571 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 38017167 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15820/statm: 1339 233 193 169 0 50 0
[pid=15821] ppid=15820 vsize=867688 CPUtime=1.31
/proc/15821/stat : 15821 (java) S 15820 15817 15571 0 -1 0 18140 0 1 0 122 9 0 0 18 0 9 0 38017167 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15821/statm: 216922 15469 2529 9 0 211504 0
[pid=15821/tid=15822] ppid=15820 vsize=867688 CPUtime=0.67
/proc/15821/task/15822/stat : 15822 (java) R 15820 15817 15571 0 -1 64 3006 0 1 0 64 3 0 0 25 0 9 0 38017168 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15821/tid=15823] ppid=15820 vsize=867688 CPUtime=0.5
/proc/15821/task/15823/stat : 15823 (java) R 15820 15817 15571 0 -1 64 13933 0 0 0 45 5 0 0 16 0 9 0 38017169 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 102470010 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15821/tid=15824] ppid=15820 vsize=867688 CPUtime=0
/proc/15821/task/15824/stat : 15824 (java) S 15820 15817 15571 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38017169 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15821/tid=15825] ppid=15820 vsize=867688 CPUtime=0
/proc/15821/task/15825/stat : 15825 (java) S 15820 15817 15571 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 38017169 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15821/tid=15826] ppid=15820 vsize=867688 CPUtime=0
/proc/15821/task/15826/stat : 15826 (java) S 15820 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 38017172 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15821/tid=15827] ppid=15820 vsize=867688 CPUtime=0.11
/proc/15821/task/15827/stat : 15827 (java) S 15820 15817 15571 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 38017172 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15821/tid=15828] ppid=15820 vsize=867688 CPUtime=0
/proc/15821/task/15828/stat : 15828 (java) S 15820 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 38017172 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15821/tid=15829] ppid=15820 vsize=867688 CPUtime=0
/proc/15821/task/15829/stat : 15829 (java) S 15820 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38017172 888512512 15469 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 889784

[startup+3.10134 s]
/proc/loadavg: 1.90 2.00 1.98 3/91 15829
/proc/meminfo: memFree=1740448/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.61
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 5 1 240 15 16 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 16740

[startup+6.30164 s]
/proc/loadavg: 1.91 2.00 1.98 3/91 15839
/proc/meminfo: memFree=1744288/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.61
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 5 1 240 15 15 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15830] ppid=15817 vsize=5356 CPUtime=0
/proc/15830/stat : 15830 (sh) S 15817 15817 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38017429 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15830/statm: 1339 233 193 169 0 50 0
[pid=15831] ppid=15830 vsize=868440 CPUtime=3.47
/proc/15831/stat : 15831 (java) S 15830 15817 15571 0 -1 0 22715 0 1 0 335 12 0 0 18 0 9 0 38017429 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15831/statm: 217110 20229 2540 9 0 211685 0
[pid=15831/tid=15832] ppid=15830 vsize=868440 CPUtime=1.99
/proc/15831/task/15832/stat : 15832 (java) R 15830 15817 15571 0 -1 64 3342 0 1 0 197 2 0 0 25 0 9 0 38017430 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4126606332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15833] ppid=15830 vsize=868440 CPUtime=1.25
/proc/15831/task/15833/stat : 15833 (java) S 15830 15817 15571 0 -1 64 17213 0 0 0 118 7 0 0 16 0 9 0 38017431 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15834] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15830 15817 15571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38017432 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15835] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15830 15817 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38017432 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15836] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38017433 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15837] ppid=15830 vsize=868440 CPUtime=0.2
/proc/15831/task/15837/stat : 15837 (java) S 15830 15817 15571 0 -1 64 1464 0 0 0 19 1 0 0 16 0 9 0 38017433 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15838] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38017434 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15839] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15830 15817 15571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38017434 889282560 20229 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 890536

[startup+12.7022 s]
/proc/loadavg: 1.91 2.00 1.98 3/91 15839
/proc/meminfo: memFree=1427808/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.63
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 6 2 240 15 16 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15830] ppid=15817 vsize=5356 CPUtime=0
/proc/15830/stat : 15830 (sh) S 15817 15817 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38017429 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15830/statm: 1339 233 193 169 0 50 0
[pid=15831] ppid=15830 vsize=868440 CPUtime=9.85
/proc/15831/stat : 15831 (java) S 15830 15817 15571 0 -1 0 52311 0 1 0 957 28 0 0 18 0 9 0 38017429 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15831/statm: 217110 40043 2541 9 0 211685 0
[pid=15831/tid=15832] ppid=15830 vsize=868440 CPUtime=6.14
/proc/15831/task/15832/stat : 15832 (java) R 15830 15817 15571 0 -1 64 4453 0 1 0 611 3 0 0 25 0 9 0 38017430 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4127017995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15833] ppid=15830 vsize=868440 CPUtime=3.45
/proc/15831/task/15833/stat : 15833 (java) S 15830 15817 15571 0 -1 64 45679 0 0 0 323 22 0 0 16 0 9 0 38017431 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15834] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15830 15817 15571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38017432 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15835] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15830 15817 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38017432 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15836] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38017433 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15837] ppid=15830 vsize=868440 CPUtime=0.23
/proc/15831/task/15837/stat : 15837 (java) S 15830 15817 15571 0 -1 64 1483 0 0 0 22 1 0 0 16 0 9 0 38017433 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15838] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38017434 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15839] ppid=15830 vsize=868440 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15830 15817 15571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38017434 889282560 40043 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890536

[startup+25.5024 s]
/proc/loadavg: 1.93 2.00 1.98 3/91 15839
/proc/meminfo: memFree=1288736/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.63
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 6 2 240 15 15 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15830] ppid=15817 vsize=5356 CPUtime=0
/proc/15830/stat : 15830 (sh) S 15817 15817 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38017429 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15830/statm: 1339 233 193 169 0 50 0
[pid=15831] ppid=15830 vsize=868552 CPUtime=22.38
/proc/15831/stat : 15831 (java) S 15830 15817 15571 0 -1 0 57047 0 1 0 2132 106 0 0 18 0 9 0 38017429 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15831/statm: 217138 40120 2565 9 0 211685 0
[pid=15831/tid=15832] ppid=15830 vsize=868552 CPUtime=17.68
/proc/15831/task/15832/stat : 15832 (java) R 15830 15817 15571 0 -1 64 4809 0 1 0 1691 77 0 0 25 0 9 0 38017430 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4126641392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15831/tid=15833] ppid=15830 vsize=868552 CPUtime=4.37
/proc/15831/task/15833/stat : 15833 (java) S 15830 15817 15571 0 -1 64 50027 0 0 0 411 26 0 0 16 0 9 0 38017431 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15831/tid=15834] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15830 15817 15571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15835] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15830 15817 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15836] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15837] ppid=15830 vsize=868552 CPUtime=0.29
/proc/15831/task/15837/stat : 15837 (java) S 15830 15817 15571 0 -1 64 1515 0 0 0 28 1 0 0 16 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15838] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15839] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15830 15817 15571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 890648

[startup+51.1027 s]
/proc/loadavg: 2.03 2.02 1.99 3/91 15839
/proc/meminfo: memFree=939360/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.63
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 6 2 240 15 16 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15830] ppid=15817 vsize=5356 CPUtime=0
/proc/15830/stat : 15830 (sh) S 15817 15817 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38017429 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15830/statm: 1339 233 193 169 0 50 0
[pid=15831] ppid=15830 vsize=868552 CPUtime=47.1
/proc/15831/stat : 15831 (java) S 15830 15817 15571 0 -1 0 57796 0 1 0 4394 316 0 0 18 0 9 0 38017429 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+402.301 s]
/proc/loadavg: 2.27 2.14 2.04 3/92 15877
/proc/meminfo: memFree=357512/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.63
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 6 2 240 15 16 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15830] ppid=15817 vsize=5356 CPUtime=0
/proc/15830/stat : 15830 (sh) S 15817 15817 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38017429 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15830/statm: 1339 233 193 169 0 50 0
[pid=15831] ppid=15830 vsize=868552 CPUtime=395.22
/proc/15831/stat : 15831 (java) S 15830 15817 15571 0 -1 0 62424 0 1 0 38712 810 0 0 18 0 9 0 38017429 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15831/statm: 217138 40120 2565 9 0 211685 0
[pid=15831/tid=15832] ppid=15830 vsize=868552 CPUtime=387.05
/proc/15831/task/15832/stat : 15832 (java) R 15830 15817 15571 0 -1 64 10186 0 1 0 37960 745 0 0 25 0 9 0 38017430 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15833] ppid=15830 vsize=868552 CPUtime=7.85
/proc/15831/task/15833/stat : 15833 (java) S 15830 15817 15571 0 -1 64 50027 0 0 0 723 62 0 0 16 0 9 0 38017431 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15834] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15830 15817 15571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15835] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15830 15817 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15836] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15837] ppid=15830 vsize=868552 CPUtime=0.29
/proc/15831/task/15837/stat : 15837 (java) S 15830 15817 15571 0 -1 64 1515 0 0 0 28 1 0 0 16 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15838] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15839] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15830 15817 15571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 397.85
Current children cumulated vsize (KiB) 890648

[startup+462.303 s]
/proc/loadavg: 2.25 2.16 2.05 3/92 15877
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.63
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 6 2 240 15 16 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15830] ppid=15817 vsize=5356 CPUtime=0
/proc/15830/stat : 15830 (sh) S 15817 15817 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38017429 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15830/statm: 1339 233 193 169 0 50 0
[pid=15831] ppid=15830 vsize=868552 CPUtime=453.33
/proc/15831/stat : 15831 (java) S 15830 15817 15571 0 -1 0 64147 0 1 0 44046 1287 0 0 18 0 9 0 38017429 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15831/statm: 217138 40120 2565 9 0 211685 0
[pid=15831/tid=15832] ppid=15830 vsize=868552 CPUtime=444.1
/proc/15831/task/15832/stat : 15832 (java) R 15830 15817 15571 0 -1 64 11909 0 1 0 43201 1209 0 0 25 0 9 0 38017430 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15831/tid=15833] ppid=15830 vsize=868552 CPUtime=8.89
/proc/15831/task/15833/stat : 15833 (java) S 15830 15817 15571 0 -1 64 50027 0 0 0 814 75 0 0 16 0 9 0 38017431 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15831/tid=15834] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15830 15817 15571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15835] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15830 15817 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15836] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15837] ppid=15830 vsize=868552 CPUtime=0.29
/proc/15831/task/15837/stat : 15837 (java) S 15830 15817 15571 0 -1 64 1515 0 0 0 28 1 0 0 16 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15838] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15839] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15830 15817 15571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 455.96
Current children cumulated vsize (KiB) 890648

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

[startup+473.503 s]
/proc/loadavg: 2.29 2.17 2.05 3/92 15877
/proc/meminfo: memFree=15880/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.63
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 6 2 240 15 16 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15830] ppid=15817 vsize=5356 CPUtime=0
/proc/15830/stat : 15830 (sh) S 15817 15817 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38017429 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15830/statm: 1339 233 193 169 0 50 0
[pid=15831] ppid=15830 vsize=868552 CPUtime=464.2
/proc/15831/stat : 15831 (java) S 15830 15817 15571 0 -1 0 64489 0 1 0 45042 1378 0 0 18 0 9 0 38017429 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15831/statm: 217138 40120 2565 9 0 211685 0
[pid=15831/tid=15832] ppid=15830 vsize=868552 CPUtime=454.78
/proc/15831/task/15832/stat : 15832 (java) R 15830 15817 15571 0 -1 64 12251 0 1 0 44180 1298 0 0 25 0 9 0 38017430 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15831/tid=15833] ppid=15830 vsize=868552 CPUtime=9.09
/proc/15831/task/15833/stat : 15833 (java) S 15830 15817 15571 0 -1 64 50027 0 0 0 832 77 0 0 16 0 9 0 38017431 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15831/tid=15834] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15830 15817 15571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15835] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15830 15817 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15836] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15837] ppid=15830 vsize=868552 CPUtime=0.29
/proc/15831/task/15837/stat : 15837 (java) S 15830 15817 15571 0 -1 64 1515 0 0 0 28 1 0 0 16 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15838] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15839] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15830 15817 15571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 466.83
Current children cumulated vsize (KiB) 890648

[startup+476.701 s]
/proc/loadavg: 2.27 2.16 2.05 3/92 15877
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=2.63
/proc/15817/stat : 15817 (sugar++) S 15815 15817 15571 0 -1 4194304 1297 26023 0 1 6 2 240 15 16 0 1 0 38017152 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15817/statm: 4185 1104 409 3 0 764 0
[pid=15830] ppid=15817 vsize=5356 CPUtime=0
/proc/15830/stat : 15830 (sh) S 15817 15817 15571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38017429 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15830/statm: 1339 233 193 169 0 50 0
[pid=15831] ppid=15830 vsize=868552 CPUtime=467.29
/proc/15831/stat : 15831 (java) S 15830 15817 15571 0 -1 0 64586 0 1 0 45323 1406 0 0 18 0 9 0 38017429 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15831/statm: 217138 40120 2565 9 0 211685 0
[pid=15831/tid=15832] ppid=15830 vsize=868552 CPUtime=457.82
/proc/15831/task/15832/stat : 15832 (java) R 15830 15817 15571 0 -1 64 12348 0 1 0 44457 1325 0 0 25 0 9 0 38017430 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15831/tid=15833] ppid=15830 vsize=868552 CPUtime=9.14
/proc/15831/task/15833/stat : 15833 (java) S 15830 15817 15571 0 -1 64 50027 0 0 0 836 78 0 0 16 0 9 0 38017431 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15831/tid=15834] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15834/stat : 15834 (java) S 15830 15817 15571 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15835] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15835/stat : 15835 (java) S 15830 15817 15571 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38017432 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15836] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15836/stat : 15836 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15837] ppid=15830 vsize=868552 CPUtime=0.29
/proc/15831/task/15837/stat : 15837 (java) S 15830 15817 15571 0 -1 64 1515 0 0 0 28 1 0 0 16 0 9 0 38017433 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15838] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15838/stat : 15838 (java) S 15830 15817 15571 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15831/tid=15839] ppid=15830 vsize=868552 CPUtime=0
/proc/15831/task/15839/stat : 15839 (java) S 15830 15817 15571 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38017434 889397248 40120 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 469.92
Current children cumulated vsize (KiB) 890648

[startup+479.902 s]
/proc/loadavg: 2.25 2.16 2.05 4/87 15883
/proc/meminfo: memFree=1244548/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=472.79
/proc/15817/stat : 15817 (sugar++) D 15815 15817 15571 0 -1 4194304 1320 90973 0 2 6 73 45757 1443 15 0 1 0 38017152 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15817/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 472.79
Current children cumulated vsize (KiB) 16740

[startup+481.502 s]
/proc/loadavg: 2.25 2.16 2.05 2/82 15883
/proc/meminfo: memFree=1828232/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=472.93
/proc/15817/stat : 15817 (sugar++) D 15815 15817 15571 0 -1 4194304 1320 90973 0 2 6 87 45757 1443 15 0 1 0 38017152 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15817/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 472.93
Current children cumulated vsize (KiB) 16740

[startup+481.902 s]
/proc/loadavg: 2.25 2.16 2.05 2/82 15883
/proc/meminfo: memFree=1838152/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=472.95
/proc/15817/stat : 15817 (sugar++) D 15815 15817 15571 0 -1 4194304 1320 90973 0 2 6 89 45757 1443 15 0 1 0 38017152 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15817/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 472.95
Current children cumulated vsize (KiB) 16740

[startup+482.102 s]
/proc/loadavg: 2.25 2.16 2.05 2/82 15883
/proc/meminfo: memFree=1838152/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=472.96
/proc/15817/stat : 15817 (sugar++) D 15815 15817 15571 0 -1 4194304 1320 90973 0 2 6 90 45757 1443 15 0 1 0 38017152 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15817/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 472.96
Current children cumulated vsize (KiB) 16740

[startup+482.203 s]
/proc/loadavg: 2.25 2.16 2.05 2/82 15883
/proc/meminfo: memFree=1838152/2055920 swapFree=4192812/4192956
[pid=15817] ppid=15815 vsize=16740 CPUtime=472.97
/proc/15817/stat : 15817 (sugar++) D 15815 15817 15571 0 -1 4194304 1320 90973 0 2 6 91 45757 1443 15 0 1 0 38017152 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 235371467817 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15817/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 472.97
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 482.274
CPU time (s): 472.994
CPU user time (s): 457.645
CPU system time (s): 15.3487
CPU usage (%): 98.0759
Max. virtual memory (cumulated for all children) (KiB): 911024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 457.645
system time used= 15.3487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92349
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= 69154
involuntary context switches= 77290

runsolver used 0.650901 second user time and 1.59376 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-11 23:53:02
IDJOB=1109893
IDBENCH=61031
IDSOLVER=367
FILE ID=node51/1109893-1215813182
PBS_JOBID= 7903287
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-6288-047.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-1109893-1215813182/watcher-1109893-1215813182 -o /tmp/evaluation-result-1109893-1215813182/solver-1109893-1215813182 -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-1109893-1215813182.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd00c5def4c55b065ec455ee1bcb23cb
RANDOM SEED=2142805741

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1890328 kB
Buffers:         19124 kB
Cached:          70840 kB
SwapCached:          0 kB
Active:          85484 kB
Inactive:        28848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16480 kB
Writeback:           0 kB
Mapped:          41728 kB
Slab:            36736 kB
Committed_AS:   926628 kB
PageTables:       1800 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= 66552 MiB
End job on node51 at 2008-07-12 00:01:05