Trace number 1110018

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? 196.156 201.36

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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 00:31:32 2008
0.00/0.05	c 0	PID 14406
0.03/0.05	c 0	HOST node10.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1110018-1215815492.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110018-1215815492.xml' 'HOME/temp.csp'
4.04/4.14	c 4	3 domains, 23837 variables, 11 predicates, 0 relations, 67567 constraints
4.04/4.18	c 5	ENCODING HOME/temp.csp TO HOME/temp.cnf
4.04/4.18	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
4.10/4.26	c 5	Parsing HOME/temp.csp
4.39/4.58	c 5	parsed 10000 expressions
4.60/4.77	c 5	parsed 20000 expressions
4.90/5.00	c 5	parsed 30000 expressions
4.99/5.19	c 6	parsed 40000 expressions
5.29/5.45	c 6	parsed 50000 expressions
5.49/5.64	c 6	parsed 60000 expressions
5.79/5.99	c 6	parsed 70000 expressions
6.09/6.22	c 7	parsed 80000 expressions
6.38/6.53	c 7	parsed 90000 expressions
6.48/6.63	c 7	parsed 91418 expressions
6.48/6.64	c 7	Heap : 32 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.08/7.23	c 8	MAX CSP: 67567 constraints
7.08/7.23	c 8	Converting to clausal form CSP
7.08/7.29	c 8	converted 15899 (10%) expressions
7.48/7.66	c 8	converted 31798 (20%) expressions
8.18/8.34	c 9	converted 47697 (30%) expressions
8.48/8.63	c 9	converted 63596 (40%) expressions
8.78/8.95	c 9	converted 79494 (50%) expressions
9.08/9.26	c 10	converted 95393 (60%) expressions
9.38/9.56	c 10	converted 111292 (70%) expressions
9.77/9.91	c 10	converted 127191 (80%) expressions
10.77/10.94	c 11	converted 143090 (90%) expressions
21.11/21.39	c 22	converted 158988 (100%) expressions
21.21/21.41	c 22	CSP : 189627 integers, 0 booleans, 260899 clauses, largest domain size 101351
21.21/21.41	c 22	Heap : 213 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.21/21.41	c 22	Propagation in CSP
24.79/25.04	c 25	67556 values, 0 unsatisfiable literals, and 0 valid clauses are removed
24.79/25.07	c 25	CSP : 189627 integers, 0 booleans, 260899 clauses, largest domain size 67568
24.79/25.07	c 25	Heap : 226 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.89/25.14	c 25	Simplifing CSP by introducing new Boolean variables
24.99/25.25	c 26	CSP : 189627 integers, 0 booleans, 260899 clauses, largest domain size 67568
24.99/25.25	c 26	Heap : 226 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.09/26.37	c 27	Encoding CSP to SAT : HOME/temp.cnf
26.19/26.45	c 27	18963 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
26.19/26.47	c 27	37926 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
26.19/26.50	c 27	56889 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
26.28/26.52	c 27	75851 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
26.48/26.72	c 27	94814 (50%) CSP integer variables are encoded (137328 clauses, 2310483 bytes)
27.18/27.46	c 28	113777 (60%) CSP integer variables are encoded (714519 clauses, 12122730 bytes)
27.77/28.02	c 28	132739 (70%) CSP integer variables are encoded (1157272 clauses, 20200260 bytes)
28.07/28.35	c 29	151702 (80%) CSP integer variables are encoded (1403192 clauses, 24872740 bytes)
28.47/28.72	c 29	170665 (90%) CSP integer variables are encoded (1678607 clauses, 30105625 bytes)
30.06/30.36	c 31	189627 (100%) CSP integer variables are encoded (2997137 clauses, 55157695 bytes)
30.34/30.69	c 31	26090 (10%) CSP clauses are encoded (3023227 clauses, 55691394 bytes)
30.64/30.99	c 31	52180 (20%) CSP clauses are encoded (3049317 clauses, 56305672 bytes)
36.46/36.80	c 37	78270 (30%) CSP clauses are encoded (5882724 clauses, 123185641 bytes)
50.13/50.79	c 51	104360 (40%) CSP clauses are encoded (13198752 clauses, 298449217 bytes)
70.68/71.70	c 72	130450 (50%) CSP clauses are encoded (23846737 clauses, 573710416 bytes)
195.15/199.75	c 200	ERROR Exception Too large HOME/temp.cnf
195.15/199.77	c 200	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
195.15/199.77	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
195.15/199.77	c 200	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
195.15/199.77	s UNKNOWN
195.20/199.86	c 200	CPU 180.27 (0.04 0 180.23 14.98)
195.20/199.86	c 200	END Sat Jul 12 00:34:52 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-1110018-1215815492/watcher-1110018-1215815492 -o /tmp/evaluation-result-1110018-1215815492/solver-1110018-1215815492 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110018-1215815492.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.40 2.58 2.43 4/81 14406
/proc/meminfo: memFree=1882688/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=12268 CPUtime=0
/proc/14406/stat : 14406 (sugar) R 14404 14406 13430 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 38252125 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 214920034917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14406/statm: 3067 316 241 3 0 167 0

[startup+0.0506361 s]
/proc/loadavg: 2.40 2.58 2.43 4/81 14406
/proc/meminfo: memFree=1882688/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=0.03
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 38252125 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102129 s]
/proc/loadavg: 2.40 2.58 2.43 4/81 14406
/proc/meminfo: memFree=1882688/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=0.03
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38252125 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301199 s]
/proc/loadavg: 2.40 2.58 2.43 4/81 14406
/proc/meminfo: memFree=1882688/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=0.03
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38252125 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701264 s]
/proc/loadavg: 2.40 2.58 2.43 4/81 14406
/proc/meminfo: memFree=1882688/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=0.03
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38252125 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.37 2.57 2.42 3/92 14418
/proc/meminfo: memFree=1855400/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=0.03
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38252125 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 796 370 3 0 500 0
[pid=14409] ppid=14406 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14406 14406 13430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38252130 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 233 193 169 0 50 0
[pid=14410] ppid=14409 vsize=864672 CPUtime=1.43
/proc/14410/stat : 14410 (java) S 14409 14406 13430 0 -1 0 16148 0 1 0 133 10 0 0 18 0 9 0 38252131 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14410/statm: 216168 13700 2529 9 0 210750 0
[pid=14410/tid=14411] ppid=14409 vsize=864672 CPUtime=0.82
/proc/14410/task/14411/stat : 14411 (java) R 14409 14406 13430 0 -1 64 3020 0 1 0 79 3 0 0 23 0 9 0 38252132 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14412] ppid=14409 vsize=864672 CPUtime=0.49
/proc/14410/task/14412/stat : 14412 (java) S 14409 14406 13430 0 -1 64 11939 0 0 0 43 6 0 0 16 0 9 0 38252133 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14413] ppid=14409 vsize=864672 CPUtime=0
/proc/14410/task/14413/stat : 14413 (java) S 14409 14406 13430 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38252133 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14414] ppid=14409 vsize=864672 CPUtime=0
/proc/14410/task/14414/stat : 14414 (java) S 14409 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 38252133 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14415] ppid=14409 vsize=864672 CPUtime=0
/proc/14410/task/14415/stat : 14415 (java) S 14409 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38252135 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14416] ppid=14409 vsize=864672 CPUtime=0.09
/proc/14410/task/14416/stat : 14416 (java) S 14409 14406 13430 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 38252135 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14417] ppid=14409 vsize=864672 CPUtime=0
/proc/14410/task/14417/stat : 14417 (java) S 14409 14406 13430 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38252135 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14418] ppid=14409 vsize=864672 CPUtime=0
/proc/14410/task/14418/stat : 14418 (java) S 14409 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38252135 885424128 13700 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883628

[startup+3.10258 s]
/proc/loadavg: 2.37 2.57 2.42 4/92 14418
/proc/meminfo: memFree=1813928/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=0.03
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 38252125 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 796 370 3 0 500 0
[pid=14409] ppid=14406 vsize=5356 CPUtime=0
/proc/14409/stat : 14409 (sh) S 14406 14406 13430 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38252130 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14409/statm: 1339 233 193 169 0 50 0
[pid=14410] ppid=14409 vsize=864676 CPUtime=3.02
/proc/14410/stat : 14410 (java) S 14409 14406 13430 0 -1 0 34373 0 1 0 282 20 0 0 18 0 9 0 38252131 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14410/statm: 216169 28972 2529 9 0 210751 0
[pid=14410/tid=14411] ppid=14409 vsize=864676 CPUtime=1.47
/proc/14410/task/14411/stat : 14411 (java) R 14409 14406 13430 0 -1 64 3864 0 1 0 143 4 0 0 25 0 9 0 38252132 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4126699423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14412] ppid=14409 vsize=864676 CPUtime=1.41
/proc/14410/task/14412/stat : 14412 (java) S 14409 14406 13430 0 -1 64 29304 0 0 0 126 15 0 0 16 0 9 0 38252133 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14413] ppid=14409 vsize=864676 CPUtime=0
/proc/14410/task/14413/stat : 14413 (java) S 14409 14406 13430 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 38252133 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14414] ppid=14409 vsize=864676 CPUtime=0
/proc/14410/task/14414/stat : 14414 (java) S 14409 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38252133 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14415] ppid=14409 vsize=864676 CPUtime=0
/proc/14410/task/14415/stat : 14415 (java) S 14409 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38252135 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14416] ppid=14409 vsize=864676 CPUtime=0.11
/proc/14410/task/14416/stat : 14416 (java) S 14409 14406 13430 0 -1 64 505 0 0 0 11 0 0 0 16 0 9 0 38252135 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14417] ppid=14409 vsize=864676 CPUtime=0
/proc/14410/task/14417/stat : 14417 (java) S 14409 14406 13430 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38252135 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14418] ppid=14409 vsize=864676 CPUtime=0
/proc/14410/task/14418/stat : 14418 (java) S 14409 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38252135 885428224 28972 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883632

[startup+6.30302 s]
/proc/loadavg: 2.42 2.58 2.43 3/92 14428
/proc/meminfo: memFree=1856744/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=4.1
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 974 36498 0 1 3 0 383 24 15 0 1 0 38252125 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 797 370 3 0 500 0
[pid=14419] ppid=14406 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14406 14406 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38252544 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 233 193 169 0 50 0
[pid=14420] ppid=14419 vsize=864080 CPUtime=2.09
/proc/14420/stat : 14420 (java) S 14419 14406 13430 0 -1 0 12248 0 1 0 200 9 0 0 18 0 9 0 38252544 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14420/statm: 216020 10505 2532 9 0 210602 0
[pid=14420/tid=14421] ppid=14419 vsize=864080 CPUtime=1.31
/proc/14420/task/14421/stat : 14421 (java) R 14419 14406 13430 0 -1 64 2926 0 1 0 129 2 0 0 25 0 9 0 38252545 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4126428515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14422] ppid=14419 vsize=864080 CPUtime=0.68
/proc/14420/task/14422/stat : 14422 (java) S 14419 14406 13430 0 -1 64 8289 0 0 0 63 5 0 0 16 0 9 0 38252546 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14423] ppid=14419 vsize=864080 CPUtime=0
/proc/14420/task/14423/stat : 14423 (java) S 14419 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38252546 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14424] ppid=14419 vsize=864080 CPUtime=0
/proc/14420/task/14424/stat : 14424 (java) S 14419 14406 13430 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38252546 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14425] ppid=14419 vsize=864080 CPUtime=0
/proc/14420/task/14425/stat : 14425 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38252548 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14426] ppid=14419 vsize=864080 CPUtime=0.07
/proc/14420/task/14426/stat : 14426 (java) S 14419 14406 13430 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 38252548 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14427] ppid=14419 vsize=864080 CPUtime=0
/proc/14420/task/14427/stat : 14427 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38252549 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14428] ppid=14419 vsize=864080 CPUtime=0
/proc/14420/task/14428/stat : 14428 (java) S 14419 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38252549 884817920 10505 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883036

[startup+12.7029 s]
/proc/loadavg: 2.38 2.57 2.43 3/92 14428
/proc/meminfo: memFree=1743784/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=4.11
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 974 36498 0 1 4 0 383 24 16 0 1 0 38252125 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 797 370 3 0 500 0
[pid=14419] ppid=14406 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14406 14406 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38252544 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 233 193 169 0 50 0
[pid=14420] ppid=14419 vsize=868440 CPUtime=8.45
/proc/14420/stat : 14420 (java) S 14419 14406 13430 0 -1 0 51533 0 1 0 816 29 0 0 18 0 9 0 38252544 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14420/statm: 217110 38381 2541 9 0 211685 0
[pid=14420/tid=14421] ppid=14419 vsize=868440 CPUtime=4.8
/proc/14420/task/14421/stat : 14421 (java) R 14419 14406 13430 0 -1 64 4471 0 1 0 477 3 0 0 25 0 9 0 38252545 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4126643230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14422] ppid=14419 vsize=868440 CPUtime=3.4
/proc/14420/task/14422/stat : 14422 (java) S 14419 14406 13430 0 -1 64 44888 0 0 0 317 23 0 0 16 0 9 0 38252546 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14423] ppid=14419 vsize=868440 CPUtime=0
/proc/14420/task/14423/stat : 14423 (java) S 14419 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38252546 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14424] ppid=14419 vsize=868440 CPUtime=0
/proc/14420/task/14424/stat : 14424 (java) S 14419 14406 13430 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38252546 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14425] ppid=14419 vsize=868440 CPUtime=0
/proc/14420/task/14425/stat : 14425 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38252548 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14426] ppid=14419 vsize=868440 CPUtime=0.22
/proc/14420/task/14426/stat : 14426 (java) S 14419 14406 13430 0 -1 64 1478 0 0 0 21 1 0 0 16 0 9 0 38252548 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14427] ppid=14419 vsize=868440 CPUtime=0
/proc/14420/task/14427/stat : 14427 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38252549 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14428] ppid=14419 vsize=868440 CPUtime=0
/proc/14420/task/14428/stat : 14428 (java) S 14419 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38252549 889282560 38381 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887396

[startup+25.5016 s]
/proc/loadavg: 2.38 2.56 2.42 3/92 14428
/proc/meminfo: memFree=1628656/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=4.11
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 974 36498 0 1 4 0 383 24 15 0 1 0 38252125 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 797 370 3 0 500 0
[pid=14419] ppid=14406 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14406 14406 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38252544 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 233 193 169 0 50 0
[pid=14420] ppid=14419 vsize=872444 CPUtime=21.18
/proc/14420/stat : 14420 (java) S 14419 14406 13430 0 -1 0 87374 0 1 0 2071 47 0 0 18 0 9 0 38252544 893382656 65003 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14420/statm: 218111 65003 2541 9 0 212686 0
[pid=14420/tid=14421] ppid=14419 vsize=872444 CPUtime=14.33
/proc/14420/task/14421/stat : 14421 (java) R 14419 14406 13430 0 -1 64 5391 0 1 0 1430 3 0 0 25 0 9 0 38252545 893382656 65003 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14422] ppid=14419 vsize=872444 CPUtime=6.58
/proc/14420/task/14422/stat : 14422 (java) R 14419 14406 13430 0 -1 64 79797 0 0 0 617 41 0 0 16 0 9 0 38252546 893382656 65003 996147200 134512640 134550740 4294955936 18446744073709551615 103736018 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14423] ppid=14419 vsize=872444 CPUtime=0
/proc/14420/task/14423/stat : 14423 (java) S 14419 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 38252546 893382656 65003 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14424] ppid=14419 vsize=872444 CPUtime=0
/proc/14420/task/14424/stat : 14424 (java) S 14419 14406 13430 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38252546 893382656 65003 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=14420/tid=14426] ppid=14419 vsize=868552 CPUtime=0.29
/proc/14420/task/14426/stat : 14426 (java) S 14419 14406 13430 0 -1 64 1517 0 0 0 28 1 0 0 16 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14427] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14427/stat : 14427 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14428] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14428/stat : 14428 (java) S 14419 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.83
Current children cumulated vsize (KiB) 887508

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

[startup+179.202 s]
/proc/loadavg: 2.57 2.54 2.43 3/92 14428
/proc/meminfo: memFree=16432/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=4.11
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 974 36498 0 1 4 0 383 24 16 0 1 0 38252125 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 797 370 3 0 500 0
[pid=14419] ppid=14406 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14406 14406 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38252544 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 233 193 169 0 50 0
[pid=14420] ppid=14419 vsize=868552 CPUtime=171.22
/proc/14420/stat : 14420 (java) S 14419 14406 13430 0 -1 0 90056 0 1 0 15828 1294 0 0 18 0 9 0 38252544 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14420/statm: 217138 64080 2565 9 0 211685 0
[pid=14420/tid=14421] ppid=14419 vsize=868552 CPUtime=161.28
/proc/14420/task/14421/stat : 14421 (java) R 14419 14406 13430 0 -1 64 8039 0 1 0 14894 1234 0 0 25 0 9 0 38252545 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14422] ppid=14419 vsize=868552 CPUtime=9.62
/proc/14420/task/14422/stat : 14422 (java) S 14419 14406 13430 0 -1 64 79804 0 0 0 904 58 0 0 16 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14423] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14423/stat : 14423 (java) S 14419 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14424] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14424/stat : 14424 (java) S 14419 14406 13430 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14425] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14425/stat : 14425 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14426] ppid=14419 vsize=868552 CPUtime=0.29
/proc/14420/task/14426/stat : 14426 (java) S 14419 14406 13430 0 -1 64 1517 0 0 0 28 1 0 0 16 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14427] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14427/stat : 14427 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14428] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14428/stat : 14428 (java) S 14419 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.33
Current children cumulated vsize (KiB) 887508

[startup+192.003 s]
/proc/loadavg: 2.44 2.51 2.42 3/92 14428
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=4.11
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 974 36498 0 1 4 0 383 24 16 0 1 0 38252125 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 797 370 3 0 500 0
[pid=14419] ppid=14406 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14406 14406 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38252544 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 233 193 169 0 50 0
[pid=14420] ppid=14419 vsize=868552 CPUtime=183.67
/proc/14420/stat : 14420 (java) S 14419 14406 13430 0 -1 0 90271 0 1 0 16964 1403 0 0 18 0 9 0 38252544 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14420/statm: 217138 64080 2565 9 0 211685 0
[pid=14420/tid=14421] ppid=14419 vsize=868552 CPUtime=173.54
/proc/14420/task/14421/stat : 14421 (java) R 14419 14406 13430 0 -1 64 8254 0 1 0 16014 1340 0 0 25 0 9 0 38252545 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14422] ppid=14419 vsize=868552 CPUtime=9.8
/proc/14420/task/14422/stat : 14422 (java) S 14419 14406 13430 0 -1 64 79804 0 0 0 920 60 0 0 16 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14423] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14423/stat : 14423 (java) S 14419 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14424] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14424/stat : 14424 (java) S 14419 14406 13430 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14425] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14425/stat : 14425 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14426] ppid=14419 vsize=868552 CPUtime=0.29
/proc/14420/task/14426/stat : 14426 (java) S 14419 14406 13430 0 -1 64 1517 0 0 0 28 1 0 0 16 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14427] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14427/stat : 14427 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14428] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14428/stat : 14428 (java) S 14419 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 187.78
Current children cumulated vsize (KiB) 887508

[startup+195.202 s]
/proc/loadavg: 2.44 2.51 2.42 3/92 14428
/proc/meminfo: memFree=15664/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=4.11
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 974 36498 0 1 4 0 383 24 16 0 1 0 38252125 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 797 370 3 0 500 0
[pid=14419] ppid=14406 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14406 14406 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38252544 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 233 193 169 0 50 0
[pid=14420] ppid=14419 vsize=868552 CPUtime=186.65
/proc/14420/stat : 14420 (java) S 14419 14406 13430 0 -1 0 90322 0 1 0 17236 1429 0 0 18 0 9 0 38252544 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14420/statm: 217138 64080 2565 9 0 211685 0
[pid=14420/tid=14421] ppid=14419 vsize=868552 CPUtime=176.49
/proc/14420/task/14421/stat : 14421 (java) R 14419 14406 13430 0 -1 64 8305 0 1 0 16283 1366 0 0 25 0 9 0 38252545 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14422] ppid=14419 vsize=868552 CPUtime=9.84
/proc/14420/task/14422/stat : 14422 (java) S 14419 14406 13430 0 -1 64 79804 0 0 0 923 61 0 0 16 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14423] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14423/stat : 14423 (java) S 14419 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14424] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14424/stat : 14424 (java) S 14419 14406 13430 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14425] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14425/stat : 14425 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14426] ppid=14419 vsize=868552 CPUtime=0.29
/proc/14420/task/14426/stat : 14426 (java) S 14419 14406 13430 0 -1 64 1517 0 0 0 28 1 0 0 16 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14427] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14427/stat : 14427 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14428] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14428/stat : 14428 (java) S 14419 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 190.76
Current children cumulated vsize (KiB) 887508

[startup+198.402 s]
/proc/loadavg: 2.48 2.52 2.43 3/92 14428
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=4.11
/proc/14406/stat : 14406 (sugar) S 14404 14406 13430 0 -1 4194304 974 36498 0 1 4 0 383 24 16 0 1 0 38252125 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14406/statm: 3400 797 370 3 0 500 0
[pid=14419] ppid=14406 vsize=5356 CPUtime=0
/proc/14419/stat : 14419 (sh) S 14406 14406 13430 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38252544 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14419/statm: 1339 233 193 169 0 50 0
[pid=14420] ppid=14419 vsize=868552 CPUtime=189.77
/proc/14420/stat : 14420 (java) S 14419 14406 13430 0 -1 0 90375 0 1 0 17520 1457 0 0 18 0 9 0 38252544 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14420/statm: 217138 64080 2565 9 0 211685 0
[pid=14420/tid=14421] ppid=14419 vsize=868552 CPUtime=179.55
/proc/14420/task/14421/stat : 14421 (java) R 14419 14406 13430 0 -1 64 8358 0 1 0 16562 1393 0 0 25 0 9 0 38252545 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14422] ppid=14419 vsize=868552 CPUtime=9.89
/proc/14420/task/14422/stat : 14422 (java) S 14419 14406 13430 0 -1 64 79804 0 0 0 928 61 0 0 16 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14423] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14423/stat : 14423 (java) S 14419 14406 13430 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14424] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14424/stat : 14424 (java) S 14419 14406 13430 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38252546 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14425] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14425/stat : 14425 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14426] ppid=14419 vsize=868552 CPUtime=0.29
/proc/14420/task/14426/stat : 14426 (java) S 14419 14406 13430 0 -1 64 1517 0 0 0 28 1 0 0 16 0 9 0 38252548 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14427] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14427/stat : 14427 (java) S 14419 14406 13430 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14420/tid=14428] ppid=14419 vsize=868552 CPUtime=0
/proc/14420/task/14428/stat : 14428 (java) S 14419 14406 13430 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 38252549 889397248 64080 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 193.88
Current children cumulated vsize (KiB) 887508

[startup+200.002 s]
/proc/loadavg: 2.48 2.52 2.43 3/92 14428
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=195.37
/proc/14406/stat : 14406 (sugar) R 14404 14406 13430 0 -1 4194304 997 127194 0 2 4 12 18023 1498 17 0 1 0 38252125 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14406/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 195.37
Current children cumulated vsize (KiB) 13600

[startup+200.802 s]
/proc/loadavg: 2.44 2.51 2.42 3/82 14428
/proc/meminfo: memFree=1017408/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=196.08
/proc/14406/stat : 14406 (sugar) D 14404 14406 13430 0 -1 4194304 997 127194 0 2 4 83 18023 1498 16 0 1 0 38252125 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14406/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.08
Current children cumulated vsize (KiB) 13600

[startup+201.201 s]
/proc/loadavg: 2.44 2.51 2.42 3/82 14428
/proc/meminfo: memFree=1017408/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=196.11
/proc/14406/stat : 14406 (sugar) D 14404 14406 13430 0 -1 4194304 997 127194 0 2 4 86 18023 1498 15 0 1 0 38252125 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14406/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.11
Current children cumulated vsize (KiB) 13600

[startup+201.301 s]
/proc/loadavg: 2.44 2.51 2.42 2/82 14428
/proc/meminfo: memFree=1905472/2055920 swapFree=4192812/4192956
[pid=14406] ppid=14404 vsize=13600 CPUtime=196.12
/proc/14406/stat : 14406 (sugar) R 14404 14406 13430 0 -1 4194304 997 127194 0 2 4 87 18023 1498 15 0 1 0 38252125 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14406/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.12
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 201.36
CPU time (s): 196.156
CPU user time (s): 180.285
CPU system time (s): 15.8716
CPU usage (%): 97.4158
Max. virtual memory (cumulated for all children) (KiB): 909888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.285
system time used= 15.8716
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128221
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= 29533
involuntary context switches= 32112

runsolver used 0.269958 second user time and 0.692894 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-12 00:31:32
IDJOB=1110018
IDBENCH=61051
IDSOLVER=368
FILE ID=node10/1110018-1215815492
PBS_JOBID= 7903296
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110018-1215815492/watcher-1110018-1215815492 -o /tmp/evaluation-result-1110018-1215815492/solver-1110018-1215815492 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110018-1215815492.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d4795f9e32ba7017720fe7b897ab8b7
RANDOM SEED=1977528428

node10.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.236
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.236
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:       1883168 kB
Buffers:          4728 kB
Cached:          65380 kB
SwapCached:          0 kB
Active:         106648 kB
Inactive:        14484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11836 kB
Writeback:           0 kB
Mapped:          71128 kB
Slab:            36736 kB
Committed_AS:   200072 kB
PageTables:       2012 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= 66488 MiB
End job on node10 at 2008-07-12 00:34:54