Trace number 1086506

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 717.556 731.652

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-6.xml
MD5SUM2d78d2c503f7e7a2468aae81a997d77e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark70.0384
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/picosat
0.00/0.15	c 0	BEGIN Sat Jul  5 08:33:50 2008
0.00/0.15	c 0	PID 8105
0.00/0.15	c 0	HOST node73.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1086506-1215239629.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086506-1215239629.xml' 'HOME/temp.csp'
3.43/3.66	c 4	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.49/3.71	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.49/3.72	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.49/3.80	c 4	Parsing HOME/temp.csp
4.07/4.31	c 4	parsed 10000 expressions
4.36/4.67	c 5	parsed 20000 expressions
4.76/5.02	c 5	parsed 30000 expressions
4.96/5.29	c 5	parsed 40000 expressions
5.45/5.71	c 6	parsed 50000 expressions
5.64/5.98	c 6	parsed 60000 expressions
5.84/6.11	c 6	parsed 64658 expressions
5.84/6.12	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.84/6.12	c 6	Converting to clausal form CSP
14.92/15.37	c 15	converted 6466 (10%) expressions
28.96/29.53	c 29	converted 12932 (20%) expressions
42.09/42.90	c 43	converted 19398 (30%) expressions
55.53/56.48	c 56	converted 25864 (40%) expressions
68.27/69.38	c 69	converted 32329 (50%) expressions
80.73/81.99	c 82	converted 38795 (60%) expressions
93.88/95.30	c 95	converted 45261 (70%) expressions
105.64/107.16	c 107	converted 51727 (80%) expressions
116.71/118.38	c 118	converted 58193 (90%) expressions
127.49/129.22	c 129	converted 64658 (100%) expressions
127.49/129.23	c 129	CSP : 14853 integers, 182734 booleans, 406065 clauses, largest domain size 4043
127.49/129.23	c 129	Heap : 220 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
127.49/129.23	c 129	Propagation in CSP
141.22/143.10	c 143	73080 values, 0 unsatisfiable literals, and 0 valid clauses are removed
141.22/143.11	c 143	CSP : 14853 integers, 182734 booleans, 406065 clauses, largest domain size 4043
141.22/143.11	c 143	Heap : 249 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
141.32/143.22	c 143	Simplifing CSP by introducing new Boolean variables
143.89/145.81	c 146	CSP : 14853 integers, 327538 booleans, 550869 clauses, largest domain size 4043
143.89/145.81	c 146	Heap : 301 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
145.77/147.70	c 148	Encoding CSP to SAT : HOME/temp.cnf
172.66/175.00	c 175	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
192.92/195.48	c 195	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
200.20/202.86	c 203	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
207.83/210.95	c 211	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
215.48/218.93	c 219	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
222.97/226.69	c 227	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
230.62/234.63	c 235	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
238.05/242.48	c 242	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
245.58/250.33	c 250	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
253.07/260.77	c 261	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
716.85/729.66	c 730	ERROR Exception Too large HOME/temp.cnf
716.93/729.73	c 730	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
716.93/729.73	c 730	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
716.93/729.73	c 730	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
716.93/729.73	s UNKNOWN
716.98/729.82	c 730	CPU 703.08 (0.03 0.01 703.05 13.89)
716.98/729.82	c 730	END Sat Jul  5 08:46:00 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1086506-1215239629/watcher-1086506-1215239629 -o /tmp/evaluation-result-1086506-1215239629/solver-1086506-1215239629 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086506-1215239629.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 8105
/proc/meminfo: memFree=1249280/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=18572 CPUtime=0
/proc/8105/stat : 8105 (runsolver) R 8103 8105 4618 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 135974019 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/8105/statm: 4643 292 257 25 0 2626 0

[startup+0.0320119 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 8105
/proc/meminfo: memFree=1249280/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=124 CPUtime=0
/proc/8105/stat : 8105 (sugar) D 8103 8105 4618 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 135974019 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 210720847337 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/8105/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101023 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 8105
/proc/meminfo: memFree=1249280/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=12412 CPUtime=0
/proc/8105/stat : 8105 (sugar) D 8103 8105 4618 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 135974019 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/8105/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.30105 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 8105
/proc/meminfo: memFree=1249280/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=0.04
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 135974019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701095 s]
/proc/loadavg: 2.05 2.05 2.01 4/82 8105
/proc/meminfo: memFree=1249280/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=0.04
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 135974019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50219 s]
/proc/loadavg: 2.12 2.07 2.01 3/93 8117
/proc/meminfo: memFree=1216864/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=0.04
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 135974019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 796 370 3 0 500 0
[pid=8108] ppid=8105 vsize=5356 CPUtime=0
/proc/8108/stat : 8108 (sh) S 8105 8105 4618 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 135974035 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8108/statm: 1339 233 193 169 0 50 0
[pid=8109] ppid=8108 vsize=864656 CPUtime=1.31
/proc/8109/stat : 8109 (java) S 8108 8105 4618 0 -1 0 16327 0 1 0 122 9 0 0 18 0 9 0 135974035 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8109/statm: 216164 14378 2529 9 0 210746 0
[pid=8109/tid=8110] ppid=8108 vsize=864656 CPUtime=0.7
/proc/8109/task/8110/stat : 8110 (java) R 8108 8105 4618 0 -1 64 2973 0 1 0 67 3 0 0 25 0 9 0 135974036 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8111] ppid=8108 vsize=864656 CPUtime=0.5
/proc/8109/task/8111/stat : 8111 (java) R 8108 8105 4618 0 -1 64 12168 0 0 0 45 5 0 0 16 0 9 0 135974037 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8112] ppid=8108 vsize=864656 CPUtime=0
/proc/8109/task/8112/stat : 8112 (java) S 8108 8105 4618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135974037 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8113] ppid=8108 vsize=864656 CPUtime=0
/proc/8109/task/8113/stat : 8113 (java) S 8108 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 135974037 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8114] ppid=8108 vsize=864656 CPUtime=0
/proc/8109/task/8114/stat : 8114 (java) S 8108 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974040 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8115] ppid=8108 vsize=864656 CPUtime=0.09
/proc/8109/task/8115/stat : 8115 (java) S 8108 8105 4618 0 -1 64 486 0 0 0 9 0 0 0 16 0 9 0 135974040 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8116] ppid=8108 vsize=864656 CPUtime=0
/proc/8109/task/8116/stat : 8116 (java) S 8108 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974040 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8117] ppid=8108 vsize=864656 CPUtime=0
/proc/8109/task/8117/stat : 8117 (java) S 8108 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135974040 885407744 14378 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883612

[startup+3.10238 s]
/proc/loadavg: 2.12 2.07 2.01 3/93 8117
/proc/meminfo: memFree=1175328/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=0.04
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 135974019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 796 370 3 0 500 0
[pid=8108] ppid=8105 vsize=5356 CPUtime=0
/proc/8108/stat : 8108 (sh) S 8105 8105 4618 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 135974035 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8108/statm: 1339 233 193 169 0 50 0
[pid=8109] ppid=8108 vsize=864676 CPUtime=2.89
/proc/8109/stat : 8109 (java) S 8108 8105 4618 0 -1 0 28845 0 1 0 274 15 0 0 18 0 9 0 135974035 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8109/statm: 216169 24950 2529 9 0 210751 0
[pid=8109/tid=8110] ppid=8108 vsize=864676 CPUtime=1.39
/proc/8109/task/8110/stat : 8110 (java) R 8108 8105 4618 0 -1 64 3866 0 1 0 136 3 0 0 23 0 9 0 135974036 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4126612590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8111] ppid=8108 vsize=864676 CPUtime=1.32
/proc/8109/task/8111/stat : 8111 (java) S 8108 8105 4618 0 -1 64 23758 0 0 0 122 10 0 0 17 0 9 0 135974037 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8112] ppid=8108 vsize=864676 CPUtime=0
/proc/8109/task/8112/stat : 8112 (java) S 8108 8105 4618 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135974037 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8113] ppid=8108 vsize=864676 CPUtime=0
/proc/8109/task/8113/stat : 8113 (java) S 8108 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974037 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8114] ppid=8108 vsize=864676 CPUtime=0
/proc/8109/task/8114/stat : 8114 (java) S 8108 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974040 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8115] ppid=8108 vsize=864676 CPUtime=0.15
/proc/8109/task/8115/stat : 8115 (java) S 8108 8105 4618 0 -1 64 521 0 0 0 15 0 0 0 16 0 9 0 135974040 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8116] ppid=8108 vsize=864676 CPUtime=0
/proc/8109/task/8116/stat : 8116 (java) S 8108 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974040 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8109/tid=8117] ppid=8108 vsize=864676 CPUtime=0
/proc/8109/task/8117/stat : 8117 (java) S 8108 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135974040 885428224 24950 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 883632

[startup+6.30175 s]
/proc/loadavg: 2.11 2.06 2.01 3/93 8127
/proc/meminfo: memFree=1217568/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=3.51
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 974 30542 0 1 3 1 328 19 15 0 1 0 135974019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 797 370 3 0 500 0
[pid=8118] ppid=8105 vsize=5356 CPUtime=0
/proc/8118/stat : 8118 (sh) S 8105 8105 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135974391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8118/statm: 1339 233 193 169 0 50 0
[pid=8119] ppid=8118 vsize=864200 CPUtime=2.53
/proc/8119/stat : 8119 (java) S 8118 8105 4618 0 -1 0 13025 0 1 0 243 10 0 0 18 0 9 0 135974391 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8119/statm: 216050 11608 2543 9 0 210625 0
[pid=8119/tid=8120] ppid=8118 vsize=864200 CPUtime=1.64
/proc/8119/task/8120/stat : 8120 (java) R 8118 8105 4618 0 -1 64 3065 0 1 0 162 2 0 0 23 0 9 0 135974392 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4126572896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8121] ppid=8118 vsize=864200 CPUtime=0.74
/proc/8119/task/8121/stat : 8121 (java) S 8118 8105 4618 0 -1 64 8905 0 0 0 69 5 0 0 16 0 9 0 135974393 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8122] ppid=8118 vsize=864200 CPUtime=0
/proc/8119/task/8122/stat : 8122 (java) S 8118 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974393 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8123] ppid=8118 vsize=864200 CPUtime=0
/proc/8119/task/8123/stat : 8123 (java) S 8118 8105 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 135974393 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8124] ppid=8118 vsize=864200 CPUtime=0
/proc/8119/task/8124/stat : 8124 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974396 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8125] ppid=8118 vsize=864200 CPUtime=0.11
/proc/8119/task/8125/stat : 8125 (java) S 8118 8105 4618 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 135974396 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8126] ppid=8118 vsize=864200 CPUtime=0
/proc/8119/task/8126/stat : 8126 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974396 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8127] ppid=8118 vsize=864200 CPUtime=0
/proc/8119/task/8127/stat : 8127 (java) S 8118 8105 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135974396 884940800 11608 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 883156

[startup+12.7025 s]
/proc/loadavg: 2.10 2.06 2.01 3/93 8127
/proc/meminfo: memFree=1194208/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=3.51
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 974 30542 0 1 3 1 328 19 15 0 1 0 135974019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 797 370 3 0 500 0
[pid=8118] ppid=8105 vsize=5356 CPUtime=0
/proc/8118/stat : 8118 (sh) S 8105 8105 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135974391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8118/statm: 1339 233 193 169 0 50 0
[pid=8119] ppid=8118 vsize=868316 CPUtime=8.85
/proc/8119/stat : 8119 (java) S 8118 8105 4618 0 -1 0 20984 0 1 0 869 16 0 0 18 0 9 0 135974391 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8119/statm: 217079 15127 2541 9 0 211654 0
[pid=8119/tid=8120] ppid=8118 vsize=868316 CPUtime=7.15
/proc/8119/task/8120/stat : 8120 (java) R 8118 8105 4618 0 -1 64 3561 0 1 0 712 3 0 0 25 0 9 0 135974392 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4126574231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8121] ppid=8118 vsize=868316 CPUtime=1.44
/proc/8119/task/8121/stat : 8121 (java) S 8118 8105 4618 0 -1 64 15239 0 0 0 134 10 0 0 16 0 9 0 135974393 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8122] ppid=8118 vsize=868316 CPUtime=0
/proc/8119/task/8122/stat : 8122 (java) S 8118 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974393 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8123] ppid=8118 vsize=868316 CPUtime=0
/proc/8119/task/8123/stat : 8123 (java) S 8118 8105 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 135974393 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8124] ppid=8118 vsize=868316 CPUtime=0
/proc/8119/task/8124/stat : 8124 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974396 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8125] ppid=8118 vsize=868316 CPUtime=0.22
/proc/8119/task/8125/stat : 8125 (java) S 8118 8105 4618 0 -1 64 1488 0 0 0 22 0 0 0 17 0 9 0 135974396 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8126] ppid=8118 vsize=868316 CPUtime=0
/proc/8119/task/8126/stat : 8126 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974396 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8127] ppid=8118 vsize=868316 CPUtime=0
/proc/8119/task/8127/stat : 8127 (java) S 8118 8105 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135974396 889155584 15127 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887272

[startup+25.503 s]
/proc/loadavg: 2.17 2.08 2.02 3/93 8127
/proc/meminfo: memFree=1174368/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=3.51
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 974 30542 0 1 3 1 328 19 16 0 1 0 135974019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 797 370 3 0 500 0
[pid=8118] ppid=8105 vsize=5356 CPUtime=0
/proc/8118/stat : 8118 (sh) S 8105 8105 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135974391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8118/statm: 1339 233 193 169 0 50 0
[pid=8119] ppid=8118 vsize=868316 CPUtime=21.49
/proc/8119/stat : 8119 (java) S 8118 8105 4618 0 -1 0 26120 0 1 0 2126 23 0 0 18 0 9 0 135974391 889155584 19889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8119/statm: 217079 19889 2541 9 0 211654 0
[pid=8119/tid=8120] ppid=8118 vsize=868316 CPUtime=18.99
/proc/8119/task/8120/stat : 8120 (java) R 8118 8105 4618 0 -1 64 3935 0 1 0 1894 5 0 0 25 0 9 0 135974392 889155584 19889 996147200 134512640 134550740 4294955952 18446744073709551615 4126573952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8121] ppid=8118 vsize=868316 CPUtime=2.22
/proc/8119/task/8121/stat : 8121 (java) S 8118 8105 4618 0 -1 64 19994 0 0 0 207 15 0 0 16 0 9 0 135974393 889155584 19889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8122] ppid=8118 vsize=868316 CPUtime=0
/proc/8119/task/8122/stat : 8122 (java) S 8118 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974393 889155584 19889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8123] ppid=8118 vsize=868316 CPUtime=0
/proc/8119/task/8123/stat : 8123 (java) S 8118 8105 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 135974393 889155584 19889 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/8119/task/8120/stat : 8120 (java) R 8118 8105 4618 0 -1 64 10678 0 1 0 65644 1254 0 0 25 0 9 0 135974392 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8121] ppid=8118 vsize=868428 CPUtime=16.99
/proc/8119/task/8121/stat : 8121 (java) S 8118 8105 4618 0 -1 64 94204 0 0 0 1628 71 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8122] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8122/stat : 8122 (java) S 8118 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8123] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8123/stat : 8123 (java) S 8118 8105 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8124] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8124/stat : 8124 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8125] ppid=8118 vsize=868428 CPUtime=0.34
/proc/8119/task/8125/stat : 8125 (java) S 8118 8105 4618 0 -1 64 1542 0 0 0 33 1 0 0 16 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8126] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8126/stat : 8126 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8127] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8127/stat : 8127 (java) S 8118 8105 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 689.85
Current children cumulated vsize (KiB) 887384

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

[startup+716.803 s]
/proc/loadavg: 2.09 2.13 2.09 3/93 8127
/proc/meminfo: memFree=15840/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=3.51
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 974 30542 0 1 3 1 328 19 16 0 1 0 135974019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 797 370 3 0 500 0
[pid=8118] ppid=8105 vsize=5356 CPUtime=0
/proc/8118/stat : 8118 (sh) S 8105 8105 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135974391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8118/statm: 1339 233 193 169 0 50 0
[pid=8119] ppid=8118 vsize=868428 CPUtime=700.68
/proc/8119/stat : 8119 (java) S 8118 8105 4618 0 -1 0 107148 0 1 0 68723 1345 0 0 18 0 9 0 135974391 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8119/statm: 217107 79879 2566 9 0 211654 0
[pid=8119/tid=8120] ppid=8118 vsize=868428 CPUtime=683.3
/proc/8119/task/8120/stat : 8120 (java) R 8118 8105 4618 0 -1 64 10706 0 1 0 67059 1271 0 0 25 0 9 0 135974392 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4126644214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8121] ppid=8118 vsize=868428 CPUtime=17.03
/proc/8119/task/8121/stat : 8121 (java) S 8118 8105 4618 0 -1 64 94204 0 0 0 1631 72 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8122] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8122/stat : 8122 (java) S 8118 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8123] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8123/stat : 8123 (java) S 8118 8105 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8124] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8124/stat : 8124 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8125] ppid=8118 vsize=868428 CPUtime=0.34
/proc/8119/task/8125/stat : 8125 (java) S 8118 8105 4618 0 -1 64 1542 0 0 0 33 1 0 0 16 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8126] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8126/stat : 8126 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8127] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8127/stat : 8127 (java) S 8118 8105 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 704.19
Current children cumulated vsize (KiB) 887384

[startup+723.203 s]
/proc/loadavg: 2.08 2.12 2.09 3/93 8127
/proc/meminfo: memFree=15008/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=3.51
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 974 30542 0 1 3 1 328 19 16 0 1 0 135974019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 797 370 3 0 500 0
[pid=8118] ppid=8105 vsize=5356 CPUtime=0
/proc/8118/stat : 8118 (sh) S 8105 8105 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135974391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8118/statm: 1339 233 193 169 0 50 0
[pid=8119] ppid=8118 vsize=868428 CPUtime=707.01
/proc/8119/stat : 8119 (java) S 8118 8105 4618 0 -1 0 107164 0 1 0 69345 1356 0 0 18 0 9 0 135974391 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8119/statm: 217107 79879 2566 9 0 211654 0
[pid=8119/tid=8120] ppid=8118 vsize=868428 CPUtime=689.61
/proc/8119/task/8120/stat : 8120 (java) R 8118 8105 4618 0 -1 64 10722 0 1 0 67679 1282 0 0 25 0 9 0 135974392 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4126644229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8121] ppid=8118 vsize=868428 CPUtime=17.04
/proc/8119/task/8121/stat : 8121 (java) S 8118 8105 4618 0 -1 64 94204 0 0 0 1632 72 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8122] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8122/stat : 8122 (java) S 8118 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8123] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8123/stat : 8123 (java) S 8118 8105 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8124] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8124/stat : 8124 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8125] ppid=8118 vsize=868428 CPUtime=0.34
/proc/8119/task/8125/stat : 8125 (java) S 8118 8105 4618 0 -1 64 1542 0 0 0 33 1 0 0 16 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8126] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8126/stat : 8126 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8127] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8127/stat : 8127 (java) S 8118 8105 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 710.52
Current children cumulated vsize (KiB) 887384

[startup+726.401 s]
/proc/loadavg: 2.07 2.12 2.09 3/93 8127
/proc/meminfo: memFree=16096/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=3.51
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 974 30542 0 1 3 1 328 19 16 0 1 0 135974019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 797 370 3 0 500 0
[pid=8118] ppid=8105 vsize=5356 CPUtime=0
/proc/8118/stat : 8118 (sh) S 8105 8105 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135974391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8118/statm: 1339 233 193 169 0 50 0
[pid=8119] ppid=8118 vsize=868428 CPUtime=710.18
/proc/8119/stat : 8119 (java) S 8118 8105 4618 0 -1 0 107170 0 1 0 69657 1361 0 0 18 0 9 0 135974391 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8119/statm: 217107 79879 2566 9 0 211654 0
[pid=8119/tid=8120] ppid=8118 vsize=868428 CPUtime=692.77
/proc/8119/task/8120/stat : 8120 (java) R 8118 8105 4618 0 -1 64 10728 0 1 0 67990 1287 0 0 25 0 9 0 135974392 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4127092560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8121] ppid=8118 vsize=868428 CPUtime=17.05
/proc/8119/task/8121/stat : 8121 (java) S 8118 8105 4618 0 -1 64 94204 0 0 0 1633 72 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8122] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8122/stat : 8122 (java) S 8118 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8123] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8123/stat : 8123 (java) S 8118 8105 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8124] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8124/stat : 8124 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8125] ppid=8118 vsize=868428 CPUtime=0.34
/proc/8119/task/8125/stat : 8125 (java) S 8118 8105 4618 0 -1 64 1542 0 0 0 33 1 0 0 16 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8126] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8126/stat : 8126 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8127] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8127/stat : 8127 (java) S 8118 8105 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 713.69
Current children cumulated vsize (KiB) 887384

[startup+729.603 s]
/proc/loadavg: 2.07 2.12 2.09 3/93 8127
/proc/meminfo: memFree=15264/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=3.51
/proc/8105/stat : 8105 (sugar) S 8103 8105 4618 0 -1 4194304 974 30542 0 1 3 1 328 19 16 0 1 0 135974019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8105/statm: 3400 797 370 3 0 500 0
[pid=8118] ppid=8105 vsize=5356 CPUtime=0
/proc/8118/stat : 8118 (sh) S 8105 8105 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 135974391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8118/statm: 1339 233 193 169 0 50 0
[pid=8119] ppid=8118 vsize=868428 CPUtime=713.34
/proc/8119/stat : 8119 (java) S 8118 8105 4618 0 -1 0 107175 0 1 0 69970 1364 0 0 18 0 9 0 135974391 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8119/statm: 217107 79879 2566 9 0 211654 0
[pid=8119/tid=8120] ppid=8118 vsize=868428 CPUtime=695.93
/proc/8119/task/8120/stat : 8120 (java) R 8118 8105 4618 0 -1 64 10733 0 1 0 68303 1290 0 0 25 0 9 0 135974392 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4127090199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8121] ppid=8118 vsize=868428 CPUtime=17.05
/proc/8119/task/8121/stat : 8121 (java) S 8118 8105 4618 0 -1 64 94204 0 0 0 1633 72 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8122] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8122/stat : 8122 (java) S 8118 8105 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8123] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8123/stat : 8123 (java) S 8118 8105 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 135974393 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8124] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8124/stat : 8124 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8125] ppid=8118 vsize=868428 CPUtime=0.34
/proc/8119/task/8125/stat : 8125 (java) S 8118 8105 4618 0 -1 64 1542 0 0 0 33 1 0 0 16 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8126] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8126/stat : 8126 (java) S 8118 8105 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8119/tid=8127] ppid=8118 vsize=868428 CPUtime=0
/proc/8119/task/8127/stat : 8127 (java) S 8118 8105 4618 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 135974396 889270272 79879 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 716.85
Current children cumulated vsize (KiB) 887384

[startup+730.402 s]
/proc/loadavg: 2.07 2.12 2.09 2/83 8127
/proc/meminfo: memFree=1276912/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=717.45
/proc/8105/stat : 8105 (sugar) D 8103 8105 4618 0 -1 4194304 996 138014 0 3 3 48 70305 1389 18 0 1 0 135974019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8105/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 717.45
Current children cumulated vsize (KiB) 13600

[startup+731.202 s]
/proc/loadavg: 2.07 2.12 2.09 2/83 8127
/proc/meminfo: memFree=1276912/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=717.5
/proc/8105/stat : 8105 (sugar) D 8103 8105 4618 0 -1 4194304 996 138014 0 3 3 53 70305 1389 18 0 1 0 135974019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8105/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 717.5
Current children cumulated vsize (KiB) 13600

[startup+731.607 s]
/proc/loadavg: 2.07 2.12 2.09 2/83 8127
/proc/meminfo: memFree=1276016/2055920 swapFree=4181452/4192956
[pid=8105] ppid=8103 vsize=13600 CPUtime=717.53
/proc/8105/stat : 8105 (sugar) D 8103 8105 4618 0 -1 4194304 996 138014 0 3 3 56 70305 1389 18 0 1 0 135974019 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8105/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 717.53
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 731.652
CPU time (s): 717.556
CPU user time (s): 703.093
CPU system time (s): 14.4628
CPU usage (%): 98.0734
Max. virtual memory (cumulated for all children) (KiB): 901524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 703.093
system time used= 14.4628
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139040
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42916
involuntary context switches= 57566

runsolver used 0.907861 second user time and 2.77158 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 08:33:50
IDJOB=1086506
IDBENCH=57831
IDSOLVER=345
FILE ID=node73/1086506-1215239629
PBS_JOBID= 7881899
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp38/normalized-fapp38-2500-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086506-1215239629/watcher-1086506-1215239629 -o /tmp/evaluation-result-1086506-1215239629/solver-1086506-1215239629 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086506-1215239629.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d78d2c503f7e7a2468aae81a997d77e
RANDOM SEED=1785034180

node73.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.230
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.230
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:       1249824 kB
Buffers:          1296 kB
Cached:          52024 kB
SwapCached:       4276 kB
Active:         744952 kB
Inactive:        10888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249824 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:           10048 kB
Writeback:           0 kB
Mapped:         719752 kB
Slab:            34076 kB
Committed_AS:  1202088 kB
PageTables:       3192 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= 66544 MiB
End job on node73 at 2008-07-05 08:46:02