Trace number 1112454

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? 258.421 268.103

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-29.xml
MD5SUM094c252b9befceb10e49353ca5017fcb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints94
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1256
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
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 Thu Aug  7 20:23:24 2008
0.00/0.04	c 0	PID 13728
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112454-1218133403.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-1112454-1218133403.xml' 'HOME/temp.csp'
1.65/1.74	c 1	98 domains, 800 variables, 3 predicates, 0 relations, 23200 constraints
1.65/1.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.71/1.86	c 1	Parsing HOME/temp.csp
2.01/2.19	c 2	parsed 10000 expressions
2.31/2.42	c 2	parsed 20000 expressions
2.41/2.56	c 2	parsed 24101 expressions
2.41/2.56	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.60/2.77	c 2	MAX CSP: 23200 constraints
2.60/2.77	c 2	Converting to clausal form CSP
2.89/3.08	c 3	converted 4731 (10%) expressions
2.99/3.20	c 3	converted 9461 (20%) expressions
3.19/3.33	c 3	converted 14192 (30%) expressions
3.39/3.58	c 3	converted 18922 (40%) expressions
3.50/3.70	c 3	converted 23652 (50%) expressions
3.69/3.82	c 3	converted 28383 (60%) expressions
3.80/3.93	c 4	converted 33113 (70%) expressions
3.89/4.05	c 4	converted 37844 (80%) expressions
3.99/4.16	c 4	converted 42574 (90%) expressions
6.65/6.81	c 6	converted 47304 (100%) expressions
6.65/6.82	c 6	CSP : 47200 integers, 0 booleans, 69599 clauses, largest domain size 34801
6.65/6.82	c 6	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/6.82	c 6	Propagation in CSP
7.55/7.80	c 7	23194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.64/7.81	c 7	CSP : 47200 integers, 0 booleans, 69599 clauses, largest domain size 23201
7.64/7.81	c 7	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.64/7.83	c 7	Simplifing CSP by introducing new Boolean variables
7.93/8.11	c 8	CSP : 47200 integers, 46400 booleans, 115999 clauses, largest domain size 23201
7.93/8.11	c 8	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.33/8.59	c 8	Encoding CSP to SAT : HOME/temp.cnf
9.60/9.84	c 9	4720 (10%) CSP integer variables are encoded (962770 clauses, 16145129 bytes)
9.60/9.85	c 9	9440 (20%) CSP integer variables are encoded (962770 clauses, 16145129 bytes)
9.60/9.86	c 9	14160 (30%) CSP integer variables are encoded (962770 clauses, 16145129 bytes)
9.60/9.86	c 10	18880 (40%) CSP integer variables are encoded (962770 clauses, 16145129 bytes)
9.60/9.87	c 10	23600 (50%) CSP integer variables are encoded (962770 clauses, 16145129 bytes)
10.09/10.30	c 10	28320 (60%) CSP integer variables are encoded (1300221 clauses, 22530241 bytes)
10.18/10.40	c 10	33040 (70%) CSP integer variables are encoded (1375895 clauses, 23968047 bytes)
10.29/10.50	c 10	37760 (80%) CSP integer variables are encoded (1452277 clauses, 25419305 bytes)
10.29/10.58	c 10	42480 (90%) CSP integer variables are encoded (1509078 clauses, 26498524 bytes)
10.39/10.67	c 10	47200 (100%) CSP integer variables are encoded (1579609 clauses, 27838613 bytes)
26.91/27.65	c 27	11600 (10%) CSP clauses are encoded (10539261 clauses, 248217201 bytes)
43.73/45.28	c 45	23200 (20%) CSP clauses are encoded (19506975 clauses, 481261770 bytes)
60.07/62.21	c 62	34800 (30%) CSP clauses are encoded (28533297 clauses, 715830147 bytes)
76.72/79.61	c 79	46400 (40%) CSP clauses are encoded (37454549 clauses, 947666689 bytes)
93.33/96.84	c 96	58000 (50%) CSP clauses are encoded (46336652 clauses, 1178485372 bytes)
109.94/114.08	c 114	69600 (60%) CSP clauses are encoded (55231759 clauses, 1409642159 bytes)
257.42/264.23	c 264	ERROR Exception Too large HOME/temp.cnf
257.42/264.23	c 264	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
257.42/264.23	c 264	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
257.42/264.23	c 264	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
257.42/264.23	s UNKNOWN
257.45/264.32	c 264	CPU 242.46 (0.04 0 242.42 15.01)
257.45/264.32	c 264	END Thu Aug  7 20:27:48 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-1112454-1218133403/watcher-1112454-1218133403 -o /tmp/evaluation-result-1112454-1218133403/solver-1112454-1218133403 -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-1112454-1218133403.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.14 1.69 0.81 4/82 13728
/proc/meminfo: memFree=1252144/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=12272 CPUtime=0
/proc/13728/stat : 13728 (sugar) R 13726 13728 13358 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 140397512 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 209560762981 0 0 4224 0 0 0 0 17 1 0 0
/proc/13728/statm: 3068 327 246 3 0 168 0

[startup+0.087761 s]
/proc/loadavg: 2.14 1.69 0.81 4/82 13728
/proc/meminfo: memFree=1252144/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=0.03
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 140397512 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.109377 s]
/proc/loadavg: 2.14 1.69 0.81 4/82 13728
/proc/meminfo: memFree=1252144/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=0.03
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 140397512 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302391 s]
/proc/loadavg: 2.14 1.69 0.81 4/82 13728
/proc/meminfo: memFree=1252144/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=0.03
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 140397512 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701431 s]
/proc/loadavg: 2.14 1.69 0.81 4/82 13728
/proc/meminfo: memFree=1252144/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=0.03
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 140397512 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 2.14 1.69 0.81 4/93 13740
/proc/meminfo: memFree=1224856/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=0.03
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 140397512 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 796 370 3 0 500 0
[pid=13731] ppid=13728 vsize=5356 CPUtime=0
/proc/13731/stat : 13731 (sh) S 13728 13728 13358 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 140397517 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13731/statm: 1339 233 193 169 0 50 0
[pid=13732] ppid=13731 vsize=864692 CPUtime=1.42
/proc/13732/stat : 13732 (java) S 13731 13728 13358 0 -1 0 13674 0 1 0 135 7 0 0 18 0 9 0 140397517 885444608 11719 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13732/statm: 216173 11719 2529 9 0 210755 0
[pid=13732/tid=13733] ppid=13731 vsize=864692 CPUtime=0.79
/proc/13732/task/13733/stat : 13733 (java) R 13731 13728 13358 0 -1 64 3018 0 1 0 77 2 0 0 19 0 9 0 140397518 885444608 11719 996147200 134512640 134550740 4294956000 18446744073709551615 4126709673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13732/tid=13734] ppid=13731 vsize=864692 CPUtime=0.45
/proc/13732/task/13734/stat : 13734 (java) S 13731 13728 13358 0 -1 64 9433 0 0 0 42 3 0 0 16 0 9 0 140397519 885444608 11719 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13732/tid=13735] ppid=13731 vsize=864692 CPUtime=0
/proc/13732/task/13735/stat : 13735 (java) S 13731 13728 13358 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140397520 885444608 11719 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13732/tid=13736] ppid=13731 vsize=864692 CPUtime=0
/proc/13732/task/13736/stat : 13736 (java) S 13731 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140397520 885444608 11719 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13732/tid=13737] ppid=13731 vsize=864692 CPUtime=0
/proc/13732/task/13737/stat : 13737 (java) S 13731 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140397521 885444608 11719 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13732/tid=13738] ppid=13731 vsize=864692 CPUtime=0.15
/proc/13732/task/13738/stat : 13738 (java) S 13731 13728 13358 0 -1 64 524 0 0 0 15 0 0 0 16 0 9 0 140397522 885444608 11719 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13732/tid=13739] ppid=13731 vsize=864692 CPUtime=0
/proc/13732/task/13739/stat : 13739 (java) S 13731 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397522 885444608 11719 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13732/tid=13740] ppid=13731 vsize=864692 CPUtime=0
/proc/13732/task/13740/stat : 13740 (java) S 13731 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397522 885444608 11719 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) 883648

[startup+3.10264 s]
/proc/loadavg: 2.21 1.71 0.82 3/93 13750
/proc/meminfo: memFree=1242200/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=1.71
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 974 14439 0 1 3 0 160 8 15 0 1 0 140397512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 797 370 3 0 500 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 13358 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140397690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868432 CPUtime=1.28
/proc/13742/stat : 13742 (java) S 13741 13728 13358 0 -1 0 10621 0 1 0 121 7 0 0 18 0 9 0 140397690 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217108 9455 2543 9 0 211683 0
[pid=13742/tid=13743] ppid=13741 vsize=868432 CPUtime=0.7
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 13358 0 -1 64 2762 0 1 0 68 2 0 0 25 0 9 0 140397691 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4126667783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868432 CPUtime=0.36
/proc/13742/task/13744/stat : 13744 (java) S 13741 13728 13358 0 -1 64 5703 0 0 0 33 3 0 0 15 0 9 0 140397692 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140397693 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 13358 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140397693 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140397695 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=868432 CPUtime=0.2
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 13358 0 -1 64 1460 0 0 0 19 1 0 0 16 0 9 0 140397695 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397695 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397695 889274368 9455 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887388

[startup+6.30193 s]
/proc/loadavg: 2.21 1.71 0.82 3/93 13750
/proc/meminfo: memFree=1189080/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=1.72
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 974 14439 0 1 4 0 160 8 15 0 1 0 140397512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 797 370 3 0 500 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 13358 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140397690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868432 CPUtime=4.44
/proc/13742/stat : 13742 (java) S 13741 13728 13358 0 -1 0 21655 0 1 0 430 14 0 0 18 0 9 0 140397690 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217108 19824 2540 9 0 211683 0
[pid=13742/tid=13743] ppid=13741 vsize=868432 CPUtime=2.67
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 13358 0 -1 64 3194 0 1 0 265 2 0 0 25 0 9 0 140397691 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4126951656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868432 CPUtime=1.52
/proc/13742/task/13744/stat : 13744 (java) S 13741 13728 13358 0 -1 64 16289 0 0 0 143 9 0 0 16 0 9 0 140397692 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140397693 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 13358 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140397693 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140397695 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=868432 CPUtime=0.22
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 13358 0 -1 64 1476 0 0 0 21 1 0 0 16 0 9 0 140397695 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397695 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868432 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397695 889274368 19824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887388

[startup+12.7015 s]
/proc/loadavg: 2.18 1.72 0.83 3/93 13750
/proc/meminfo: memFree=1109016/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=1.72
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 974 14439 0 1 4 0 160 8 15 0 1 0 140397512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 797 370 3 0 500 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 13358 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140397690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868544 CPUtime=10.74
/proc/13742/stat : 13742 (java) S 13741 13728 13358 0 -1 0 32637 0 1 0 1020 54 0 0 18 0 9 0 140397690 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217136 26396 2565 9 0 211683 0
[pid=13742/tid=13743] ppid=13741 vsize=868544 CPUtime=7.98
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 13358 0 -1 64 3850 0 1 0 764 34 0 0 25 0 9 0 140397691 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4126573186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868544 CPUtime=2.43
/proc/13742/task/13744/stat : 13744 (java) S 13741 13728 13358 0 -1 64 26570 0 0 0 227 16 0 0 16 0 9 0 140397692 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 13358 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140397695 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=868544 CPUtime=0.29
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 13358 0 -1 64 1521 0 0 0 28 1 0 0 15 0 9 0 140397695 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397695 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397695 889389056 26396 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887500

[startup+25.5026 s]
/proc/loadavg: 2.15 1.73 0.85 3/93 13750
/proc/meminfo: memFree=941592/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=1.72
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 974 14439 0 1 4 0 160 8 15 0 1 0 140397512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 797 370 3 0 500 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 13358 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140397690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868544 CPUtime=23.13
/proc/13742/stat : 13742 (java) S 13741 13728 13358 0 -1 0 33253 0 1 0 2153 160 0 0 18 0 9 0 140397690 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217136 26400 2565 9 0 211683 0
[pid=13742/tid=13743] ppid=13741 vsize=868544 CPUtime=20.04
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 13358 0 -1 64 4462 0 1 0 1868 136 0 0 25 0 9 0 140397691 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868544 CPUtime=2.76
/proc/13742/task/13744/stat : 13744 (java) S 13741 13728 13358 0 -1 64 26570 0 0 0 255 21 0 0 16 0 9 0 140397692 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 13358 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=13742/tid=13748] ppid=13741 vsize=868544 CPUtime=0.3
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 13358 0 -1 64 1525 0 0 0 29 1 0 0 16 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.8
Current children cumulated vsize (KiB) 887500

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

[startup+230.303 s]
/proc/loadavg: 2.37 1.98 1.11 3/93 13750
/proc/meminfo: memFree=14936/2055920 swapFree=4179988/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=1.72
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 974 14439 0 1 4 0 160 8 16 0 1 0 140397512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 797 370 3 0 500 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 13358 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140397690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868544 CPUtime=222.82
/proc/13742/stat : 13742 (java) S 13741 13728 13358 0 -1 0 40516 0 1 0 21087 1195 0 0 18 0 9 0 140397690 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217136 26400 2565 9 0 211683 0
[pid=13742/tid=13743] ppid=13741 vsize=868544 CPUtime=215.97
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 13358 0 -1 64 11725 0 1 0 20471 1126 0 0 25 0 9 0 140397691 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868544 CPUtime=6.52
/proc/13742/task/13744/stat : 13744 (java) S 13741 13728 13358 0 -1 64 26570 0 0 0 586 66 0 0 15 0 9 0 140397692 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 13358 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=868544 CPUtime=0.3
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 13358 0 -1 64 1525 0 0 0 29 1 0 0 16 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.54
Current children cumulated vsize (KiB) 887500

[startup+243.108 s]
/proc/loadavg: 2.51 2.03 1.14 3/93 13752
/proc/meminfo: memFree=14872/2055920 swapFree=4180048/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=1.72
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 974 14439 0 1 4 0 160 8 16 0 1 0 140397512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 797 370 3 0 500 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 13358 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140397690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868544 CPUtime=235.25
/proc/13742/stat : 13742 (java) S 13741 13728 13358 0 -1 0 41135 0 1 0 22214 1311 0 0 18 0 9 0 140397690 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217136 26400 2565 9 0 211683 0
[pid=13742/tid=13743] ppid=13741 vsize=868544 CPUtime=228.08
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 13358 0 -1 64 12344 0 1 0 21570 1238 0 0 25 0 9 0 140397691 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868544 CPUtime=6.84
/proc/13742/task/13744/stat : 13744 (java) S 13741 13728 13358 0 -1 64 26570 0 0 0 614 70 0 0 16 0 9 0 140397692 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 13358 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=868544 CPUtime=0.3
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 13358 0 -1 64 1525 0 0 0 29 1 0 0 16 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 236.97
Current children cumulated vsize (KiB) 887500

[startup+255.902 s]
/proc/loadavg: 2.58 2.06 1.16 3/93 13752
/proc/meminfo: memFree=16152/2055920 swapFree=4180048/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=1.72
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 974 14439 0 1 4 0 160 8 16 0 1 0 140397512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 797 370 3 0 500 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 13358 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140397690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868544 CPUtime=247.64
/proc/13742/stat : 13742 (java) S 13741 13728 13358 0 -1 0 41759 0 1 0 23344 1420 0 0 18 0 9 0 140397690 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217136 26400 2565 9 0 211683 0
[pid=13742/tid=13743] ppid=13741 vsize=868544 CPUtime=240.11
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 13358 0 -1 64 12968 0 1 0 22670 1341 0 0 25 0 9 0 140397691 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4126571992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868544 CPUtime=7.2
/proc/13742/task/13744/stat : 13744 (java) S 13741 13728 13358 0 -1 64 26570 0 0 0 644 76 0 0 16 0 9 0 140397692 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 13358 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=868544 CPUtime=0.3
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 13358 0 -1 64 1525 0 0 0 29 1 0 0 16 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 249.36
Current children cumulated vsize (KiB) 887500

[startup+262.302 s]
/proc/loadavg: 2.65 2.09 1.18 3/93 13752
/proc/meminfo: memFree=15000/2055920 swapFree=4180048/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=1.72
/proc/13728/stat : 13728 (sugar) S 13726 13728 13358 0 -1 4194304 974 14439 0 1 4 0 160 8 16 0 1 0 140397512 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13728/statm: 3400 797 370 3 0 500 0
[pid=13741] ppid=13728 vsize=5356 CPUtime=0
/proc/13741/stat : 13741 (sh) S 13728 13728 13358 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140397690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13741/statm: 1339 233 193 169 0 50 0
[pid=13742] ppid=13741 vsize=868544 CPUtime=253.83
/proc/13742/stat : 13742 (java) S 13741 13728 13358 0 -1 0 42073 0 1 0 23909 1474 0 0 18 0 9 0 140397690 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13742/statm: 217136 26400 2565 9 0 211683 0
[pid=13742/tid=13743] ppid=13741 vsize=868544 CPUtime=246.14
/proc/13742/task/13743/stat : 13743 (java) R 13741 13728 13358 0 -1 64 13282 0 1 0 23220 1394 0 0 25 0 9 0 140397691 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4126474871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13744] ppid=13741 vsize=868544 CPUtime=7.36
/proc/13742/task/13744/stat : 13744 (java) S 13741 13728 13358 0 -1 64 26570 0 0 0 659 77 0 0 16 0 9 0 140397692 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13745] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13745/stat : 13745 (java) S 13741 13728 13358 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13746] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13746/stat : 13746 (java) S 13741 13728 13358 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140397693 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13747] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13747/stat : 13747 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13748] ppid=13741 vsize=868544 CPUtime=0.3
/proc/13742/task/13748/stat : 13748 (java) S 13741 13728 13358 0 -1 64 1525 0 0 0 29 1 0 0 16 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13749] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13749/stat : 13749 (java) S 13741 13728 13358 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13742/tid=13750] ppid=13741 vsize=868544 CPUtime=0
/proc/13742/task/13750/stat : 13750 (java) S 13741 13728 13358 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140397695 889389056 26400 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.55
Current children cumulated vsize (KiB) 887500

[startup+265.502 s]
/proc/loadavg: 2.65 2.09 1.18 3/83 13752
/proc/meminfo: memFree=1442664/2055920 swapFree=4180048/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=258.21
/proc/13728/stat : 13728 (sugar) D 13726 13728 13358 0 -1 4194304 998 56906 0 2 4 74 24242 1501 15 0 1 0 140397512 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13728/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 258.21
Current children cumulated vsize (KiB) 13600

[startup+267.101 s]
/proc/loadavg: 2.65 2.09 1.18 2/83 13752
/proc/meminfo: memFree=1704808/2055920 swapFree=4180048/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=258.24
/proc/13728/stat : 13728 (sugar) D 13726 13728 13358 0 -1 4194304 998 56906 0 2 4 77 24242 1501 15 0 1 0 140397512 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13728/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 258.24
Current children cumulated vsize (KiB) 13600

[startup+267.901 s]
/proc/loadavg: 2.68 2.11 1.19 2/83 13752
/proc/meminfo: memFree=1731304/2055920 swapFree=4180048/4192956
[pid=13728] ppid=13726 vsize=13600 CPUtime=258.39
/proc/13728/stat : 13728 (sugar) D 13726 13728 13358 0 -1 4194304 998 56906 0 2 4 92 24242 1501 15 0 1 0 140397512 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13728/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 258.39
Current children cumulated vsize (KiB) 13600

[startup+268.103 s]
/proc/loadavg: 2.68 2.11 1.19 2/83 13752
/proc/meminfo: memFree=1731304/2055920 swapFree=4180048/4192956
[pid=13728] ppid=13726 vsize=0 CPUtime=258.4
/proc/13728/stat : 13728 (sugar) Z 13726 13728 13358 0 -1 4194316 1028 56906 0 2 4 93 24242 1501 15 0 1 0 140397512 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 0 0 0
/proc/13728/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 268.103
CPU time (s): 258.421
CPU user time (s): 242.472
CPU system time (s): 15.9486
CPU usage (%): 96.3885
Max. virtual memory (cumulated for all children) (KiB): 897636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.472
system time used= 15.9486
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57934
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= 76972
involuntary context switches= 77018

runsolver used 0.404938 second user time and 0.906862 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-08-07 20:23:24
IDJOB=1112454
IDBENCH=61420
IDSOLVER=368
FILE ID=node68/1112454-1218133403
PBS_JOBID= 8000838
Free space on /tmp= 65416 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-29.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-1112454-1218133403/watcher-1112454-1218133403 -o /tmp/evaluation-result-1112454-1218133403/solver-1112454-1218133403 -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-1112454-1218133403.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 094c252b9befceb10e49353ca5017fcb
RANDOM SEED=528770423

node68.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1252624 kB
Buffers:          3244 kB
Cached:         491048 kB
SwapCached:       5100 kB
Active:         443756 kB
Inactive:       280628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1252624 kB
SwapTotal:     4192956 kB
SwapFree:      4179988 kB
Dirty:            4424 kB
Writeback:           0 kB
Mapped:         248196 kB
Slab:            63460 kB
Committed_AS:   415036 kB
PageTables:       2448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65412 MiB
End job on node68 at 2008-08-07 20:27:52