Trace number 1112776

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? 777.599 782.992

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-6.xml
MD5SUM3874290cda754699d3686661cf7c347b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints309
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 16:42:39 2008
0.00/0.04	c 0	PID 13746
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112776-1215873759.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112776-1215873759.xml' 'HOME/temp.csp'
2.05/2.16	c 2	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
2.05/2.20	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.20	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'
2.12/2.28	c 2	Parsing HOME/temp.csp
2.12/2.68	c 3	parsed 10000 expressions
2.12/2.97	c 3	parsed 20000 expressions
3.11/3.28	c 3	parsed 30000 expressions
3.21/3.37	c 3	parsed 33837 expressions
3.21/3.38	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.50/3.68	c 4	MAX CSP: 32049 constraints
3.50/3.68	c 4	Converting to clausal form CSP
9.30/9.42	c 9	converted 6589 (10%) expressions
16.40/16.55	c 17	converted 13178 (20%) expressions
22.89/23.10	c 23	converted 19767 (30%) expressions
29.69/29.88	c 30	converted 26356 (40%) expressions
35.99/36.13	c 36	converted 32945 (50%) expressions
41.89/42.02	c 42	converted 39534 (60%) expressions
47.49/47.63	c 48	converted 46123 (70%) expressions
54.08/54.27	c 54	converted 52712 (80%) expressions
59.18/59.38	c 59	converted 59301 (90%) expressions
67.18/67.34	c 67	converted 65889 (100%) expressions
67.18/67.35	c 67	CSP : 69701 integers, 125641 booleans, 297306 clauses, largest domain size 48074
67.18/67.35	c 67	Heap : 253 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
67.18/67.35	c 67	Propagation in CSP
74.69/74.85	c 75	32040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
74.69/74.86	c 75	CSP : 69701 integers, 125641 booleans, 297306 clauses, largest domain size 32050
74.69/74.86	c 75	Heap : 270 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.78/74.94	c 75	Simplifing CSP by introducing new Boolean variables
75.08/75.24	c 75	CSP : 69701 integers, 193285 booleans, 364950 clauses, largest domain size 32050
75.08/75.24	c 75	Heap : 298 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.79/76.98	c 77	Encoding CSP to SAT : HOME/temp.cnf
103.76/103.91	c 104	6971 (10%) CSP integer variables are encoded (3636964 clauses, 66884600 bytes)
106.24/106.44	c 106	13941 (20%) CSP integer variables are encoded (5741822 clauses, 106876902 bytes)
108.33/108.55	c 109	20911 (30%) CSP integer variables are encoded (7469388 clauses, 139700656 bytes)
110.00/110.28	c 110	27881 (40%) CSP integer variables are encoded (8842020 clauses, 165780664 bytes)
110.70/110.97	c 111	34851 (50%) CSP integer variables are encoded (9401852 clauses, 176417472 bytes)
110.90/111.10	c 111	41821 (60%) CSP integer variables are encoded (9501729 clauses, 178315135 bytes)
111.00/111.21	c 111	48791 (70%) CSP integer variables are encoded (9582375 clauses, 179847409 bytes)
111.49/111.78	c 112	55761 (80%) CSP integer variables are encoded (10033710 clauses, 188601551 bytes)
111.70/111.96	c 112	62731 (90%) CSP integer variables are encoded (10170547 clauses, 191475128 bytes)
111.90/112.12	c 112	69701 (100%) CSP integer variables are encoded (10289412 clauses, 193971293 bytes)
316.81/317.81	c 318	36495 (10%) CSP clauses are encoded (30331463 clauses, 706753118 bytes)
461.10/462.80	c 463	72990 (20%) CSP clauses are encoded (46543022 clauses, 1134480327 bytes)
595.96/598.51	c 599	109485 (30%) CSP clauses are encoded (61913659 clauses, 1550592490 bytes)
716.28/719.65	c 720	145980 (40%) CSP clauses are encoded (76445630 clauses, 1944656882 bytes)
776.85/780.90	c 781	ERROR Exception Too large HOME/temp.cnf
776.85/780.90	c 781	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
776.85/780.90	c 781	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
776.85/780.90	c 781	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
776.85/780.90	s UNKNOWN
777.00/781.26	c 781	CPU 764.11 (0.03 0.01 764.08 12.89)
777.00/781.26	c 781	END Sat Jul 12 16:55:40 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-1112776-1215873759/watcher-1112776-1215873759 -o /tmp/evaluation-result-1112776-1215873759/solver-1112776-1215873759 -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-1112776-1215873759.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.11 2.07 1.96 4/81 13746
/proc/meminfo: memFree=1851336/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=18572 CPUtime=0
/proc/13746/stat : 13746 (runsolver) R 13744 13746 13423 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 44077138 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13746/statm: 4643 292 257 25 0 2626 0

[startup+0.096603 s]
/proc/loadavg: 2.11 2.07 1.96 4/81 13746
/proc/meminfo: memFree=1851336/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=0.03
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 898 127 0 0 3 0 0 0 22 0 1 0 44077138 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13746/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10132 s]
/proc/loadavg: 2.11 2.07 1.96 4/81 13746
/proc/meminfo: memFree=1851336/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=0.03
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 898 127 0 0 3 0 0 0 22 0 1 0 44077138 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13746/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301343 s]
/proc/loadavg: 2.11 2.07 1.96 4/81 13746
/proc/meminfo: memFree=1851336/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=0.03
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 898 127 0 0 3 0 0 0 22 0 1 0 44077138 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13746/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70139 s]
/proc/loadavg: 2.11 2.07 1.96 4/81 13746
/proc/meminfo: memFree=1851336/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=0.03
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 898 127 0 0 3 0 0 0 22 0 1 0 44077138 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13746/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 2.18 2.09 1.97 4/92 13758
/proc/meminfo: memFree=1815216/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=0.03
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 898 127 0 0 3 0 0 0 22 0 1 0 44077138 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13746/statm: 3400 796 370 3 0 500 0
[pid=13749] ppid=13746 vsize=5356 CPUtime=0
/proc/13749/stat : 13749 (sh) S 13746 13746 13423 0 -1 4194304 277 0 0 0 0 0 0 0 24 0 1 0 44077143 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13749/statm: 1339 233 193 169 0 50 0
[pid=13750] ppid=13749 vsize=866688 CPUtime=1.42
/proc/13750/stat : 13750 (java) S 13749 13746 13423 0 -1 0 18553 0 1 0 131 11 0 0 25 0 9 0 44077143 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13750/statm: 216672 15633 2529 9 0 211254 0
[pid=13750/tid=13751] ppid=13749 vsize=866688 CPUtime=0.65
/proc/13750/task/13751/stat : 13751 (java) R 13749 13746 13423 0 -1 64 3060 0 1 0 63 2 0 0 25 0 9 0 44077144 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13750/tid=13752] ppid=13749 vsize=866688 CPUtime=0.61
/proc/13750/task/13752/stat : 13752 (java) R 13749 13746 13423 0 -1 64 14288 0 0 0 54 7 0 0 16 0 9 0 44077145 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 103736180 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13750/tid=13753] ppid=13749 vsize=866688 CPUtime=0
/proc/13750/task/13753/stat : 13753 (java) S 13749 13746 13423 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44077145 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13750/tid=13754] ppid=13749 vsize=866688 CPUtime=0
/proc/13750/task/13754/stat : 13754 (java) S 13749 13746 13423 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 44077145 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13750/tid=13755] ppid=13749 vsize=866688 CPUtime=0
/proc/13750/task/13755/stat : 13755 (java) S 13749 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44077147 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13750/tid=13756] ppid=13749 vsize=866688 CPUtime=0.12
/proc/13750/task/13756/stat : 13756 (java) S 13749 13746 13423 0 -1 64 505 0 0 0 12 0 0 0 16 0 9 0 44077147 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13750/tid=13757] ppid=13749 vsize=866688 CPUtime=0
/proc/13750/task/13757/stat : 13757 (java) S 13749 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44077147 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13750/tid=13758] ppid=13749 vsize=866688 CPUtime=0
/proc/13750/task/13758/stat : 13758 (java) S 13749 13746 13423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44077147 887488512 15633 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 885644

[startup+3.10166 s]
/proc/loadavg: 2.18 2.09 1.97 3/92 13758
/proc/meminfo: memFree=1794800/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.12
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 0 196 13 15 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 13600

[startup+6.30301 s]
/proc/loadavg: 2.18 2.09 1.97 4/92 13768
/proc/meminfo: memFree=1804976/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.12
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 0 196 13 15 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
[pid=13759] ppid=13746 vsize=5356 CPUtime=0
/proc/13759/stat : 13759 (sh) S 13746 13746 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13759/statm: 1339 233 193 169 0 50 0
[pid=13760] ppid=13759 vsize=868436 CPUtime=4.09
/proc/13760/stat : 13760 (java) S 13759 13746 13423 0 -1 0 14870 0 1 0 399 10 0 0 20 0 9 0 44077358 889278464 13433 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13760/statm: 217109 13434 2544 9 0 211684 0
[pid=13760/tid=13761] ppid=13759 vsize=868436 CPUtime=3.08
/proc/13760/task/13761/stat : 13761 (java) R 13759 13746 13423 0 -1 64 3097 0 1 0 306 2 0 0 25 0 9 0 44077359 889278464 13435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13762] ppid=13759 vsize=868436 CPUtime=0.76
/proc/13760/task/13762/stat : 13762 (java) R 13759 13746 13423 0 -1 64 9602 0 0 0 71 5 0 0 15 0 9 0 44077360 889278464 13436 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13763/stat : 13763 (java) S 13759 13746 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077360 889278464 13437 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13764/stat : 13764 (java) S 13759 13746 13423 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44077360 889278464 13438 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13765/stat : 13765 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44077362 889278464 13438 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13766] ppid=13759 vsize=868436 CPUtime=0.2
/proc/13760/task/13766/stat : 13766 (java) S 13759 13746 13423 0 -1 64 1476 0 0 0 20 0 0 0 15 0 9 0 44077362 889278464 13439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13767] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13767/stat : 13767 (java) S 13759 13746 13423 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44077362 889278464 13439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13768] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13768/stat : 13768 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077362 889278464 13439 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887392

[startup+12.7027 s]
/proc/loadavg: 2.15 2.08 1.97 3/92 13768
/proc/meminfo: memFree=1783680/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.12
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 0 196 13 16 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
[pid=13759] ppid=13746 vsize=5356 CPUtime=0
/proc/13759/stat : 13759 (sh) S 13746 13746 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13759/statm: 1339 233 193 169 0 50 0
[pid=13760] ppid=13759 vsize=868436 CPUtime=10.48
/proc/13760/stat : 13760 (java) S 13759 13746 13423 0 -1 0 25264 0 1 0 1032 16 0 0 20 0 9 0 44077358 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13760/statm: 217109 18114 2541 9 0 211684 0
[pid=13760/tid=13761] ppid=13759 vsize=868436 CPUtime=8.72
/proc/13760/task/13761/stat : 13761 (java) R 13759 13746 13423 0 -1 64 3511 0 1 0 869 3 0 0 25 0 9 0 44077359 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4126668115 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13762] ppid=13759 vsize=868436 CPUtime=1.52
/proc/13760/task/13762/stat : 13762 (java) S 13759 13746 13423 0 -1 64 19578 0 0 0 140 12 0 0 16 0 9 0 44077360 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13763/stat : 13763 (java) S 13759 13746 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077360 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13764/stat : 13764 (java) S 13759 13746 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077360 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13765/stat : 13765 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44077362 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13766] ppid=13759 vsize=868436 CPUtime=0.21
/proc/13760/task/13766/stat : 13766 (java) S 13759 13746 13423 0 -1 64 1477 0 0 0 21 0 0 0 15 0 9 0 44077362 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13767] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13767/stat : 13767 (java) S 13759 13746 13423 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44077362 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13768] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13768/stat : 13768 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077362 889278464 18114 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 887392

[startup+25.5011 s]
/proc/loadavg: 2.13 2.08 1.97 4/92 13768
/proc/meminfo: memFree=1739328/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.12
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 0 196 13 16 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
[pid=13759] ppid=13746 vsize=5356 CPUtime=0
/proc/13759/stat : 13759 (sh) S 13746 13746 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13759/statm: 1339 233 193 169 0 50 0
[pid=13760] ppid=13759 vsize=868436 CPUtime=23.27
/proc/13760/stat : 13760 (java) S 13759 13746 13423 0 -1 0 39377 0 1 0 2303 24 0 0 20 0 9 0 44077358 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13760/statm: 217109 28141 2541 9 0 211684 0
[pid=13760/tid=13761] ppid=13759 vsize=868436 CPUtime=20.19
/proc/13760/task/13761/stat : 13761 (java) R 13759 13746 13423 0 -1 64 4137 0 1 0 2015 4 0 0 25 0 9 0 44077359 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4126606571 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13762] ppid=13759 vsize=868436 CPUtime=2.84
/proc/13760/task/13762/stat : 13762 (java) S 13759 13746 13423 0 -1 64 33057 0 0 0 265 19 0 0 16 0 9 0 44077360 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13763/stat : 13763 (java) S 13759 13746 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077360 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13764/stat : 13764 (java) S 13759 13746 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077360 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13765/stat : 13765 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44077362 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13766] ppid=13759 vsize=868436 CPUtime=0.22
/proc/13760/task/13766/stat : 13766 (java) S 13759 13746 13423 0 -1 64 1485 0 0 0 22 0 0 0 16 0 9 0 44077362 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13767] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13767/stat : 13767 (java) S 13759 13746 13423 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44077362 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13768] ppid=13759 vsize=868436 CPUtime=0
/proc/13760/task/13768/stat : 13768 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077362 889278464 28141 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 887392

[startup+51.102 s]
/proc/loadavg: 2.08 2.07 1.97 3/92 13768
/proc/meminfo: memFree=1650048/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.12
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 0 196 13 16 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
[pid=13759] ppid=13746 vsize=5356 CPUtime=0
/proc/13759/stat : 13759 (sh) S 13746 13746 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13759/statm: 1339 233 193 169 0 50 0
[pid=13760] ppid=13759 vsize=868436 CPUtime=48.86
/proc/13760/stat : 13760 (java) S 13759 13746 13423 0 -1 0 69135 0 1 0 4843 43 0 0 20 0 9 0 44077358 889278464 48984 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/13760/task/13761/stat : 13761 (java) R 13759 13746 13423 0 -1 64 9707 0 1 0 73101 1166 0 0 25 0 9 0 44077359 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4127163332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13762] ppid=13759 vsize=868548 CPUtime=13.46
/proc/13760/task/13762/stat : 13762 (java) S 13759 13746 13423 0 -1 64 94964 0 0 0 1283 63 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13763] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13763/stat : 13763 (java) S 13759 13746 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13764/stat : 13764 (java) S 13759 13746 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13765/stat : 13765 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13766] ppid=13759 vsize=868548 CPUtime=0.33
/proc/13760/task/13766/stat : 13766 (java) S 13759 13746 13423 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13767] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13767/stat : 13767 (java) S 13759 13746 13423 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13768] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13768/stat : 13768 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 758.64
Current children cumulated vsize (KiB) 887504

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

[startup+767.902 s]
/proc/loadavg: 3.71 3.08 2.44 4/92 13769
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.13
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 1 196 13 16 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
[pid=13759] ppid=13746 vsize=5356 CPUtime=0
/proc/13759/stat : 13759 (sh) S 13746 13746 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13759/statm: 1339 233 193 169 0 50 0
[pid=13760] ppid=13759 vsize=868548 CPUtime=762.02
/proc/13760/stat : 13760 (java) S 13759 13746 13423 0 -1 0 106925 0 1 0 74958 1244 0 0 20 0 9 0 44077358 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13760/statm: 217137 79607 2566 9 0 211684 0
[pid=13760/tid=13761] ppid=13759 vsize=868548 CPUtime=748.17
/proc/13760/task/13761/stat : 13761 (java) R 13759 13746 13423 0 -1 64 9721 0 1 0 73639 1178 0 0 25 0 9 0 44077359 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4127151164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13760/tid=13762] ppid=13759 vsize=868548 CPUtime=13.47
/proc/13760/task/13762/stat : 13762 (java) S 13759 13746 13423 0 -1 64 94964 0 0 0 1284 63 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13760/tid=13763] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13763/stat : 13763 (java) S 13759 13746 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13764/stat : 13764 (java) S 13759 13746 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13765/stat : 13765 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13766] ppid=13759 vsize=868548 CPUtime=0.33
/proc/13760/task/13766/stat : 13766 (java) S 13759 13746 13423 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13767] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13767/stat : 13767 (java) S 13759 13746 13423 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13768] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13768/stat : 13768 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 764.15
Current children cumulated vsize (KiB) 887504

[startup+774.302 s]
/proc/loadavg: 3.73 3.09 2.45 4/92 13769
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.13
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 1 196 13 16 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
[pid=13759] ppid=13746 vsize=5356 CPUtime=0
/proc/13759/stat : 13759 (sh) S 13746 13746 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13759/statm: 1339 233 193 169 0 50 0
[pid=13760] ppid=13759 vsize=868548 CPUtime=768.33
/proc/13760/stat : 13760 (java) S 13759 13746 13423 0 -1 0 106940 0 1 0 75576 1257 0 0 20 0 9 0 44077358 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13760/statm: 217137 79607 2566 9 0 211684 0
[pid=13760/tid=13761] ppid=13759 vsize=868548 CPUtime=754.46
/proc/13760/task/13761/stat : 13761 (java) R 13759 13746 13423 0 -1 64 9736 0 1 0 74255 1191 0 0 25 0 9 0 44077359 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4126668177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13760/tid=13762] ppid=13759 vsize=868548 CPUtime=13.49
/proc/13760/task/13762/stat : 13762 (java) S 13759 13746 13423 0 -1 64 94964 0 0 0 1286 63 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13760/tid=13763] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13763/stat : 13763 (java) S 13759 13746 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13764/stat : 13764 (java) S 13759 13746 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13765/stat : 13765 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13766] ppid=13759 vsize=868548 CPUtime=0.33
/proc/13760/task/13766/stat : 13766 (java) S 13759 13746 13423 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13767] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13767/stat : 13767 (java) S 13759 13746 13423 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13768] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13768/stat : 13768 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 770.46
Current children cumulated vsize (KiB) 887504

[startup+777.501 s]
/proc/loadavg: 3.75 3.10 2.46 4/92 13769
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.13
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 1 196 13 16 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
[pid=13759] ppid=13746 vsize=5356 CPUtime=0
/proc/13759/stat : 13759 (sh) S 13746 13746 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13759/statm: 1339 233 193 169 0 50 0
[pid=13760] ppid=13759 vsize=868548 CPUtime=771.46
/proc/13760/stat : 13760 (java) S 13759 13746 13423 0 -1 0 106947 0 1 0 75884 1262 0 0 20 0 9 0 44077358 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13760/statm: 217137 79607 2566 9 0 211684 0
[pid=13760/tid=13761] ppid=13759 vsize=868548 CPUtime=757.6
/proc/13760/task/13761/stat : 13761 (java) R 13759 13746 13423 0 -1 64 9743 0 1 0 74563 1197 0 0 25 0 9 0 44077359 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4126668115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13760/tid=13762] ppid=13759 vsize=868548 CPUtime=13.5
/proc/13760/task/13762/stat : 13762 (java) S 13759 13746 13423 0 -1 64 94964 0 0 0 1287 63 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13760/tid=13763] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13763/stat : 13763 (java) S 13759 13746 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13764/stat : 13764 (java) S 13759 13746 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13765/stat : 13765 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13766] ppid=13759 vsize=868548 CPUtime=0.33
/proc/13760/task/13766/stat : 13766 (java) S 13759 13746 13423 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13767] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13767/stat : 13767 (java) S 13759 13746 13423 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13768] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13768/stat : 13768 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 773.59
Current children cumulated vsize (KiB) 887504

[startup+780.703 s]
/proc/loadavg: 3.75 3.10 2.46 3/92 13769
/proc/meminfo: memFree=15480/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=2.13
/proc/13746/stat : 13746 (sugar) S 13744 13746 13423 0 -1 4194304 974 19391 0 1 3 1 196 13 16 0 1 0 44077138 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13746/statm: 3400 797 370 3 0 500 0
[pid=13759] ppid=13746 vsize=5356 CPUtime=0
/proc/13759/stat : 13759 (sh) S 13746 13746 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44077358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13759/statm: 1339 233 193 169 0 50 0
[pid=13760] ppid=13759 vsize=868548 CPUtime=774.63
/proc/13760/stat : 13760 (java) S 13759 13746 13423 0 -1 0 106955 0 1 0 76193 1270 0 0 20 0 9 0 44077358 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13760/statm: 217137 79607 2566 9 0 211684 0
[pid=13760/tid=13761] ppid=13759 vsize=868548 CPUtime=760.74
/proc/13760/task/13761/stat : 13761 (java) R 13759 13746 13423 0 -1 64 9751 0 1 0 74870 1204 0 0 25 0 9 0 44077359 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4127151816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13760/tid=13762] ppid=13759 vsize=868548 CPUtime=13.51
/proc/13760/task/13762/stat : 13762 (java) S 13759 13746 13423 0 -1 64 94964 0 0 0 1288 63 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13760/tid=13763] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13763/stat : 13763 (java) S 13759 13746 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13764] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13764/stat : 13764 (java) S 13759 13746 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44077360 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13765] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13765/stat : 13765 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13766] ppid=13759 vsize=868548 CPUtime=0.33
/proc/13760/task/13766/stat : 13766 (java) S 13759 13746 13423 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13767] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13767/stat : 13767 (java) S 13759 13746 13423 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13760/tid=13768] ppid=13759 vsize=868548 CPUtime=0
/proc/13760/task/13768/stat : 13768 (java) S 13759 13746 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44077362 889393152 79607 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 776.76
Current children cumulated vsize (KiB) 887504

[startup+782.302 s]
/proc/loadavg: 3.77 3.12 2.47 2/82 13769
/proc/meminfo: memFree=1193736/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=777.51
/proc/13746/stat : 13746 (sugar) R 13744 13746 13423 0 -1 4194304 998 126644 0 3 3 51 76408 1289 18 0 1 0 44077138 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13746/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 777.51
Current children cumulated vsize (KiB) 13600

[startup+782.702 s]
/proc/loadavg: 3.77 3.12 2.47 2/82 13769
/proc/meminfo: memFree=1193736/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=777.54
/proc/13746/stat : 13746 (sugar) D 13744 13746 13423 0 -1 4194304 998 126644 0 3 3 54 76408 1289 18 0 1 0 44077138 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13746/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 777.54
Current children cumulated vsize (KiB) 13600

[startup+782.902 s]
/proc/loadavg: 3.77 3.12 2.47 2/82 13769
/proc/meminfo: memFree=1193736/2055920 swapFree=4192812/4192956
[pid=13746] ppid=13744 vsize=13600 CPUtime=777.56
/proc/13746/stat : 13746 (sugar) D 13744 13746 13423 0 -1 4194304 998 126644 0 3 3 56 76408 1289 18 0 1 0 44077138 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13746/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 777.56
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 782.992
CPU time (s): 777.599
CPU user time (s): 764.127
CPU system time (s): 13.472
CPU usage (%): 99.3112
Max. virtual memory (cumulated for all children) (KiB): 900204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 764.127
system time used= 13.472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127672
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= 37610
involuntary context switches= 42081

runsolver used 0.924859 second user time and 2.72558 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-12 16:42:39
IDJOB=1112776
IDBENCH=61472
IDSOLVER=368
FILE ID=node35/1112776-1215873759
PBS_JOBID= 7903572
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-6.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-1112776-1215873759/watcher-1112776-1215873759 -o /tmp/evaluation-result-1112776-1215873759/solver-1112776-1215873759 -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-1112776-1215873759.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3874290cda754699d3686661cf7c347b
RANDOM SEED=1468177724

node35.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.229
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.229
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:       1851816 kB
Buffers:         19304 kB
Cached:          78616 kB
SwapCached:          0 kB
Active:          93884 kB
Inactive:        45600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11120 kB
Writeback:           0 kB
Mapped:          61772 kB
Slab:            49872 kB
Committed_AS:   186848 kB
PageTables:       1924 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= 66472 MiB
End job on node35 at 2008-07-12 16:55:42