Trace number 1110017

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? 191.13 200.794

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
MD5SUM9d4795f9e32ba7017720fe7b897ab8b7
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 variables23837
Number of constraints67567
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67567
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 00:31:16 2008
0.00/0.07	c 0	PID 15832
0.00/0.08	c 0	HOST node45.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110017-1215815476.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110017-1215815476.xml' 'HOME/temp.csp'
3.91/4.09	c 4	3 domains, 23837 variables, 11 predicates, 0 relations, 67567 constraints
4.01/4.16	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
4.01/4.16	c 4	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'
4.04/4.24	c 4	Parsing HOME/temp.csp
4.36/4.56	c 5	parsed 10000 expressions
4.56/4.75	c 5	parsed 20000 expressions
4.75/4.98	c 5	parsed 30000 expressions
4.94/5.17	c 5	parsed 40000 expressions
5.25/5.43	c 6	parsed 50000 expressions
5.45/5.63	c 6	parsed 60000 expressions
5.74/5.97	c 6	parsed 70000 expressions
6.04/6.21	c 6	parsed 80000 expressions
6.34/6.52	c 7	parsed 90000 expressions
6.44/6.62	c 7	parsed 91418 expressions
6.44/6.63	c 7	Heap : 32 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.02/7.21	c 7	MAX CSP: 67567 constraints
7.02/7.21	c 7	Converting to clausal form CSP
7.02/7.27	c 7	converted 15899 (10%) expressions
7.43/7.64	c 8	converted 31798 (20%) expressions
8.11/8.32	c 9	converted 47697 (30%) expressions
8.41/8.61	c 9	converted 63596 (40%) expressions
8.72/8.93	c 9	converted 79494 (50%) expressions
9.00/9.25	c 9	converted 95393 (60%) expressions
9.31/9.54	c 10	converted 111292 (70%) expressions
9.60/9.89	c 10	converted 127191 (80%) expressions
10.70/10.91	c 11	converted 143090 (90%) expressions
20.89/21.20	c 21	converted 158988 (100%) expressions
20.89/21.22	c 21	CSP : 189627 integers, 0 booleans, 260899 clauses, largest domain size 101351
20.89/21.22	c 21	Heap : 213 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.89/21.22	c 21	Propagation in CSP
24.36/24.78	c 25	67556 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.46/24.81	c 25	CSP : 189627 integers, 0 booleans, 260899 clauses, largest domain size 67568
24.46/24.81	c 25	Heap : 226 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.46/24.88	c 25	Simplifing CSP by introducing new Boolean variables
24.56/24.98	c 25	CSP : 189627 integers, 0 booleans, 260899 clauses, largest domain size 67568
24.56/24.98	c 25	Heap : 226 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.65/26.05	c 26	Encoding CSP to SAT : HOME/temp.cnf
25.75/26.13	c 26	18963 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.75/26.15	c 26	37926 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.75/26.18	c 26	56889 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.85/26.20	c 26	75851 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
26.05/26.40	c 27	94814 (50%) CSP integer variables are encoded (137328 clauses, 2310483 bytes)
26.73/27.14	c 27	113777 (60%) CSP integer variables are encoded (714519 clauses, 12122730 bytes)
27.33/27.71	c 28	132739 (70%) CSP integer variables are encoded (1157272 clauses, 20200260 bytes)
27.63/28.04	c 28	151702 (80%) CSP integer variables are encoded (1403192 clauses, 24872740 bytes)
28.02/28.40	c 29	170665 (90%) CSP integer variables are encoded (1678607 clauses, 30105625 bytes)
29.61/30.06	c 30	189627 (100%) CSP integer variables are encoded (2997137 clauses, 55157695 bytes)
29.90/30.36	c 31	26090 (10%) CSP clauses are encoded (3023227 clauses, 55691394 bytes)
30.20/30.66	c 31	52180 (20%) CSP clauses are encoded (3049317 clauses, 56305672 bytes)
35.92/36.60	c 37	78270 (30%) CSP clauses are encoded (5882724 clauses, 123185641 bytes)
49.49/50.77	c 51	104360 (40%) CSP clauses are encoded (13198752 clauses, 298449217 bytes)
69.16/70.92	c 71	130450 (50%) CSP clauses are encoded (23846737 clauses, 573710416 bytes)
190.02/196.47	c 197	ERROR Exception Too large HOME/temp.cnf
190.02/196.48	c 197	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
190.02/196.48	c 197	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
190.02/196.48	c 197	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
190.02/196.48	s UNKNOWN
190.09/196.58	c 197	CPU 175.94 (0.05 0.02 175.89 14.18)
190.09/196.58	c 197	END Sat Jul 12 00:34:33 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-1110017-1215815476/watcher-1110017-1215815476 -o /tmp/evaluation-result-1110017-1215815476/solver-1110017-1215815476 -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-1110017-1215815476.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.31 2.11 2.02 4/81 15832
/proc/meminfo: memFree=1365968/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=12132 CPUtime=0
/proc/15832/stat : 15832 (sugar++) R 15830 15832 15547 0 -1 4194304 221 0 0 0 0 0 0 0 20 0 1 0 38246916 12423168 189 996147200 4194304 4206940 548682068528 18446744073709551615 258938933985 0 0 4224 0 0 0 0 17 1 0 0
/proc/15832/statm: 3033 189 142 3 0 133 0

[startup+0.104763 s]
/proc/loadavg: 2.31 2.11 2.02 4/81 15832
/proc/meminfo: memFree=1365968/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=0.06
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.20178 s]
/proc/loadavg: 2.31 2.11 2.02 4/81 15832
/proc/meminfo: memFree=1365968/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=0.06
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301792 s]
/proc/loadavg: 2.31 2.11 2.02 4/81 15832
/proc/meminfo: memFree=1365968/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=0.06
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701872 s]
/proc/loadavg: 2.31 2.11 2.02 4/81 15832
/proc/meminfo: memFree=1365968/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=0.06
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50301 s]
/proc/loadavg: 2.36 2.12 2.02 3/92 15844
/proc/meminfo: memFree=1333112/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=0.06
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15835] ppid=15832 vsize=5356 CPUtime=0
/proc/15835/stat : 15835 (sh) S 15832 15832 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38246925 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15835/statm: 1339 233 193 169 0 50 0
[pid=15836] ppid=15835 vsize=864672 CPUtime=1.39
/proc/15836/stat : 15836 (java) S 15835 15832 15547 0 -1 0 16146 0 1 0 131 8 0 0 18 0 9 0 38246925 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15836/statm: 216168 13698 2529 9 0 210750 0
[pid=15836/tid=15837] ppid=15835 vsize=864672 CPUtime=0.81
/proc/15836/task/15837/stat : 15837 (java) R 15835 15832 15547 0 -1 64 3020 0 1 0 79 2 0 0 24 0 9 0 38246926 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4126630357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15838] ppid=15835 vsize=864672 CPUtime=0.45
/proc/15836/task/15838/stat : 15838 (java) S 15835 15832 15547 0 -1 64 11945 0 0 0 41 4 0 0 16 0 9 0 38246927 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15839] ppid=15835 vsize=864672 CPUtime=0
/proc/15836/task/15839/stat : 15839 (java) S 15835 15832 15547 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38246928 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15840] ppid=15835 vsize=864672 CPUtime=0
/proc/15836/task/15840/stat : 15840 (java) S 15835 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 38246928 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15841] ppid=15835 vsize=864672 CPUtime=0
/proc/15836/task/15841/stat : 15841 (java) S 15835 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38246930 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15842] ppid=15835 vsize=864672 CPUtime=0.09
/proc/15836/task/15842/stat : 15842 (java) S 15835 15832 15547 0 -1 64 482 0 0 0 9 0 0 0 16 0 9 0 38246930 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15843] ppid=15835 vsize=864672 CPUtime=0
/proc/15836/task/15843/stat : 15843 (java) S 15835 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38246930 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15844] ppid=15835 vsize=864672 CPUtime=0
/proc/15836/task/15844/stat : 15844 (java) S 15835 15832 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38246930 885424128 13698 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886768

[startup+3.10131 s]
/proc/loadavg: 2.36 2.12 2.02 5/92 15844
/proc/meminfo: memFree=1287736/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=0.06
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15835] ppid=15832 vsize=5356 CPUtime=0
/proc/15835/stat : 15835 (sh) S 15832 15832 15547 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38246925 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15835/statm: 1339 233 193 169 0 50 0
[pid=15836] ppid=15835 vsize=864676 CPUtime=2.96
/proc/15836/stat : 15836 (java) S 15835 15832 15547 0 -1 0 34387 0 1 0 278 18 0 0 18 0 9 0 38246925 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15836/statm: 216169 28980 2529 9 0 210751 0
[pid=15836/tid=15837] ppid=15835 vsize=864676 CPUtime=1.47
/proc/15836/task/15837/stat : 15837 (java) R 15835 15832 15547 0 -1 64 3878 0 1 0 144 3 0 0 25 0 9 0 38246926 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4126426362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15838] ppid=15835 vsize=864676 CPUtime=1.34
/proc/15836/task/15838/stat : 15838 (java) S 15835 15832 15547 0 -1 64 29310 0 0 0 120 14 0 0 16 0 9 0 38246927 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15839] ppid=15835 vsize=864676 CPUtime=0
/proc/15836/task/15839/stat : 15839 (java) S 15835 15832 15547 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38246928 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15840] ppid=15835 vsize=864676 CPUtime=0
/proc/15836/task/15840/stat : 15840 (java) S 15835 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38246928 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15841] ppid=15835 vsize=864676 CPUtime=0
/proc/15836/task/15841/stat : 15841 (java) S 15835 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38246930 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15842] ppid=15835 vsize=864676 CPUtime=0.12
/proc/15836/task/15842/stat : 15842 (java) S 15835 15832 15547 0 -1 64 500 0 0 0 12 0 0 0 16 0 9 0 38246930 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15843] ppid=15835 vsize=864676 CPUtime=0
/proc/15836/task/15843/stat : 15843 (java) S 15835 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38246930 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15836/tid=15844] ppid=15835 vsize=864676 CPUtime=0
/proc/15836/task/15844/stat : 15844 (java) S 15835 15832 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38246930 885428224 28980 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886772

[startup+6.30289 s]
/proc/loadavg: 2.41 2.13 2.03 3/92 15854
/proc/meminfo: memFree=1337656/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=4.04
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1297 36497 0 1 5 1 375 23 15 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15845] ppid=15832 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15832 15832 15547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38247333 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 233 193 169 0 50 0
[pid=15846] ppid=15845 vsize=864084 CPUtime=2.1
/proc/15846/stat : 15846 (java) S 15845 15832 15547 0 -1 0 12293 0 1 0 201 9 0 0 18 0 9 0 38247333 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 216021 10553 2532 9 0 210603 0
[pid=15846/tid=15847] ppid=15845 vsize=864084 CPUtime=1.34
/proc/15846/task/15847/stat : 15847 (java) R 15845 15832 15547 0 -1 64 2927 0 1 0 131 3 0 0 25 0 9 0 38247334 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 103301794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15848] ppid=15845 vsize=864084 CPUtime=0.65
/proc/15846/task/15848/stat : 15848 (java) S 15845 15832 15547 0 -1 64 8332 0 0 0 61 4 0 0 16 0 9 0 38247335 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15845 vsize=864084 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15845 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38247336 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15845 vsize=864084 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15845 15832 15547 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38247336 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15845 vsize=864084 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38247338 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15845 vsize=864084 CPUtime=0.07
/proc/15846/task/15852/stat : 15852 (java) S 15845 15832 15547 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 38247338 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15845 vsize=864084 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38247338 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15845 vsize=864084 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15845 15832 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38247338 884822016 10553 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886180

[startup+12.7021 s]
/proc/loadavg: 2.46 2.15 2.03 3/92 15854
/proc/meminfo: memFree=1224312/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=4.04
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1297 36497 0 1 5 1 375 23 16 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15845] ppid=15832 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15832 15832 15547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38247333 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 233 193 169 0 50 0
[pid=15846] ppid=15845 vsize=868440 CPUtime=8.43
/proc/15846/stat : 15846 (java) S 15845 15832 15547 0 -1 0 51529 0 1 0 816 27 0 0 18 0 9 0 38247333 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 217110 38381 2541 9 0 211685 0
[pid=15846/tid=15847] ppid=15845 vsize=868440 CPUtime=4.86
/proc/15846/task/15847/stat : 15847 (java) R 15845 15832 15547 0 -1 64 4471 0 1 0 482 4 0 0 25 0 9 0 38247334 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4126590797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15848] ppid=15845 vsize=868440 CPUtime=3.32
/proc/15846/task/15848/stat : 15848 (java) S 15845 15832 15547 0 -1 64 44888 0 0 0 311 21 0 0 16 0 9 0 38247335 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15845 vsize=868440 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15845 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38247336 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15845 vsize=868440 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15845 15832 15547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38247336 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15845 vsize=868440 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38247338 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15845 vsize=868440 CPUtime=0.22
/proc/15846/task/15852/stat : 15852 (java) S 15845 15832 15547 0 -1 64 1474 0 0 0 21 1 0 0 16 0 9 0 38247338 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15845 vsize=868440 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38247338 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15845 vsize=868440 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15845 15832 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38247338 889282560 38381 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890536

[startup+25.5024 s]
/proc/loadavg: 2.74 2.22 2.06 4/92 15854
/proc/meminfo: memFree=1108920/2055920 swapFree=4192956/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=4.05
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1297 36497 0 1 5 2 375 23 15 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15845] ppid=15832 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15832 15832 15547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38247333 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 233 193 169 0 50 0
[pid=15846] ppid=15845 vsize=872444 CPUtime=21.11
/proc/15846/stat : 15846 (java) S 15845 15832 15547 0 -1 0 87370 0 1 0 2067 44 0 0 18 0 9 0 38247333 893382656 65003 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 218111 65003 2541 9 0 212686 0
[pid=15846/tid=15847] ppid=15845 vsize=872444 CPUtime=14.22
/proc/15846/task/15847/stat : 15847 (java) R 15845 15832 15547 0 -1 64 5391 0 1 0 1416 6 0 0 25 0 9 0 38247334 893382656 65003 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15848] ppid=15845 vsize=872444 CPUtime=6.61
/proc/15846/task/15848/stat : 15848 (java) R 15845 15832 15547 0 -1 64 79797 0 0 0 626 35 0 0 16 0 9 0 38247335 893382656 65003 996147200 134512640 134550740 4294955920 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15845 vsize=872444 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15845 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38247336 893382656 65003 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15845 vsize=872444 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15845 15832 15547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38247336 893382656 65003 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+162.302 s]
/proc/loadavg: 2.66 2.33 2.12 3/92 15895
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=4.05
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1297 36497 0 1 5 2 375 23 16 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15845] ppid=15832 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15832 15832 15547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38247333 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 233 193 169 0 50 0
[pid=15846] ppid=15845 vsize=868552 CPUtime=153.46
/proc/15846/stat : 15846 (java) S 15845 15832 15547 0 -1 0 89831 0 1 0 14223 1123 0 0 18 0 9 0 38247333 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 217138 64080 2565 9 0 211685 0
[pid=15846/tid=15847] ppid=15845 vsize=868552 CPUtime=144.07
/proc/15846/task/15847/stat : 15847 (java) R 15845 15832 15547 0 -1 64 7818 0 1 0 13338 1069 0 0 25 0 9 0 38247334 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4127081726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15848] ppid=15845 vsize=868552 CPUtime=9.06
/proc/15846/task/15848/stat : 15848 (java) S 15845 15832 15547 0 -1 64 79804 0 0 0 855 51 0 0 16 0 9 0 38247335 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15845 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38247336 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15845 15832 15547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38247336 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15845 vsize=868552 CPUtime=0.3
/proc/15846/task/15852/stat : 15852 (java) S 15845 15832 15547 0 -1 64 1513 0 0 0 29 1 0 0 16 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15845 15832 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.51
Current children cumulated vsize (KiB) 890648

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

[startup+179.402 s]
/proc/loadavg: 2.51 2.32 2.11 3/92 15895
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=4.05
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1297 36497 0 1 5 2 375 23 16 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15845] ppid=15832 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15832 15832 15547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38247333 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 233 193 169 0 50 0
[pid=15846] ppid=15845 vsize=868552 CPUtime=169.7
/proc/15846/stat : 15846 (java) S 15845 15832 15547 0 -1 0 90111 0 1 0 15711 1259 0 0 18 0 9 0 38247333 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 217138 64080 2565 9 0 211685 0
[pid=15846/tid=15847] ppid=15845 vsize=868552 CPUtime=160.08
/proc/15846/task/15847/stat : 15847 (java) R 15845 15832 15547 0 -1 64 8098 0 1 0 14806 1202 0 0 24 0 9 0 38247334 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4127066741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15848] ppid=15845 vsize=868552 CPUtime=9.29
/proc/15846/task/15848/stat : 15848 (java) S 15845 15832 15547 0 -1 64 79804 0 0 0 875 54 0 0 16 0 9 0 38247335 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15845 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38247336 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15845 15832 15547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38247336 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15845 vsize=868552 CPUtime=0.3
/proc/15846/task/15852/stat : 15852 (java) S 15845 15832 15547 0 -1 64 1513 0 0 0 29 1 0 0 16 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15845 15832 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.75
Current children cumulated vsize (KiB) 890648

[startup+192.203 s]
/proc/loadavg: 2.48 2.32 2.12 3/92 15895
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=4.05
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1297 36497 0 1 5 2 375 23 16 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15845] ppid=15832 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15832 15832 15547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38247333 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 233 193 169 0 50 0
[pid=15846] ppid=15845 vsize=868552 CPUtime=181.92
/proc/15846/stat : 15846 (java) S 15845 15832 15547 0 -1 0 90323 0 1 0 16834 1358 0 0 18 0 9 0 38247333 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 217138 64080 2565 9 0 211685 0
[pid=15846/tid=15847] ppid=15845 vsize=868552 CPUtime=172.12
/proc/15846/task/15847/stat : 15847 (java) R 15845 15832 15547 0 -1 64 8310 0 1 0 15912 1300 0 0 25 0 9 0 38247334 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4127066741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15848] ppid=15845 vsize=868552 CPUtime=9.48
/proc/15846/task/15848/stat : 15848 (java) S 15845 15832 15547 0 -1 64 79804 0 0 0 892 56 0 0 16 0 9 0 38247335 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15845 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38247336 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15845 15832 15547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38247336 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15845 vsize=868552 CPUtime=0.3
/proc/15846/task/15852/stat : 15852 (java) S 15845 15832 15547 0 -1 64 1513 0 0 0 29 1 0 0 16 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15845 15832 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.97
Current children cumulated vsize (KiB) 890648

[startup+195.402 s]
/proc/loadavg: 2.48 2.32 2.12 3/92 15895
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=4.05
/proc/15832/stat : 15832 (sugar++) S 15830 15832 15547 0 -1 4194304 1297 36497 0 1 5 2 375 23 16 0 1 0 38246916 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15832/statm: 4185 1104 409 3 0 764 0
[pid=15845] ppid=15832 vsize=5356 CPUtime=0
/proc/15845/stat : 15845 (sh) S 15832 15832 15547 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38247333 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15845/statm: 1339 233 193 169 0 50 0
[pid=15846] ppid=15845 vsize=868552 CPUtime=184.99
/proc/15846/stat : 15846 (java) S 15845 15832 15547 0 -1 0 90376 0 1 0 17116 1383 0 0 18 0 9 0 38247333 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15846/statm: 217138 64080 2565 9 0 211685 0
[pid=15846/tid=15847] ppid=15845 vsize=868552 CPUtime=175.15
/proc/15846/task/15847/stat : 15847 (java) R 15845 15832 15547 0 -1 64 8363 0 1 0 16190 1325 0 0 25 0 9 0 38247334 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4126643197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15848] ppid=15845 vsize=868552 CPUtime=9.52
/proc/15846/task/15848/stat : 15848 (java) S 15845 15832 15547 0 -1 64 79804 0 0 0 896 56 0 0 16 0 9 0 38247335 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15849] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15849/stat : 15849 (java) S 15845 15832 15547 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38247336 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15850] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15850/stat : 15850 (java) S 15845 15832 15547 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38247336 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15851] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15851/stat : 15851 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15852] ppid=15845 vsize=868552 CPUtime=0.3
/proc/15846/task/15852/stat : 15852 (java) S 15845 15832 15547 0 -1 64 1513 0 0 0 29 1 0 0 16 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15853] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15853/stat : 15853 (java) S 15845 15832 15547 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15846/tid=15854] ppid=15845 vsize=868552 CPUtime=0
/proc/15846/task/15854/stat : 15854 (java) S 15845 15832 15547 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38247338 889397248 64080 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.04
Current children cumulated vsize (KiB) 890648

[startup+198.602 s]
/proc/loadavg: 2.52 2.33 2.12 2/82 15895
/proc/meminfo: memFree=1904528/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=190.92
/proc/15832/stat : 15832 (sugar++) D 15830 15832 15547 0 -1 4194304 1320 127189 0 2 5 80 17589 1418 15 0 1 0 38246916 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15832/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 190.92
Current children cumulated vsize (KiB) 16740

[startup+199.407 s]
/proc/loadavg: 2.52 2.33 2.12 2/82 15895
/proc/meminfo: memFree=1923344/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=190.93
/proc/15832/stat : 15832 (sugar++) D 15830 15832 15547 0 -1 4194304 1320 127189 0 2 5 81 17589 1418 15 0 1 0 38246916 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15832/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 190.93
Current children cumulated vsize (KiB) 16740

[startup+200.201 s]
/proc/loadavg: 2.52 2.33 2.12 2/82 15895
/proc/meminfo: memFree=1923344/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=191.06
/proc/15832/stat : 15832 (sugar++) D 15830 15832 15547 0 -1 4194304 1320 127189 0 2 5 94 17589 1418 15 0 1 0 38246916 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15832/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 191.06
Current children cumulated vsize (KiB) 16740

[startup+200.601 s]
/proc/loadavg: 2.48 2.32 2.12 2/82 15895
/proc/meminfo: memFree=1937744/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=191.09
/proc/15832/stat : 15832 (sugar++) D 15830 15832 15547 0 -1 4194304 1320 127189 0 2 5 97 17589 1418 15 0 1 0 38246916 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15832/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 191.09
Current children cumulated vsize (KiB) 16740

[startup+200.701 s]
/proc/loadavg: 2.48 2.32 2.12 2/82 15895
/proc/meminfo: memFree=1937744/2055920 swapFree=4192812/4192956
[pid=15832] ppid=15830 vsize=16740 CPUtime=191.09
/proc/15832/stat : 15832 (sugar++) D 15830 15832 15547 0 -1 4194304 1320 127189 0 2 5 97 17589 1418 15 0 1 0 38246916 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 258939261993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15832/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 191.09
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 200.794
CPU time (s): 191.13
CPU user time (s): 175.954
CPU system time (s): 15.1757
CPU usage (%): 95.187
Max. virtual memory (cumulated for all children) (KiB): 918152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.954
system time used= 15.1757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128565
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= 29476
involuntary context switches= 32646

runsolver used 0.223965 second user time and 0.72089 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-12 00:31:16
IDJOB=1110017
IDBENCH=61051
IDSOLVER=367
FILE ID=node45/1110017-1215815476
PBS_JOBID= 7903319
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-cache-ibm-q-unbounded-Icl2arity-ucl.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-1110017-1215815476/watcher-1110017-1215815476 -o /tmp/evaluation-result-1110017-1215815476/solver-1110017-1215815476 -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-1110017-1215815476.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d4795f9e32ba7017720fe7b897ab8b7
RANDOM SEED=97274937

node45.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.281
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.281
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:       1366448 kB
Buffers:         41080 kB
Cached:         534812 kB
SwapCached:          0 kB
Active:         103240 kB
Inactive:       517132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366448 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11272 kB
Writeback:           0 kB
Mapped:          64664 kB
Slab:            54236 kB
Committed_AS:   205920 kB
PageTables:       1864 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= 66480 MiB
End job on node45 at 2008-07-12 00:34:37