Trace number 1064567

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 180.267 188.657

General information on the benchmark

Namecsp/tdsp/
normalized-C7-3-240.xml
MD5SUMf9fb4b9e93d84a370d6e24bfb8078515
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Tue Jul  8 01:43:18 2008
0.00/0.04	c 0	PID 4860
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064567-1215474197.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-1064567-1215474197.xml' 'HOME/temp.csp'
1.54/1.63	c 1	5 domains, 590 variables, 2 predicates, 0 relations, 19502 constraints
1.54/1.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/1.67	c 1	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'
1.59/1.75	c 2	Parsing HOME/temp.csp
2.29/2.40	c 2	parsed 10000 expressions
2.68/2.82	c 3	parsed 20000 expressions
2.68/2.89	c 3	parsed 20099 expressions
2.68/2.90	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.68/2.90	c 3	Converting to clausal form CSP
3.08/3.24	c 3	converted 2010 (10%) expressions
3.17/3.39	c 3	converted 4020 (20%) expressions
3.37/3.55	c 3	converted 6030 (30%) expressions
3.66/3.83	c 4	converted 8040 (40%) expressions
3.76/3.99	c 4	converted 10050 (50%) expressions
3.97/4.14	c 4	converted 12060 (60%) expressions
4.16/4.31	c 4	converted 14070 (70%) expressions
4.26/4.46	c 4	converted 16080 (80%) expressions
4.45/4.61	c 4	converted 18090 (90%) expressions
4.74/4.94	c 5	converted 20099 (100%) expressions
4.74/4.94	c 5	CSP : 974 integers, 0 booleans, 20254 clauses, largest domain size 241
4.74/4.94	c 5	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.74/4.94	c 5	Propagation in CSP
4.95/5.14	c 5	2948 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.95/5.14	c 5	CSP : 974 integers, 0 booleans, 20254 clauses, largest domain size 240
4.95/5.14	c 5	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.95/5.16	c 5	Simplifing CSP by introducing new Boolean variables
5.65/5.82	c 6	CSP : 974 integers, 76440 booleans, 96694 clauses, largest domain size 240
5.65/5.82	c 6	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.94/6.10	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.94/6.15	c 6	98 (10%) CSP integer variables are encoded (12260 clauses, 161922 bytes)
5.94/6.16	c 6	195 (20%) CSP integer variables are encoded (24562 clauses, 346452 bytes)
5.94/6.18	c 6	293 (30%) CSP integer variables are encoded (36974 clauses, 532632 bytes)
5.94/6.19	c 6	390 (40%) CSP integer variables are encoded (49361 clauses, 718437 bytes)
6.04/6.21	c 6	487 (50%) CSP integer variables are encoded (61958 clauses, 907392 bytes)
6.04/6.23	c 6	585 (60%) CSP integer variables are encoded (74437 clauses, 1094577 bytes)
6.04/6.23	c 6	682 (70%) CSP integer variables are encoded (76333 clauses, 1123017 bytes)
6.04/6.23	c 6	780 (80%) CSP integer variables are encoded (77355 clauses, 1138347 bytes)
6.04/6.23	c 6	877 (90%) CSP integer variables are encoded (78756 clauses, 1159362 bytes)
6.04/6.23	c 6	974 (100%) CSP integer variables are encoded (79786 clauses, 1174812 bytes)
44.80/46.15	c 46	9670 (10%) CSP clauses are encoded (18764905 clauses, 490396316 bytes)
89.13/91.85	c 92	19339 (20%) CSP clauses are encoded (39448699 clauses, 1037439557 bytes)
124.40/128.28	c 128	29009 (30%) CSP clauses are encoded (55473547 clauses, 1473314972 bytes)
177.59/183.46	c 183	38678 (40%) CSP clauses are encoded (78401826 clauses, 2127888038 bytes)
179.15/185.09	c 185	ERROR Exception Too large HOME/temp.cnf
179.15/185.09	c 185	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
179.15/185.09	c 185	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
179.15/185.09	c 185	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
179.15/185.09	s UNKNOWN
179.23/185.17	c 185	CPU 165.83 (0.04 0 165.79 13.42)
179.23/185.17	c 185	END Tue Jul  8 01:46:23 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-1064567-1215474197/watcher-1064567-1215474197 -o /tmp/evaluation-result-1064567-1215474197/solver-1064567-1215474197 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1064567-1215474197.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 1.99 1.70 3/81 4860
/proc/meminfo: memFree=1865100/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=4708 CPUtime=0
/proc/4860/stat : 4860 (sugar) R 4858 4860 2686 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 4122277 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 272465197100 0 0 4096 0 0 0 0 17 1 0 0
/proc/4860/statm: 1177 40 31 3 0 8 0

[startup+0.0621271 s]
/proc/loadavg: 2.06 1.99 1.70 3/81 4860
/proc/meminfo: memFree=1865100/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=0.03
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 4122277 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104274 s]
/proc/loadavg: 2.06 1.99 1.70 3/81 4860
/proc/meminfo: memFree=1865100/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=0.03
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 4122277 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301501 s]
/proc/loadavg: 2.06 1.99 1.70 3/81 4860
/proc/meminfo: memFree=1865100/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=0.03
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 4122277 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701535 s]
/proc/loadavg: 2.06 1.99 1.70 3/81 4860
/proc/meminfo: memFree=1865100/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=0.03
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 4122277 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 2.06 1.99 1.70 4/92 4872
/proc/meminfo: memFree=1838004/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=0.03
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 4122277 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 796 370 3 0 500 0
[pid=4863] ppid=4860 vsize=5356 CPUtime=0
/proc/4863/stat : 4863 (sh) S 4860 4860 2686 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 4122282 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4863/statm: 1339 233 193 169 0 50 0
[pid=4864] ppid=4863 vsize=864692 CPUtime=1.41
/proc/4864/stat : 4864 (java) S 4863 4860 2686 0 -1 0 13088 0 1 0 133 8 0 0 18 0 9 0 4122282 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4864/statm: 216173 11125 2529 9 0 210755 0
[pid=4864/tid=4865] ppid=4863 vsize=864692 CPUtime=0.82
/proc/4864/task/4865/stat : 4865 (java) R 4863 4860 2686 0 -1 64 3017 0 1 0 79 3 0 0 24 0 9 0 4122283 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4866] ppid=4863 vsize=864692 CPUtime=0.43
/proc/4864/task/4866/stat : 4866 (java) S 4863 4860 2686 0 -1 64 8852 0 0 0 40 3 0 0 16 0 9 0 4122286 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4867] ppid=4863 vsize=864692 CPUtime=0
/proc/4864/task/4867/stat : 4867 (java) S 4863 4860 2686 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4122286 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4868] ppid=4863 vsize=864692 CPUtime=0
/proc/4864/task/4868/stat : 4868 (java) S 4863 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4122286 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4869] ppid=4863 vsize=864692 CPUtime=0
/proc/4864/task/4869/stat : 4869 (java) S 4863 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4122288 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4870] ppid=4863 vsize=864692 CPUtime=0.13
/proc/4864/task/4870/stat : 4870 (java) S 4863 4860 2686 0 -1 64 518 0 0 0 13 0 0 0 16 0 9 0 4122288 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4871] ppid=4863 vsize=864692 CPUtime=0
/proc/4864/task/4871/stat : 4871 (java) S 4863 4860 2686 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4122288 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4864/tid=4872] ppid=4863 vsize=864692 CPUtime=0
/proc/4864/task/4872/stat : 4872 (java) S 4863 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4122288 885444608 11125 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883648

[startup+3.10295 s]
/proc/loadavg: 2.06 1.99 1.70 4/92 4882
/proc/meminfo: memFree=1854836/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=1.59
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 974 13583 0 1 3 0 147 9 15 0 1 0 4122277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 797 370 3 0 500 0
[pid=4873] ppid=4860 vsize=5356 CPUtime=0
/proc/4873/stat : 4873 (sh) S 4860 4860 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4122444 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4873/statm: 1339 233 193 169 0 50 0
[pid=4874] ppid=4873 vsize=868292 CPUtime=1.39
/proc/4874/stat : 4874 (java) S 4873 4860 2686 0 -1 0 9473 0 1 0 133 6 0 0 18 0 9 0 4122445 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4874/statm: 217073 8446 2542 9 0 211648 0
[pid=4874/tid=4875] ppid=4873 vsize=868292 CPUtime=0.86
/proc/4874/task/4875/stat : 4875 (java) R 4873 4860 2686 0 -1 64 2809 0 1 0 84 2 0 0 25 0 9 0 4122446 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4876] ppid=4873 vsize=868292 CPUtime=0.34
/proc/4874/task/4876/stat : 4876 (java) S 4873 4860 2686 0 -1 64 4516 0 0 0 32 2 0 0 15 0 9 0 4122447 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4877] ppid=4873 vsize=868292 CPUtime=0
/proc/4874/task/4877/stat : 4877 (java) S 4873 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4122447 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4878] ppid=4873 vsize=868292 CPUtime=0
/proc/4874/task/4878/stat : 4878 (java) S 4873 4860 2686 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4122447 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4879] ppid=4873 vsize=868292 CPUtime=0
/proc/4874/task/4879/stat : 4879 (java) S 4873 4860 2686 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4122449 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4880] ppid=4873 vsize=868292 CPUtime=0.16
/proc/4874/task/4880/stat : 4880 (java) S 4873 4860 2686 0 -1 64 1451 0 0 0 16 0 0 0 16 0 9 0 4122449 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4881] ppid=4873 vsize=868292 CPUtime=0
/proc/4874/task/4881/stat : 4881 (java) S 4873 4860 2686 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4122449 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4882] ppid=4873 vsize=868292 CPUtime=0
/proc/4874/task/4882/stat : 4882 (java) S 4873 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4122449 889131008 8446 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887248

[startup+6.30191 s]
/proc/loadavg: 2.14 2.00 1.70 3/92 4882
/proc/meminfo: memFree=1798388/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=1.6
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 974 13583 0 1 4 0 147 9 15 0 1 0 4122277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 797 370 3 0 500 0
[pid=4873] ppid=4860 vsize=5356 CPUtime=0
/proc/4873/stat : 4873 (sh) S 4860 4860 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4122444 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4873/statm: 1339 233 193 169 0 50 0
[pid=4874] ppid=4873 vsize=868516 CPUtime=4.55
/proc/4874/stat : 4874 (java) S 4873 4860 2686 0 -1 0 22857 0 1 0 441 14 0 0 18 0 9 0 4122445 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4874/statm: 217129 20903 2565 9 0 211676 0
[pid=4874/tid=4875] ppid=4873 vsize=868516 CPUtime=2.43
/proc/4874/task/4875/stat : 4875 (java) R 4873 4860 2686 0 -1 64 3778 0 1 0 239 4 0 0 25 0 9 0 4122446 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4876] ppid=4873 vsize=868516 CPUtime=1.84
/proc/4874/task/4876/stat : 4876 (java) S 4873 4860 2686 0 -1 64 16879 0 0 0 176 8 0 0 16 0 9 0 4122447 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4877] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4877/stat : 4877 (java) S 4873 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4878] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4878/stat : 4878 (java) S 4873 4860 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4879] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4879/stat : 4879 (java) S 4873 4860 2686 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4122449 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4880] ppid=4873 vsize=868516 CPUtime=0.24
/proc/4874/task/4880/stat : 4880 (java) S 4873 4860 2686 0 -1 64 1503 0 0 0 24 0 0 0 15 0 9 0 4122449 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4881] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4881/stat : 4881 (java) S 4873 4860 2686 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4122449 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4882] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4882/stat : 4882 (java) S 4873 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4122449 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887472

[startup+12.7013 s]
/proc/loadavg: 2.20 2.02 1.71 3/92 4882
/proc/meminfo: memFree=1720756/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=1.6
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 974 13583 0 1 4 0 147 9 15 0 1 0 4122277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 797 370 3 0 500 0
[pid=4873] ppid=4860 vsize=5356 CPUtime=0
/proc/4873/stat : 4873 (sh) S 4860 4860 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4122444 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4873/statm: 1339 233 193 169 0 50 0
[pid=4874] ppid=4873 vsize=868516 CPUtime=10.85
/proc/4874/stat : 4874 (java) S 4873 4860 2686 0 -1 0 23171 0 1 0 1025 60 0 0 18 0 9 0 4122445 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4874/statm: 217129 20912 2565 9 0 211676 0
[pid=4874/tid=4875] ppid=4873 vsize=868516 CPUtime=8.56
/proc/4874/task/4875/stat : 4875 (java) R 4873 4860 2686 0 -1 64 4083 0 1 0 808 48 0 0 25 0 9 0 4122446 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4876] ppid=4873 vsize=868516 CPUtime=2
/proc/4874/task/4876/stat : 4876 (java) S 4873 4860 2686 0 -1 64 16879 0 0 0 189 11 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4877] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4877/stat : 4877 (java) S 4873 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4878] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4878/stat : 4878 (java) S 4873 4860 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4879] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4879/stat : 4879 (java) S 4873 4860 2686 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4880] ppid=4873 vsize=868516 CPUtime=0.26
/proc/4874/task/4880/stat : 4880 (java) S 4873 4860 2686 0 -1 64 1512 0 0 0 26 0 0 0 17 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4881] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4881/stat : 4881 (java) S 4873 4860 2686 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4882] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4882/stat : 4882 (java) S 4873 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887472

[startup+25.5022 s]
/proc/loadavg: 2.16 2.02 1.71 3/83 4911
/proc/meminfo: memFree=1621564/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=1.6
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 974 13583 0 1 4 0 147 9 15 0 1 0 4122277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 797 370 3 0 500 0
[pid=4873] ppid=4860 vsize=5356 CPUtime=0
/proc/4873/stat : 4873 (sh) S 4860 4860 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4122444 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4873/statm: 1339 233 193 169 0 50 0
[pid=4874] ppid=4873 vsize=868516 CPUtime=23.35
/proc/4874/stat : 4874 (java) S 4873 4860 2686 0 -1 0 23789 0 1 0 2186 149 0 0 18 0 9 0 4122445 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4874/statm: 217129 20912 2565 9 0 211676 0
[pid=4874/tid=4875] ppid=4873 vsize=868516 CPUtime=20.78
/proc/4874/task/4875/stat : 4875 (java) R 4873 4860 2686 0 -1 64 4701 0 1 0 1945 133 0 0 25 0 9 0 4122446 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4874/tid=4876] ppid=4873 vsize=868516 CPUtime=2.29
/proc/4874/task/4876/stat : 4876 (java) S 4873 4860 2686 0 -1 64 16879 0 0 0 214 15 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4874/tid=4877] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4877/stat : 4877 (java) S 4873 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4878] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4878/stat : 4878 (java) S 4873 4860 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4874] ppid=4873 vsize=868516 CPUtime=97.64
/proc/4874/stat : 4874 (java) S 4873 4860 2686 0 -1 0 27460 0 1 0 9036 728 0 0 18 0 9 0 4122445 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4874/statm: 217129 20912 2565 9 0 211676 0
[pid=4874/tid=4875] ppid=4873 vsize=868516 CPUtime=93.23
/proc/4874/task/4875/stat : 4875 (java) R 4873 4860 2686 0 -1 64 8372 0 1 0 8637 686 0 0 25 0 9 0 4122446 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4876] ppid=4873 vsize=868516 CPUtime=4.12
/proc/4874/task/4876/stat : 4876 (java) S 4873 4860 2686 0 -1 64 16879 0 0 0 372 40 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4877] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4877/stat : 4877 (java) S 4873 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4878] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4878/stat : 4878 (java) S 4873 4860 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4879] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4879/stat : 4879 (java) S 4873 4860 2686 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4880] ppid=4873 vsize=868516 CPUtime=0.26
/proc/4874/task/4880/stat : 4880 (java) S 4873 4860 2686 0 -1 64 1512 0 0 0 26 0 0 0 16 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4881] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4881/stat : 4881 (java) S 4873 4860 2686 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4882] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4882/stat : 4882 (java) S 4873 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.24
Current children cumulated vsize (KiB) 887472

[startup+162.303 s]
/proc/loadavg: 2.48 2.19 1.82 3/83 4911
/proc/meminfo: memFree=14972/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=1.6
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 974 13583 0 1 4 0 147 9 16 0 1 0 4122277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 797 370 3 0 500 0
[pid=4873] ppid=4860 vsize=5356 CPUtime=0
/proc/4873/stat : 4873 (sh) S 4860 4860 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4122444 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4873/statm: 1339 233 193 169 0 50 0
[pid=4874] ppid=4873 vsize=868516 CPUtime=155.55
/proc/4874/stat : 4874 (java) S 4873 4860 2686 0 -1 0 30165 0 1 0 14391 1164 0 0 18 0 9 0 4122445 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4874/statm: 217129 20912 2565 9 0 211676 0
[pid=4874/tid=4875] ppid=4873 vsize=868516 CPUtime=149.84
/proc/4874/task/4875/stat : 4875 (java) R 4873 4860 2686 0 -1 64 11077 0 1 0 13878 1106 0 0 25 0 9 0 4122446 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4126987612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4876] ppid=4873 vsize=868516 CPUtime=5.42
/proc/4874/task/4876/stat : 4876 (java) S 4873 4860 2686 0 -1 64 16879 0 0 0 486 56 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4877] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4877/stat : 4877 (java) S 4873 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4878] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4878/stat : 4878 (java) S 4873 4860 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4879] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4879/stat : 4879 (java) S 4873 4860 2686 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4880] ppid=4873 vsize=868516 CPUtime=0.26
/proc/4874/task/4880/stat : 4880 (java) S 4873 4860 2686 0 -1 64 1512 0 0 0 26 0 0 0 16 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4881] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4881/stat : 4881 (java) S 4873 4860 2686 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4882] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4882/stat : 4882 (java) S 4873 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.15
Current children cumulated vsize (KiB) 887472

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

[startup+166.303 s]
/proc/loadavg: 2.44 2.19 1.82 3/83 4911
/proc/meminfo: memFree=15612/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=1.6
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 974 13583 0 1 4 0 147 9 16 0 1 0 4122277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 797 370 3 0 500 0
[pid=4873] ppid=4860 vsize=5356 CPUtime=0
/proc/4873/stat : 4873 (sh) S 4860 4860 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4122444 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4873/statm: 1339 233 193 169 0 50 0
[pid=4874] ppid=4873 vsize=868516 CPUtime=159.4
/proc/4874/stat : 4874 (java) S 4873 4860 2686 0 -1 0 30344 0 1 0 14745 1195 0 0 18 0 9 0 4122445 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4874/statm: 217129 20912 2565 9 0 211676 0
[pid=4874/tid=4875] ppid=4873 vsize=868516 CPUtime=153.61
/proc/4874/task/4875/stat : 4875 (java) R 4873 4860 2686 0 -1 64 11256 0 1 0 14225 1136 0 0 25 0 9 0 4122446 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4126987559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4876] ppid=4873 vsize=868516 CPUtime=5.52
/proc/4874/task/4876/stat : 4876 (java) S 4873 4860 2686 0 -1 64 16879 0 0 0 494 58 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4877] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4877/stat : 4877 (java) S 4873 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4878] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4878/stat : 4878 (java) S 4873 4860 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4879] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4879/stat : 4879 (java) S 4873 4860 2686 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4880] ppid=4873 vsize=868516 CPUtime=0.26
/proc/4874/task/4880/stat : 4880 (java) S 4873 4860 2686 0 -1 64 1512 0 0 0 26 0 0 0 16 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4881] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4881/stat : 4881 (java) S 4873 4860 2686 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4882] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4882/stat : 4882 (java) S 4873 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161
Current children cumulated vsize (KiB) 887472

[startup+179.103 s]
/proc/loadavg: 2.45 2.20 1.82 3/83 4911
/proc/meminfo: memFree=15100/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=1.6
/proc/4860/stat : 4860 (sugar) S 4858 4860 2686 0 -1 4194304 974 13583 0 1 4 0 147 9 16 0 1 0 4122277 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4860/statm: 3400 797 370 3 0 500 0
[pid=4873] ppid=4860 vsize=5356 CPUtime=0
/proc/4873/stat : 4873 (sh) S 4860 4860 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4122444 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4873/statm: 1339 233 193 169 0 50 0
[pid=4874] ppid=4873 vsize=868516 CPUtime=171.82
/proc/4874/stat : 4874 (java) S 4873 4860 2686 0 -1 0 30920 0 1 0 15891 1291 0 0 18 0 9 0 4122445 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4874/statm: 217129 20912 2565 9 0 211676 0
[pid=4874/tid=4875] ppid=4873 vsize=868516 CPUtime=165.74
/proc/4874/task/4875/stat : 4875 (java) R 4873 4860 2686 0 -1 64 11832 0 1 0 15347 1227 0 0 25 0 9 0 4122446 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4126987552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4876] ppid=4873 vsize=868516 CPUtime=5.79
/proc/4874/task/4876/stat : 4876 (java) S 4873 4860 2686 0 -1 64 16879 0 0 0 517 62 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4877] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4877/stat : 4877 (java) S 4873 4860 2686 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4878] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4878/stat : 4878 (java) S 4873 4860 2686 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4122447 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4879] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4879/stat : 4879 (java) S 4873 4860 2686 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4880] ppid=4873 vsize=868516 CPUtime=0.26
/proc/4874/task/4880/stat : 4880 (java) S 4873 4860 2686 0 -1 64 1512 0 0 0 26 0 0 0 16 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4881] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4881/stat : 4881 (java) S 4873 4860 2686 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4874/tid=4882] ppid=4873 vsize=868516 CPUtime=0
/proc/4874/task/4882/stat : 4882 (java) S 4873 4860 2686 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4122449 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.42
Current children cumulated vsize (KiB) 887472

[startup+185.501 s]
/proc/loadavg: 2.49 2.21 1.83 3/83 4911
/proc/meminfo: memFree=15100/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=179.55
/proc/4860/stat : 4860 (sugar) R 4858 4860 2686 0 -1 4194304 996 45072 0 2 4 30 16579 1342 16 0 1 0 4122277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4860/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 179.55
Current children cumulated vsize (KiB) 13600

[startup+187.101 s]
/proc/loadavg: 2.45 2.21 1.83 2/73 4911
/proc/meminfo: memFree=1885388/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=180.08
/proc/4860/stat : 4860 (sugar) D 4858 4860 2686 0 -1 4194304 996 45072 0 2 4 83 16579 1342 15 0 1 0 4122277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/4860/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.08
Current children cumulated vsize (KiB) 13600

[startup+187.986 s]
/proc/loadavg: 2.45 2.21 1.83 2/73 4911
/proc/meminfo: memFree=1885388/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=180.21
/proc/4860/stat : 4860 (sugar) D 4858 4860 2686 0 -1 4194304 996 45072 0 2 4 96 16579 1342 15 0 1 0 4122277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4860/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.21
Current children cumulated vsize (KiB) 13600

[startup+188.301 s]
/proc/loadavg: 2.45 2.21 1.83 2/73 4911
/proc/meminfo: memFree=1912588/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=180.22
/proc/4860/stat : 4860 (sugar) D 4858 4860 2686 0 -1 4194304 996 45072 0 2 4 97 16579 1342 15 0 1 0 4122277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4860/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.22
Current children cumulated vsize (KiB) 13600

[startup+188.501 s]
/proc/loadavg: 2.45 2.21 1.83 2/73 4911
/proc/meminfo: memFree=1912588/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=180.23
/proc/4860/stat : 4860 (sugar) D 4858 4860 2686 0 -1 4194304 996 45072 0 2 4 98 16579 1342 15 0 1 0 4122277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4860/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.23
Current children cumulated vsize (KiB) 13600

[startup+188.601 s]
/proc/loadavg: 2.45 2.21 1.83 2/73 4911
/proc/meminfo: memFree=1912588/2055920 swapFree=4192812/4192956
[pid=4860] ppid=4858 vsize=13600 CPUtime=180.24
/proc/4860/stat : 4860 (sugar) D 4858 4860 2686 0 -1 4194304 996 45072 0 2 4 99 16579 1342 15 0 1 0 4122277 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4860/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.24
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 188.657
CPU time (s): 180.267
CPU user time (s): 165.843
CPU system time (s): 14.4238
CPU usage (%): 95.5526
Max. virtual memory (cumulated for all children) (KiB): 888364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.843
system time used= 14.4238
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46098
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= 65071
involuntary context switches= 68972

runsolver used 0.232964 second user time and 0.680896 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-08 01:43:18
IDJOB=1064567
IDBENCH=54965
IDSOLVER=345
FILE ID=node22/1064567-1215474197
PBS_JOBID= 7888601
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9fb4b9e93d84a370d6e24bfb8078515
RANDOM SEED=670254950

node22.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.253
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.253
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:       1865580 kB
Buffers:          4408 kB
Cached:          67396 kB
SwapCached:        140 kB
Active:         136192 kB
Inactive:        22252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865580 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4644 kB
Writeback:           0 kB
Mapped:         106968 kB
Slab:            17132 kB
Committed_AS:   846360 kB
PageTables:       1940 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= 66456 MiB
End job on node22 at 2008-07-08 01:46:26