Trace number 1112836

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? 476.669 483.73

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-4.xml
MD5SUMd73e99eb4b5798901f411267510cf8b6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints61
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
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 16:54:16 2008
0.00/0.05	c 0	PID 15652
0.03/0.05	c 0	HOST node42.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112836-1215874456.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-1112836-1215874456.xml' 'HOME/temp.csp'
1.57/1.64	c 2	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.57/1.68	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.57/1.68	c 2	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'
1.62/1.76	c 2	Parsing HOME/temp.csp
2.13/2.27	c 2	parsed 10000 expressions
2.52/2.62	c 3	parsed 20000 expressions
2.72/2.80	c 3	parsed 26578 expressions
2.72/2.81	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.92/3.05	c 3	MAX CSP: 24253 constraints
2.92/3.05	c 3	Converting to clausal form CSP
5.00/5.18	c 5	converted 5084 (10%) expressions
8.19/8.31	c 9	converted 10167 (20%) expressions
10.87/11.03	c 11	converted 15251 (30%) expressions
13.95/14.14	c 14	converted 20334 (40%) expressions
16.53/16.71	c 17	converted 25417 (50%) expressions
19.02/19.23	c 19	converted 30501 (60%) expressions
22.20/22.49	c 23	converted 35584 (70%) expressions
24.69/24.96	c 25	converted 40668 (80%) expressions
26.97/27.26	c 27	converted 45751 (90%) expressions
32.45/32.79	c 33	converted 50834 (100%) expressions
32.55/32.81	c 33	CSP : 56628 integers, 91924 booleans, 229056 clauses, largest domain size 36380
32.55/32.81	c 33	Heap : 152 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.55/32.81	c 33	Propagation in CSP
37.72/38.03	c 38	24242 values, 0 unsatisfiable literals, and 0 valid clauses are removed
37.72/38.04	c 38	CSP : 56628 integers, 91924 booleans, 229056 clauses, largest domain size 24254
37.72/38.04	c 38	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.81/38.11	c 38	Simplifing CSP by introducing new Boolean variables
38.12/38.48	c 39	CSP : 56628 integers, 150842 booleans, 287974 clauses, largest domain size 24254
38.12/38.48	c 39	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.40/39.72	c 40	Encoding CSP to SAT : HOME/temp.cnf
54.42/54.80	c 55	5663 (10%) CSP integer variables are encoded (3148161 clauses, 57599185 bytes)
58.65/59.19	c 59	11326 (20%) CSP integer variables are encoded (6606961 clauses, 123316385 bytes)
62.80/63.36	c 64	16989 (30%) CSP integer variables are encoded (9780800 clauses, 183619326 bytes)
66.73/67.32	c 68	22652 (40%) CSP integer variables are encoded (12685146 clauses, 244207025 bytes)
69.74/70.43	c 71	28314 (50%) CSP integer variables are encoded (14934416 clauses, 291441695 bytes)
70.71/71.49	c 72	33977 (60%) CSP integer variables are encoded (15700672 clauses, 307533071 bytes)
70.82/71.59	c 72	39640 (70%) CSP integer variables are encoded (15766056 clauses, 308906135 bytes)
71.01/71.70	c 72	45303 (80%) CSP integer variables are encoded (15845781 clauses, 310580360 bytes)
71.51/72.20	c 72	50966 (90%) CSP integer variables are encoded (16215870 clauses, 318352229 bytes)
71.60/72.33	c 73	56628 (100%) CSP integer variables are encoded (16307761 clauses, 320281940 bytes)
179.80/181.87	c 182	28798 (10%) CSP clauses are encoded (34461003 clauses, 771483736 bytes)
271.06/274.39	c 275	57595 (20%) CSP clauses are encoded (50700450 clauses, 1185896926 bytes)
362.81/367.45	c 368	86393 (30%) CSP clauses are encoded (67067045 clauses, 1605854049 bytes)
449.23/455.32	c 456	115190 (40%) CSP clauses are encoded (82813942 clauses, 2013618982 bytes)
475.64/482.16	c 482	ERROR Exception Too large HOME/temp.cnf
475.64/482.16	c 482	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
475.64/482.16	c 482	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
475.64/482.16	c 482	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
475.64/482.16	s UNKNOWN
475.71/482.23	c 482	CPU 461.97 (0.03 0.01 461.94 13.77)
475.71/482.23	c 482	END Sat Jul 12 17:02:18 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-1112836-1215874456/watcher-1112836-1215874456 -o /tmp/evaluation-result-1112836-1215874456/solver-1112836-1215874456 -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-1112836-1215874456.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.39 2.62 2.63 4/74 15652
/proc/meminfo: memFree=1824328/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=12268 CPUtime=0
/proc/15652/stat : 15652 (sugar) R 15650 15652 14221 0 -1 4194304 341 0 0 0 0 0 0 0 20 0 1 0 44145048 12562432 309 996147200 4194304 4206940 548682068592 18446744073709551615 259435305728 0 0 4224 0 0 0 0 17 1 0 0
/proc/15652/statm: 3067 309 234 3 0 167 0

[startup+0.051156 s]
/proc/loadavg: 2.39 2.62 2.63 4/74 15652
/proc/meminfo: memFree=1824328/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=0.03
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 44145048 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101894 s]
/proc/loadavg: 2.39 2.62 2.63 4/74 15652
/proc/meminfo: memFree=1824328/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=0.04
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44145048 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301857 s]
/proc/loadavg: 2.39 2.62 2.63 4/74 15652
/proc/meminfo: memFree=1824328/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=0.04
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44145048 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701903 s]
/proc/loadavg: 2.39 2.62 2.63 4/74 15652
/proc/meminfo: memFree=1824328/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=0.04
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44145048 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 2.39 2.62 2.63 4/85 15664
/proc/meminfo: memFree=1789680/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=0.04
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44145048 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 796 370 3 0 500 0
[pid=15655] ppid=15652 vsize=5356 CPUtime=0
/proc/15655/stat : 15655 (sh) S 15652 15652 14221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44145053 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15655/statm: 1339 233 193 169 0 50 0
[pid=15656] ppid=15655 vsize=864660 CPUtime=1.43
/proc/15656/stat : 15656 (java) S 15655 15652 14221 0 -1 0 14757 0 1 0 134 9 0 0 18 0 9 0 44145053 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15656/statm: 216165 12800 2529 9 0 210747 0
[pid=15656/tid=15657] ppid=15655 vsize=864660 CPUtime=0.76
/proc/15656/task/15657/stat : 15657 (java) R 15655 15652 14221 0 -1 64 3026 0 1 0 73 3 0 0 25 0 9 0 44145055 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4126706148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15656/tid=15658] ppid=15655 vsize=864660 CPUtime=0.5
/proc/15656/task/15658/stat : 15658 (java) S 15655 15652 14221 0 -1 64 10512 0 0 0 46 4 0 0 16 0 9 0 44145056 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15656/tid=15659] ppid=15655 vsize=864660 CPUtime=0
/proc/15656/task/15659/stat : 15659 (java) S 15655 15652 14221 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 44145056 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15656/tid=15660] ppid=15655 vsize=864660 CPUtime=0
/proc/15656/task/15660/stat : 15660 (java) S 15655 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44145056 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15656/tid=15661] ppid=15655 vsize=864660 CPUtime=0
/proc/15656/task/15661/stat : 15661 (java) S 15655 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44145058 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15656/tid=15662] ppid=15655 vsize=864660 CPUtime=0.14
/proc/15656/task/15662/stat : 15662 (java) S 15655 15652 14221 0 -1 64 518 0 0 0 14 0 0 0 16 0 9 0 44145058 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15656/tid=15663] ppid=15655 vsize=864660 CPUtime=0
/proc/15656/task/15663/stat : 15663 (java) S 15655 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145058 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15656/tid=15664] ppid=15655 vsize=864660 CPUtime=0
/proc/15656/task/15664/stat : 15664 (java) S 15655 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145058 885411840 12800 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883616

[startup+3.10217 s]
/proc/loadavg: 2.36 2.61 2.62 3/85 15674
/proc/meminfo: memFree=1814192/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=1.62
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 974 15187 0 1 3 1 148 10 15 0 1 0 44145048 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 797 370 3 0 500 0
[pid=15665] ppid=15652 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (sh) S 15652 15652 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44145216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15665/statm: 1339 233 193 169 0 50 0
[pid=15666] ppid=15665 vsize=864264 CPUtime=1.4
/proc/15666/stat : 15666 (java) S 15665 15652 14221 0 -1 0 9974 0 1 0 133 7 0 0 18 0 9 0 44145216 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15666/statm: 216066 8903 2540 9 0 210641 0
[pid=15666/tid=15667] ppid=15665 vsize=864264 CPUtime=0.84
/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 2804 0 1 0 83 1 0 0 25 0 9 0 44145217 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=864264 CPUtime=0.42
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 6116 0 0 0 39 3 0 0 16 0 9 0 44145218 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=864264 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=864264 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44145219 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15671] ppid=15665 vsize=864264 CPUtime=0
/proc/15666/task/15671/stat : 15671 (java) S 15665 15652 14221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44145221 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15672] ppid=15665 vsize=864264 CPUtime=0.1
/proc/15666/task/15672/stat : 15672 (java) R 15665 15652 14221 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 44145221 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15673] ppid=15665 vsize=864264 CPUtime=0
/proc/15666/task/15673/stat : 15673 (java) S 15665 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145221 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15674] ppid=15665 vsize=864264 CPUtime=0
/proc/15666/task/15674/stat : 15674 (java) S 15665 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145221 885006336 8903 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883220

[startup+6.30252 s]
/proc/loadavg: 2.36 2.61 2.62 3/85 15674
/proc/meminfo: memFree=1781680/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=1.62
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 974 15187 0 1 3 1 148 10 16 0 1 0 44145048 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 797 370 3 0 500 0
[pid=15665] ppid=15652 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (sh) S 15652 15652 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44145216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15665/statm: 1339 233 193 169 0 50 0
[pid=15666] ppid=15665 vsize=868464 CPUtime=4.57
/proc/15666/stat : 15666 (java) S 15665 15652 14221 0 -1 0 14697 0 1 0 446 11 0 0 18 0 9 0 44145216 889307136 13249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15666/statm: 217116 13249 2541 9 0 211691 0
[pid=15666/tid=15667] ppid=15665 vsize=868464 CPUtime=3.45
/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 3073 0 1 0 342 3 0 0 25 0 9 0 44145217 889307136 13249 996147200 134512640 134550740 4294955936 18446744073709551615 4126615922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=868464 CPUtime=0.87
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 9443 0 0 0 81 6 0 0 16 0 9 0 44145218 889307136 13249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 889307136 13249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44145219 889307136 13249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15671] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15671/stat : 15671 (java) S 15665 15652 14221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44145221 889307136 13249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15672] ppid=15665 vsize=868464 CPUtime=0.23
/proc/15666/task/15672/stat : 15672 (java) S 15665 15652 14221 0 -1 64 1484 0 0 0 22 1 0 0 15 0 9 0 44145221 889307136 13249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15673] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15673/stat : 15673 (java) S 15665 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145221 889307136 13249 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15674] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15674/stat : 15674 (java) S 15665 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145221 889307136 13249 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) 887420

[startup+12.7012 s]
/proc/loadavg: 2.30 2.59 2.62 3/85 15674
/proc/meminfo: memFree=1752304/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=1.62
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 974 15187 0 1 3 1 148 10 16 0 1 0 44145048 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 797 370 3 0 500 0
[pid=15665] ppid=15652 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (sh) S 15652 15652 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44145216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15665/statm: 1339 233 193 169 0 50 0
[pid=15666] ppid=15665 vsize=868464 CPUtime=10.94
/proc/15666/stat : 15666 (java) S 15665 15652 14221 0 -1 0 31636 0 1 0 1072 22 0 0 18 0 9 0 44145216 889307136 20557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15666/statm: 217116 20557 2541 9 0 211691 0
[pid=15666/tid=15667] ppid=15665 vsize=868464 CPUtime=8.43
/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 3888 0 1 0 840 3 0 0 25 0 9 0 44145217 889307136 20557 996147200 134512640 134550740 4294955936 18446744073709551615 4126612235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=868464 CPUtime=2.22
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 25557 0 0 0 207 15 0 0 16 0 9 0 44145218 889307136 20557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 889307136 20557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44145219 889307136 20557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15671] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15671/stat : 15671 (java) S 15665 15652 14221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44145221 889307136 20557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15672] ppid=15665 vsize=868464 CPUtime=0.24
/proc/15666/task/15672/stat : 15672 (java) S 15665 15652 14221 0 -1 64 1494 0 0 0 23 1 0 0 15 0 9 0 44145221 889307136 20557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15673] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15673/stat : 15673 (java) S 15665 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145221 889307136 20557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15674] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15674/stat : 15674 (java) S 15665 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145221 889307136 20557 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) 887420

[startup+25.5027 s]
/proc/loadavg: 2.34 2.59 2.61 3/85 15674
/proc/meminfo: memFree=1692592/2055920 swapFree=4181040/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=1.62
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 974 15187 0 1 3 1 148 10 16 0 1 0 44145048 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 797 370 3 0 500 0
[pid=15665] ppid=15652 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (sh) S 15652 15652 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44145216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15665/statm: 1339 233 193 169 0 50 0
[pid=15666] ppid=15665 vsize=868464 CPUtime=23.66
/proc/15666/stat : 15666 (java) S 15665 15652 14221 0 -1 0 50349 0 1 0 2334 32 0 0 18 0 9 0 44145216 889307136 34914 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15666/statm: 217116 34914 2541 9 0 211691 0
[pid=15666/tid=15667] ppid=15665 vsize=868464 CPUtime=19.32
/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 4735 0 1 0 1928 4 0 0 25 0 9 0 44145217 889307136 34914 996147200 134512640 134550740 4294955936 18446744073709551615 4126402793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=868464 CPUtime=4.07
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 43423 0 0 0 382 25 0 0 16 0 9 0 44145218 889307136 34914 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 889307136 34914 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=868464 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44145219 889307136 34914 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 8010 0 1 0 37461 1064 0 0 25 0 9 0 44145217 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4126970551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=868576 CPUtime=9.74
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 65858 0 0 0 919 55 0 0 16 0 9 0 44145218 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15671] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15671/stat : 15671 (java) S 15665 15652 14221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15672] ppid=15665 vsize=868576 CPUtime=0.35
/proc/15666/task/15672/stat : 15672 (java) S 15665 15652 14221 0 -1 64 1549 0 0 0 34 1 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15673] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15673/stat : 15673 (java) S 15665 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15674] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15674/stat : 15674 (java) S 15665 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 397
Current children cumulated vsize (KiB) 887532

[startup+462.302 s]
/proc/loadavg: 2.12 2.23 2.42 3/85 15680
/proc/meminfo: memFree=15216/2055920 swapFree=4181056/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=1.62
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 974 15187 0 1 3 1 148 10 16 0 1 0 44145048 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 797 370 3 0 500 0
[pid=15665] ppid=15652 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (sh) S 15652 15652 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44145216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15665/statm: 1339 233 193 169 0 50 0
[pid=15666] ppid=15665 vsize=868576 CPUtime=454.52
/proc/15666/stat : 15666 (java) S 15665 15652 14221 0 -1 0 76475 0 1 0 44151 1301 0 0 18 0 9 0 44145216 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15666/statm: 217144 53150 2566 9 0 211691 0
[pid=15666/tid=15667] ppid=15665 vsize=868576 CPUtime=444.05
/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 8371 0 1 0 43166 1239 0 0 25 0 9 0 44145217 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4127160903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=868576 CPUtime=10.07
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 65858 0 0 0 949 58 0 0 16 0 9 0 44145218 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15671] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15671/stat : 15671 (java) S 15665 15652 14221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15672] ppid=15665 vsize=868576 CPUtime=0.35
/proc/15666/task/15672/stat : 15672 (java) S 15665 15652 14221 0 -1 64 1549 0 0 0 34 1 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15673] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15673/stat : 15673 (java) S 15665 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15674] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15674/stat : 15674 (java) S 15665 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 456.14
Current children cumulated vsize (KiB) 887532

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

[startup+473.702 s]
/proc/loadavg: 2.10 2.22 2.41 3/85 15680
/proc/meminfo: memFree=15728/2055920 swapFree=4181056/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=1.62
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 974 15187 0 1 3 1 148 10 16 0 1 0 44145048 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 797 370 3 0 500 0
[pid=15665] ppid=15652 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (sh) S 15652 15652 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44145216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15665/statm: 1339 233 193 169 0 50 0
[pid=15666] ppid=15665 vsize=868576 CPUtime=465.74
/proc/15666/stat : 15666 (java) S 15665 15652 14221 0 -1 0 76546 0 1 0 45236 1338 0 0 18 0 9 0 44145216 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15666/statm: 217144 53150 2566 9 0 211691 0
[pid=15666/tid=15667] ppid=15665 vsize=868576 CPUtime=455.21
/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 8442 0 1 0 44246 1275 0 0 25 0 9 0 44145217 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4126574295 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=868576 CPUtime=10.14
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 65858 0 0 0 955 59 0 0 16 0 9 0 44145218 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15671] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15671/stat : 15671 (java) S 15665 15652 14221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15672] ppid=15665 vsize=868576 CPUtime=0.35
/proc/15666/task/15672/stat : 15672 (java) S 15665 15652 14221 0 -1 64 1549 0 0 0 34 1 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15673] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15673/stat : 15673 (java) S 15665 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15674] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15674/stat : 15674 (java) S 15665 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 467.36
Current children cumulated vsize (KiB) 887532

[startup+480.103 s]
/proc/loadavg: 2.10 2.22 2.41 3/85 15680
/proc/meminfo: memFree=16368/2055920 swapFree=4181056/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=1.62
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 974 15187 0 1 3 1 148 10 16 0 1 0 44145048 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 797 370 3 0 500 0
[pid=15665] ppid=15652 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (sh) S 15652 15652 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44145216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15665/statm: 1339 233 193 169 0 50 0
[pid=15666] ppid=15665 vsize=868576 CPUtime=472.05
/proc/15666/stat : 15666 (java) S 15665 15652 14221 0 -1 0 76583 0 1 0 45848 1357 0 0 18 0 9 0 44145216 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15666/statm: 217144 53150 2566 9 0 211691 0
[pid=15666/tid=15667] ppid=15665 vsize=868576 CPUtime=461.48
/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 8479 0 1 0 44854 1294 0 0 25 0 9 0 44145217 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=868576 CPUtime=10.17
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 65858 0 0 0 958 59 0 0 16 0 9 0 44145218 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15671] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15671/stat : 15671 (java) S 15665 15652 14221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15672] ppid=15665 vsize=868576 CPUtime=0.35
/proc/15666/task/15672/stat : 15672 (java) S 15665 15652 14221 0 -1 64 1549 0 0 0 34 1 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15673] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15673/stat : 15673 (java) S 15665 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15674] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15674/stat : 15674 (java) S 15665 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 473.67
Current children cumulated vsize (KiB) 887532

[startup+481.702 s]
/proc/loadavg: 2.10 2.22 2.41 3/85 15680
/proc/meminfo: memFree=15856/2055920 swapFree=4181056/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=1.62
/proc/15652/stat : 15652 (sugar) S 15650 15652 14221 0 -1 4194304 974 15187 0 1 3 1 148 10 16 0 1 0 44145048 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15652/statm: 3400 797 370 3 0 500 0
[pid=15665] ppid=15652 vsize=5356 CPUtime=0
/proc/15665/stat : 15665 (sh) S 15652 15652 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44145216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15665/statm: 1339 233 193 169 0 50 0
[pid=15666] ppid=15665 vsize=868576 CPUtime=473.63
/proc/15666/stat : 15666 (java) S 15665 15652 14221 0 -1 0 76593 0 1 0 46001 1362 0 0 18 0 9 0 44145216 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15666/statm: 217144 53150 2566 9 0 211691 0
[pid=15666/tid=15667] ppid=15665 vsize=868576 CPUtime=463.06
/proc/15666/task/15667/stat : 15667 (java) R 15665 15652 14221 0 -1 64 8489 0 1 0 45007 1299 0 0 25 0 9 0 44145217 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4126965367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15668] ppid=15665 vsize=868576 CPUtime=10.19
/proc/15666/task/15668/stat : 15668 (java) S 15665 15652 14221 0 -1 64 65858 0 0 0 959 60 0 0 16 0 9 0 44145218 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15669] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15669/stat : 15669 (java) S 15665 15652 14221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15670] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15670/stat : 15670 (java) S 15665 15652 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44145219 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15671] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15671/stat : 15671 (java) S 15665 15652 14221 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15672] ppid=15665 vsize=868576 CPUtime=0.35
/proc/15666/task/15672/stat : 15672 (java) S 15665 15652 14221 0 -1 64 1549 0 0 0 34 1 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15673] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15673/stat : 15673 (java) S 15665 15652 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15666/tid=15674] ppid=15665 vsize=868576 CPUtime=0
/proc/15666/task/15674/stat : 15674 (java) S 15665 15652 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44145221 889421824 53150 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 475.25
Current children cumulated vsize (KiB) 887532

[startup+482.502 s]
/proc/loadavg: 2.09 2.21 2.41 3/85 15680
/proc/meminfo: memFree=15728/2055920 swapFree=4181056/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=475.98
/proc/15652/stat : 15652 (sugar) R 15650 15652 14221 0 -1 4194304 998 92082 0 2 3 24 46194 1377 18 0 1 0 44145048 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15652/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 475.98
Current children cumulated vsize (KiB) 13600

[startup+483.301 s]
/proc/loadavg: 2.09 2.21 2.41 3/75 15680
/proc/meminfo: memFree=1809472/2055920 swapFree=4181056/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=476.61
/proc/15652/stat : 15652 (sugar) D 15650 15652 14221 0 -1 4194304 998 92082 0 2 3 87 46194 1377 18 0 1 0 44145048 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15652/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 476.61
Current children cumulated vsize (KiB) 13600

[startup+483.701 s]
/proc/loadavg: 2.09 2.21 2.41 3/75 15680
/proc/meminfo: memFree=1809472/2055920 swapFree=4181056/4192956
[pid=15652] ppid=15650 vsize=13600 CPUtime=476.64
/proc/15652/stat : 15652 (sugar) D 15650 15652 14221 0 -1 4194304 998 92082 0 2 3 90 46194 1377 18 0 1 0 44145048 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15652/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 476.64
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 483.73
CPU time (s): 476.669
CPU user time (s): 461.978
CPU system time (s): 14.6908
CPU usage (%): 98.5402
Max. virtual memory (cumulated for all children) (KiB): 898172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 461.978
system time used= 14.6908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93110
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= 36096
involuntary context switches= 42364

runsolver used 0.658899 second user time and 1.67274 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-12 16:54:16
IDJOB=1112836
IDBENCH=61482
IDSOLVER=368
FILE ID=node42/1112836-1215874456
PBS_JOBID= 7903462
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-4.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-1112836-1215874456/watcher-1112836-1215874456 -o /tmp/evaluation-result-1112836-1215874456/solver-1112836-1215874456 -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-1112836-1215874456.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d73e99eb4b5798901f411267510cf8b6
RANDOM SEED=2131534538

node42.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.232
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.232
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:       1824808 kB
Buffers:          5184 kB
Cached:          48400 kB
SwapCached:       5780 kB
Active:         172576 kB
Inactive:         6332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824808 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:            4688 kB
Writeback:           0 kB
Mapped:         132424 kB
Slab:            37072 kB
Committed_AS:   298660 kB
PageTables:       2172 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= 66484 MiB
End job on node42 at 2008-07-12 17:02:20