Trace number 1087200

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 550.442 558.564

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-2.xml
MD5SUM3ec556ad251960bf7980f3107ef7856e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
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  5 09:30:04 2008
0.00/0.05	c 0	PID 18111
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087200-1215243004.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-1087200-1215243004.xml' 'HOME/temp.csp'
2.63/2.77	c 3	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.71/2.82	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.71/2.83	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.72/2.91	c 3	Parsing HOME/temp.csp
3.17/3.31	c 4	parsed 10000 expressions
3.47/3.67	c 4	parsed 20000 expressions
3.86/4.02	c 4	parsed 30000 expressions
4.15/4.31	c 5	parsed 40000 expressions
4.15/4.40	c 5	parsed 43305 expressions
4.15/4.40	c 5	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.15/4.40	c 5	Converting to clausal form CSP
7.22/7.42	c 8	converted 4331 (10%) expressions
13.24/13.58	c 14	converted 8661 (20%) expressions
19.26/19.67	c 20	converted 12992 (30%) expressions
24.80/25.25	c 26	converted 17322 (40%) expressions
30.84/31.38	c 32	converted 21653 (50%) expressions
36.31/36.83	c 37	converted 25983 (60%) expressions
41.48/42.04	c 42	converted 30314 (70%) expressions
47.54/48.11	c 48	converted 34644 (80%) expressions
52.12/52.76	c 53	converted 38975 (90%) expressions
56.40/57.03	c 57	converted 43305 (100%) expressions
56.40/57.03	c 57	CSP : 12565 integers, 119179 booleans, 271652 clauses, largest domain size 2741
56.40/57.03	c 57	Heap : 205 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
56.40/57.03	c 57	Propagation in CSP
63.37/64.05	c 64	12110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
63.37/64.06	c 64	CSP : 12565 integers, 119179 booleans, 271652 clauses, largest domain size 2741
63.37/64.06	c 64	Heap : 217 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
63.46/64.14	c 65	Simplifing CSP by introducing new Boolean variables
64.06/64.74	c 65	CSP : 12565 integers, 217789 booleans, 370262 clauses, largest domain size 2741
64.06/64.74	c 65	Heap : 257 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.85/66.54	c 67	Encoding CSP to SAT : HOME/temp.cnf
75.01/75.76	c 76	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
84.06/84.83	c 85	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
87.92/88.77	c 89	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
91.79/92.63	c 93	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
95.85/96.78	c 97	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
100.07/101.08	c 101	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
104.36/105.40	c 106	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
108.55/109.70	c 110	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
112.73/114.01	c 114	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
116.74/118.18	c 119	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
286.03/289.00	c 289	37027 (10%) CSP clauses are encoded (49346526 clauses, 1108074161 bytes)
429.97/434.71	c 435	74053 (20%) CSP clauses are encoded (71739992 clauses, 1674635525 bytes)
549.42/556.44	c 557	ERROR Exception Too large HOME/temp.cnf
549.42/556.44	c 557	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
549.42/556.44	c 557	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
549.42/556.44	c 557	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
549.42/556.44	s UNKNOWN
549.49/556.54	c 557	CPU 535.31 (0.04 0.01 535.27 14.2)
549.49/556.54	c 557	END Sat Jul  5 09:39:21 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087200-1215243004/watcher-1087200-1215243004 -o /tmp/evaluation-result-1087200-1215243004/solver-1087200-1215243004 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1087200-1215243004.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18111
/proc/meminfo: memFree=1685536/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=18572 CPUtime=0
/proc/18111/stat : 18111 (runsolver) R 18109 18111 17185 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1008702967 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18111/statm: 4643 292 257 25 0 2626 0

[startup+0.0744539 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18111
/proc/meminfo: memFree=1685536/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=0.03
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008702967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101287 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18111
/proc/meminfo: memFree=1685536/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=0.03
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008702967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301316 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18111
/proc/meminfo: memFree=1685536/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=0.03
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008702967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701401 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 18111
/proc/meminfo: memFree=1685536/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=0.03
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008702967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 18123
/proc/meminfo: memFree=1661960/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=0.03
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1008702967 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 796 370 3 0 500 0
[pid=18114] ppid=18111 vsize=5356 CPUtime=0
/proc/18114/stat : 18114 (sh) S 18111 18111 17185 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008702972 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18114/statm: 1339 233 193 169 0 50 0
[pid=18115] ppid=18114 vsize=864672 CPUtime=1.42
/proc/18115/stat : 18115 (java) S 18114 18111 17185 0 -1 0 14236 0 1 0 132 10 0 0 18 0 9 0 1008702972 885424128 12286 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18115/statm: 216168 12286 2529 9 0 210750 0
[pid=18115/tid=18116] ppid=18114 vsize=864672 CPUtime=0.82
/proc/18115/task/18116/stat : 18116 (java) R 18114 18111 17185 0 -1 64 3000 0 1 0 79 3 0 0 24 0 9 0 1008702973 885424128 12286 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18115/tid=18117] ppid=18114 vsize=864672 CPUtime=0.47
/proc/18115/task/18117/stat : 18117 (java) R 18114 18111 17185 0 -1 64 10048 0 0 0 42 5 0 0 16 0 9 0 1008702975 885424128 12286 996147200 134512640 134550740 4294956000 18446744073709551615 102722970 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18115/tid=18118] ppid=18114 vsize=864672 CPUtime=0
/proc/18115/task/18118/stat : 18118 (java) S 18114 18111 17185 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1008702975 885424128 12286 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18115/tid=18119] ppid=18114 vsize=864672 CPUtime=0
/proc/18115/task/18119/stat : 18119 (java) S 18114 18111 17185 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1008702975 885424128 12286 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18115/tid=18120] ppid=18114 vsize=864672 CPUtime=0
/proc/18115/task/18120/stat : 18120 (java) S 18114 18111 17185 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008702977 885424128 12286 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18115/tid=18121] ppid=18114 vsize=864672 CPUtime=0.1
/proc/18115/task/18121/stat : 18121 (java) S 18114 18111 17185 0 -1 64 488 0 0 0 10 0 0 0 16 0 9 0 1008702977 885424128 12286 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18115/tid=18122] ppid=18114 vsize=864672 CPUtime=0
/proc/18115/task/18122/stat : 18122 (java) S 18114 18111 17185 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008702977 885424128 12286 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18115/tid=18123] ppid=18114 vsize=864672 CPUtime=0
/proc/18115/task/18123/stat : 18123 (java) S 18114 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008702977 885424128 12286 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) 883628

[startup+3.10286 s]
/proc/loadavg: 1.92 1.98 1.99 5/83 18123
/proc/meminfo: memFree=1625608/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.72
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 973 21995 0 1 3 0 252 17 16 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 13600

[startup+6.30546 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 18133
/proc/meminfo: memFree=1648392/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.72
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 974 21995 0 1 3 0 252 17 15 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
[pid=18124] ppid=18111 vsize=5356 CPUtime=0
/proc/18124/stat : 18124 (sh) S 18111 18111 17185 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008703250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18124/statm: 1339 233 193 169 0 50 0
[pid=18125] ppid=18124 vsize=868436 CPUtime=3.41
/proc/18125/stat : 18125 (java) S 18124 18111 17185 0 -1 0 12827 0 1 0 330 11 0 0 18 0 9 0 1008703250 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18125/statm: 217109 11398 2541 9 0 211684 0
[pid=18125/tid=18126] ppid=18124 vsize=868436 CPUtime=2.44
/proc/18125/task/18126/stat : 18126 (java) R 18124 18111 17185 0 -1 64 3079 0 1 0 240 4 0 0 25 0 9 0 1008703251 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4125956580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18127] ppid=18124 vsize=868436 CPUtime=0.72
/proc/18125/task/18127/stat : 18127 (java) S 18124 18111 17185 0 -1 64 7578 0 0 0 67 5 0 0 16 0 9 0 1008703252 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18128] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18128/stat : 18128 (java) S 18124 18111 17185 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008703252 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18129] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18124 18111 17185 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008703252 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18130] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008703254 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18131] ppid=18124 vsize=868436 CPUtime=0.22
/proc/18125/task/18131/stat : 18131 (java) S 18124 18111 17185 0 -1 64 1473 0 0 0 21 1 0 0 16 0 9 0 1008703254 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18132] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008703254 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18133] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008703254 889278464 11398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 887392

[startup+12.703 s]
/proc/loadavg: 1.93 1.98 1.99 4/83 18133
/proc/meminfo: memFree=1625160/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.72
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 974 21995 0 1 3 0 252 17 16 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
[pid=18124] ppid=18111 vsize=5356 CPUtime=0
/proc/18124/stat : 18124 (sh) S 18111 18111 17185 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008703250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18124/statm: 1339 233 193 169 0 50 0
[pid=18125] ppid=18124 vsize=868436 CPUtime=9.74
/proc/18125/stat : 18125 (java) S 18124 18111 17185 0 -1 0 22580 0 1 0 955 19 0 0 18 0 9 0 1008703250 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18125/statm: 217109 17089 2541 9 0 211684 0
[pid=18125/tid=18126] ppid=18124 vsize=868436 CPUtime=7.88
/proc/18125/task/18126/stat : 18126 (java) R 18124 18111 17185 0 -1 64 3521 0 1 0 783 5 0 0 25 0 9 0 1008703251 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4126652894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18127] ppid=18124 vsize=868436 CPUtime=1.59
/proc/18125/task/18127/stat : 18127 (java) S 18124 18111 17185 0 -1 64 16879 0 0 0 148 11 0 0 16 0 9 0 1008703252 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18128] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18128/stat : 18128 (java) S 18124 18111 17185 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008703252 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18129] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18124 18111 17185 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008703252 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18130] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008703254 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18131] ppid=18124 vsize=868436 CPUtime=0.24
/proc/18125/task/18131/stat : 18131 (java) S 18124 18111 17185 0 -1 64 1483 0 0 0 23 1 0 0 16 0 9 0 1008703254 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18132] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008703254 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18133] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008703254 889278464 17089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887392

[startup+25.5024 s]
/proc/loadavg: 1.95 1.98 1.99 4/83 18133
/proc/meminfo: memFree=1576648/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.72
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 974 21995 0 1 3 0 252 17 16 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
[pid=18124] ppid=18111 vsize=5356 CPUtime=0
/proc/18124/stat : 18124 (sh) S 18111 18111 17185 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008703250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18124/statm: 1339 233 193 169 0 50 0
[pid=18125] ppid=18124 vsize=868436 CPUtime=22.37
/proc/18125/stat : 18125 (java) S 18124 18111 17185 0 -1 0 38174 0 1 0 2208 29 0 0 18 0 9 0 1008703250 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18125/statm: 217109 28924 2541 9 0 211684 0
[pid=18125/tid=18126] ppid=18124 vsize=868436 CPUtime=18.95
/proc/18125/task/18126/stat : 18126 (java) R 18124 18111 17185 0 -1 64 4172 0 1 0 1889 6 0 0 25 0 9 0 1008703251 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4126567463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18127] ppid=18124 vsize=868436 CPUtime=3.14
/proc/18125/task/18127/stat : 18127 (java) S 18124 18111 17185 0 -1 64 31820 0 0 0 294 20 0 0 16 0 9 0 1008703252 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18128] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18128/stat : 18128 (java) S 18124 18111 17185 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008703252 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18129] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18124 18111 17185 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008703252 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18130] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008703254 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18131] ppid=18124 vsize=868436 CPUtime=0.24
/proc/18125/task/18131/stat : 18131 (java) S 18124 18111 17185 0 -1 64 1485 0 0 0 23 1 0 0 16 0 9 0 1008703254 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18132] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008703254 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18133] ppid=18124 vsize=868436 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008703254 889278464 28924 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 887392

[startup+51.103 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 18133
/proc/meminfo: memFree=1482632/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.72
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 974 21995 0 1 3 0 252 17 16 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
[pid=18124] ppid=18111 vsize=5356 CPUtime=0
/proc/18124/stat : 18124 (sh) S 18111 18111 17185 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008703250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18124/statm: 1339 233 193 169 0 50 0
[pid=18125] ppid=18124 vsize=868436 CPUtime=47.81
/proc/18125/stat : 18125 (java) S 18124 18111 17185 0 -1 0 70480 0 1 0 4730 51 0 0 18 0 9 0 1008703250 889278464 52673 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=18125/tid=18131] ppid=18124 vsize=868548 CPUtime=0.34
/proc/18125/task/18131/stat : 18131 (java) S 18124 18111 17185 0 -1 64 1533 0 0 0 33 1 0 0 17 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18132] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18133] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18133/stat : 18133 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.04
Current children cumulated vsize (KiB) 887504

[startup+522.302 s]
/proc/loadavg: 2.08 2.24 2.16 3/83 18133
/proc/meminfo: memFree=16208/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.74
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 974 21995 0 1 4 1 252 17 16 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
[pid=18124] ppid=18111 vsize=5356 CPUtime=0
/proc/18124/stat : 18124 (sh) S 18111 18111 17185 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008703250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18124/statm: 1339 233 193 169 0 50 0
[pid=18125] ppid=18124 vsize=868548 CPUtime=513.18
/proc/18125/stat : 18125 (java) S 18124 18111 17185 0 -1 0 90706 0 1 0 50004 1314 0 0 18 0 9 0 1008703250 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18125/statm: 217137 69817 2566 9 0 211684 0
[pid=18125/tid=18126] ppid=18124 vsize=868548 CPUtime=500.36
/proc/18125/task/18126/stat : 18126 (java) R 18124 18111 17185 0 -1 64 8816 0 1 0 48790 1246 0 0 25 0 9 0 1008703251 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4127033439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18127] ppid=18124 vsize=868548 CPUtime=12.43
/proc/18125/task/18127/stat : 18127 (java) S 18124 18111 17185 0 -1 64 79660 0 0 0 1179 64 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18128] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18128/stat : 18128 (java) S 18124 18111 17185 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18129] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18124 18111 17185 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18130] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18131] ppid=18124 vsize=868548 CPUtime=0.34
/proc/18125/task/18131/stat : 18131 (java) S 18124 18111 17185 0 -1 64 1533 0 0 0 33 1 0 0 17 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18132] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18133] ppid=18124 vsize=868548 CPUtime=0.01
/proc/18125/task/18133/stat : 18133 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 515.92
Current children cumulated vsize (KiB) 887504

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

[startup+537.502 s]
/proc/loadavg: 2.06 2.23 2.15 3/83 18133
/proc/meminfo: memFree=15184/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.74
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 974 21995 0 1 4 1 252 17 16 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
[pid=18124] ppid=18111 vsize=5356 CPUtime=0
/proc/18124/stat : 18124 (sh) S 18111 18111 17185 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008703250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18124/statm: 1339 233 193 169 0 50 0
[pid=18125] ppid=18124 vsize=868548 CPUtime=528.13
/proc/18125/stat : 18125 (java) S 18124 18111 17185 0 -1 0 90765 0 1 0 51462 1351 0 0 18 0 9 0 1008703250 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18125/statm: 217137 69817 2566 9 0 211684 0
[pid=18125/tid=18126] ppid=18124 vsize=868548 CPUtime=515.23
/proc/18125/task/18126/stat : 18126 (java) R 18124 18111 17185 0 -1 64 8875 0 1 0 50241 1282 0 0 25 0 9 0 1008703251 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4127031600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18127] ppid=18124 vsize=868548 CPUtime=12.5
/proc/18125/task/18127/stat : 18127 (java) S 18124 18111 17185 0 -1 64 79660 0 0 0 1185 65 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18128] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18128/stat : 18128 (java) S 18124 18111 17185 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18129] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18124 18111 17185 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18130] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18131] ppid=18124 vsize=868548 CPUtime=0.34
/proc/18125/task/18131/stat : 18131 (java) S 18124 18111 17185 0 -1 64 1533 0 0 0 33 1 0 0 17 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18132] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18133] ppid=18124 vsize=868548 CPUtime=0.01
/proc/18125/task/18133/stat : 18133 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 530.87
Current children cumulated vsize (KiB) 887504

[startup+550.302 s]
/proc/loadavg: 2.05 2.22 2.15 3/83 18133
/proc/meminfo: memFree=15504/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.74
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 974 21995 0 1 4 1 252 17 16 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
[pid=18124] ppid=18111 vsize=5356 CPUtime=0
/proc/18124/stat : 18124 (sh) S 18111 18111 17185 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008703250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18124/statm: 1339 233 193 169 0 50 0
[pid=18125] ppid=18124 vsize=868548 CPUtime=540.7
/proc/18125/stat : 18125 (java) S 18124 18111 17185 0 -1 0 90813 0 1 0 52688 1382 0 0 18 0 9 0 1008703250 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18125/statm: 217137 69817 2566 9 0 211684 0
[pid=18125/tid=18126] ppid=18124 vsize=868548 CPUtime=527.75
/proc/18125/task/18126/stat : 18126 (java) R 18124 18111 17185 0 -1 64 8923 0 1 0 51463 1312 0 0 25 0 9 0 1008703251 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18127] ppid=18124 vsize=868548 CPUtime=12.56
/proc/18125/task/18127/stat : 18127 (java) S 18124 18111 17185 0 -1 64 79660 0 0 0 1190 66 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18128] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18128/stat : 18128 (java) S 18124 18111 17185 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18129] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18124 18111 17185 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18130] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18131] ppid=18124 vsize=868548 CPUtime=0.34
/proc/18125/task/18131/stat : 18131 (java) S 18124 18111 17185 0 -1 64 1533 0 0 0 33 1 0 0 17 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18132] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18133] ppid=18124 vsize=868548 CPUtime=0.01
/proc/18125/task/18133/stat : 18133 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 543.44
Current children cumulated vsize (KiB) 887504

[startup+553.503 s]
/proc/loadavg: 2.04 2.21 2.15 3/83 18133
/proc/meminfo: memFree=16208/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=2.74
/proc/18111/stat : 18111 (sugar) S 18109 18111 17185 0 -1 4194304 974 21995 0 1 4 1 252 17 16 0 1 0 1008702967 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18111/statm: 3400 797 370 3 0 500 0
[pid=18124] ppid=18111 vsize=5356 CPUtime=0
/proc/18124/stat : 18124 (sh) S 18111 18111 17185 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008703250 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18124/statm: 1339 233 193 169 0 50 0
[pid=18125] ppid=18124 vsize=868548 CPUtime=543.83
/proc/18125/stat : 18125 (java) S 18124 18111 17185 0 -1 0 90827 0 1 0 52993 1390 0 0 18 0 9 0 1008703250 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18125/statm: 217137 69817 2566 9 0 211684 0
[pid=18125/tid=18126] ppid=18124 vsize=868548 CPUtime=530.87
/proc/18125/task/18126/stat : 18126 (java) R 18124 18111 17185 0 -1 64 8937 0 1 0 51766 1321 0 0 25 0 9 0 1008703251 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4127075297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18127] ppid=18124 vsize=868548 CPUtime=12.58
/proc/18125/task/18127/stat : 18127 (java) S 18124 18111 17185 0 -1 64 79660 0 0 0 1192 66 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18128] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18128/stat : 18128 (java) S 18124 18111 17185 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18129] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18129/stat : 18129 (java) S 18124 18111 17185 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008703252 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18130] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18130/stat : 18130 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18131] ppid=18124 vsize=868548 CPUtime=0.34
/proc/18125/task/18131/stat : 18131 (java) S 18124 18111 17185 0 -1 64 1533 0 0 0 33 1 0 0 17 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18132] ppid=18124 vsize=868548 CPUtime=0
/proc/18125/task/18132/stat : 18132 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18125/tid=18133] ppid=18124 vsize=868548 CPUtime=0.01
/proc/18125/task/18133/stat : 18133 (java) S 18124 18111 17185 0 -1 64 1 0 0 0 1 0 0 0 15 0 9 0 1008703254 889393152 69817 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 546.57
Current children cumulated vsize (KiB) 887504

[startup+556.702 s]
/proc/loadavg: 2.04 2.21 2.15 3/76 18133
/proc/meminfo: memFree=184272/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=549.65
/proc/18111/stat : 18111 (sugar) R 18109 18111 17185 0 -1 4194304 996 113132 0 2 4 14 53527 1420 17 0 1 0 1008702967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18111/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 549.65
Current children cumulated vsize (KiB) 13600

[startup+557.501 s]
/proc/loadavg: 2.04 2.21 2.15 3/76 18133
/proc/meminfo: memFree=184272/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=550.38
/proc/18111/stat : 18111 (sugar) D 18109 18111 17185 0 -1 4194304 996 113132 0 2 4 87 53527 1420 20 0 1 0 1008702967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18111/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 550.38
Current children cumulated vsize (KiB) 13600

[startup+558.302 s]
/proc/loadavg: 2.04 2.21 2.15 2/73 18133
/proc/meminfo: memFree=1883168/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=550.41
/proc/18111/stat : 18111 (sugar) D 18109 18111 17185 0 -1 4194304 996 113132 0 2 4 90 53527 1420 18 0 1 0 1008702967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18111/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 550.41
Current children cumulated vsize (KiB) 13600

[startup+558.502 s]
/proc/loadavg: 2.04 2.21 2.15 2/73 18133
/proc/meminfo: memFree=1883168/2055920 swapFree=4174728/4192956
[pid=18111] ppid=18109 vsize=13600 CPUtime=550.42
/proc/18111/stat : 18111 (sugar) D 18109 18111 17185 0 -1 4194304 996 113132 0 2 4 91 53527 1420 18 0 1 0 1008702967 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18111/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 550.42
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 558.564
CPU time (s): 550.442
CPU user time (s): 535.321
CPU system time (s): 15.1217
CPU usage (%): 98.5459
Max. virtual memory (cumulated for all children) (KiB): 897640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 535.321
system time used= 15.1217
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114158
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= 35349
involuntary context switches= 43394

runsolver used 0.769882 second user time and 2.01769 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 09:30:04
IDJOB=1087200
IDBENCH=57947
IDSOLVER=346
FILE ID=node35/1087200-1215243004
PBS_JOBID= 7881949
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-2.xml
COMMAND LINE= DIR/sugar -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-1087200-1215243004/watcher-1087200-1215243004 -o /tmp/evaluation-result-1087200-1215243004/solver-1087200-1215243004 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1087200-1215243004.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ec556ad251960bf7980f3107ef7856e
RANDOM SEED=500915856

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.261
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.261
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:       1686016 kB
Buffers:         57244 kB
Cached:         162700 kB
SwapCached:      12276 kB
Active:         165700 kB
Inactive:       135148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686016 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            6984 kB
Writeback:           0 kB
Mapped:          88808 kB
Slab:            54356 kB
Committed_AS:  1766548 kB
PageTables:       1896 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= 66464 MiB
End job on node35 at 2008-07-05 09:39:23