Trace number 1113298

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? 186.181 193.729

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-27.xml
MD5SUMbae4e74e8302566c5df94afffcbc4902
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints5
Best CPU time to get the best result obtained on this benchmark1674.19
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8691
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 18:55:33 2008
0.00/0.04	c 0	PID 16988
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113298-1215881733.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-1113298-1215881733.xml' 'HOME/temp.csp'
0.04/0.89	c 1	1 domains, 451 variables, 1 predicates, 0 relations, 8691 constraints
0.04/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.98	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'
0.76/1.08	c 1	Parsing HOME/temp.csp
1.05/1.38	c 2	parsed 9144 expressions
1.05/1.38	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.48	c 2	MAX CSP: 8691 constraints
1.14/1.48	c 2	Converting to clausal form CSP
1.44/1.71	c 2	converted 1784 (10%) expressions
1.44/1.77	c 2	converted 3568 (20%) expressions
1.53/1.82	c 2	converted 5352 (30%) expressions
1.64/1.91	c 2	converted 7136 (40%) expressions
1.64/1.95	c 2	converted 8919 (50%) expressions
1.64/1.99	c 2	converted 10703 (60%) expressions
1.74/2.03	c 2	converted 12487 (70%) expressions
1.74/2.08	c 2	converted 14271 (80%) expressions
1.83/2.12	c 2	converted 16055 (90%) expressions
2.73/3.05	c 3	converted 17838 (100%) expressions
2.73/3.05	c 3	CSP : 17833 integers, 0 booleans, 26072 clauses, largest domain size 13037
2.73/3.05	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.73/3.05	c 3	Propagation in CSP
3.11/3.41	c 4	8683 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.42	c 4	CSP : 17833 integers, 0 booleans, 26072 clauses, largest domain size 8692
3.11/3.42	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.43	c 4	Simplifing CSP by introducing new Boolean variables
3.22/3.52	c 4	CSP : 17833 integers, 17382 booleans, 43454 clauses, largest domain size 8692
3.22/3.52	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.32/3.68	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.41/3.74	c 4	1784 (10%) CSP integer variables are encoded (11275 clauses, 147831 bytes)
3.41/3.74	c 4	3567 (20%) CSP integer variables are encoded (11275 clauses, 147831 bytes)
3.41/3.74	c 4	5350 (30%) CSP integer variables are encoded (11275 clauses, 147831 bytes)
3.41/3.74	c 4	7134 (40%) CSP integer variables are encoded (11275 clauses, 147831 bytes)
3.41/3.75	c 4	8917 (50%) CSP integer variables are encoded (11275 clauses, 147831 bytes)
3.41/3.77	c 4	10700 (60%) CSP integer variables are encoded (32894 clauses, 472116 bytes)
3.52/3.80	c 4	12484 (70%) CSP integer variables are encoded (52259 clauses, 762591 bytes)
3.52/3.83	c 4	14267 (80%) CSP integer variables are encoded (74013 clauses, 1088901 bytes)
3.52/3.85	c 4	16050 (90%) CSP integer variables are encoded (92738 clauses, 1386072 bytes)
3.71/4.02	c 4	17833 (100%) CSP integer variables are encoded (220866 clauses, 3564248 bytes)
3.91/4.24	c 5	4346 (10%) CSP clauses are encoded (300560 clauses, 5088992 bytes)
4.11/4.42	c 5	8691 (20%) CSP clauses are encoded (380201 clauses, 6662867 bytes)
4.20/4.58	c 5	13037 (30%) CSP clauses are encoded (459895 clauses, 8240691 bytes)
4.40/4.74	c 5	17382 (40%) CSP clauses are encoded (539536 clauses, 9818518 bytes)
4.60/4.91	c 5	21727 (50%) CSP clauses are encoded (619203 clauses, 11427402 bytes)
4.70/5.07	c 5	26073 (60%) CSP clauses are encoded (698871 clauses, 13087529 bytes)
13.25/13.76	c 14	30418 (70%) CSP clauses are encoded (5466936 clauses, 115286925 bytes)
37.37/38.35	c 39	34764 (80%) CSP clauses are encoded (19687548 clauses, 420659596 bytes)
45.65/46.77	c 47	39109 (90%) CSP clauses are encoded (24455613 clauses, 529291951 bytes)
185.12/190.69	c 191	ERROR Exception Too large HOME/temp.cnf
185.12/190.69	c 191	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
185.12/190.69	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
185.12/190.69	c 191	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
185.12/190.69	s UNKNOWN
185.21/190.77	c 191	CPU 170.35 (0.03 0.01 170.32 14.86)
185.21/190.77	c 191	END Sat Jul 12 18:58:44 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-1113298-1215881733/watcher-1113298-1215881733 -o /tmp/evaluation-result-1113298-1215881733/solver-1113298-1215881733 -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-1113298-1215881733.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: 3.07 2.76 2.62 5/80 16988
/proc/meminfo: memFree=1826136/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=18572 CPUtime=0
/proc/16988/stat : 16988 (runsolver) R 16986 16988 16951 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44876817 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16988/statm: 4643 292 257 25 0 2626 0

[startup+0.0781109 s]
/proc/loadavg: 3.07 2.76 2.62 5/80 16988
/proc/meminfo: memFree=1826136/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.04
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44876817 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101114 s]
/proc/loadavg: 3.07 2.76 2.62 5/80 16988
/proc/meminfo: memFree=1826136/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.04
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44876817 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301146 s]
/proc/loadavg: 3.07 2.76 2.62 5/80 16988
/proc/meminfo: memFree=1826136/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.04
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44876817 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70122 s]
/proc/loadavg: 3.07 2.76 2.62 5/80 16988
/proc/meminfo: memFree=1826136/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.04
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44876817 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50137 s]
/proc/loadavg: 3.14 2.78 2.63 4/82 17001
/proc/meminfo: memFree=1823688/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 15 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=864132 CPUtime=0.48
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 6083 0 1 0 46 2 0 0 18 0 9 0 44876917 884871168 5326 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 216033 5326 2540 9 0 210608 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 883088

[startup+3.10267 s]
/proc/loadavg: 3.14 2.78 2.63 5/91 17010
/proc/meminfo: memFree=1800704/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 16 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=868376 CPUtime=2.06
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 12252 0 1 0 200 6 0 0 18 0 9 0 44876917 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 217094 11139 2540 9 0 211669 0
[pid=17002/tid=17003] ppid=17001 vsize=868376 CPUtime=1.23
/proc/17002/task/17003/stat : 17003 (java) R 17001 16988 16951 0 -1 64 2890 0 1 0 122 1 0 0 25 0 9 0 44876918 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4126604905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17004] ppid=17001 vsize=868376 CPUtime=0.57
/proc/17002/task/17004/stat : 17004 (java) S 17001 16988 16951 0 -1 64 7181 0 0 0 55 2 0 0 15 0 9 0 44876919 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17005] ppid=17001 vsize=868376 CPUtime=0
/proc/17002/task/17005/stat : 17005 (java) S 17001 16988 16951 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44876920 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17006] ppid=17001 vsize=868376 CPUtime=0
/proc/17002/task/17006/stat : 17006 (java) S 17001 16988 16951 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44876920 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17007] ppid=17001 vsize=868376 CPUtime=0
/proc/17002/task/17007/stat : 17007 (java) S 17001 16988 16951 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44876922 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17008] ppid=17001 vsize=868376 CPUtime=0.23
/proc/17002/task/17008/stat : 17008 (java) S 17001 16988 16951 0 -1 64 1484 0 0 0 22 1 0 0 16 0 9 0 44876922 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17009] ppid=17001 vsize=868376 CPUtime=0
/proc/17002/task/17009/stat : 17009 (java) S 17001 16988 16951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44876922 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17010] ppid=17001 vsize=868376 CPUtime=0
/proc/17002/task/17010/stat : 17010 (java) S 17001 16988 16951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44876922 889217024 11139 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 887332

[startup+6.30225 s]
/proc/loadavg: 3.14 2.78 2.63 3/91 17010
/proc/meminfo: memFree=1766528/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 15 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=868488 CPUtime=5.23
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 14116 0 1 0 497 26 0 0 18 0 9 0 44876917 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 217122 12453 2565 9 0 211669 0
[pid=17002/tid=17003] ppid=17001 vsize=868488 CPUtime=3.99
/proc/17002/task/17003/stat : 17003 (java) R 17001 16988 16951 0 -1 64 3274 0 1 0 381 18 0 0 25 0 9 0 44876918 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4127062832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17004] ppid=17001 vsize=868488 CPUtime=0.91
/proc/17002/task/17004/stat : 17004 (java) S 17001 16988 16951 0 -1 64 8623 0 0 0 86 5 0 0 16 0 9 0 44876919 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17005] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17005/stat : 17005 (java) S 17001 16988 16951 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17006] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17006/stat : 17006 (java) S 17001 16988 16951 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17007] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17007/stat : 17007 (java) S 17001 16988 16951 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17008] ppid=17001 vsize=868488 CPUtime=0.29
/proc/17002/task/17008/stat : 17008 (java) S 17001 16988 16951 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17009] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17009/stat : 17009 (java) S 17001 16988 16951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17010] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17010/stat : 17010 (java) S 17001 16988 16951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 887444

[startup+12.7024 s]
/proc/loadavg: 3.20 2.81 2.64 4/91 17010
/proc/meminfo: memFree=1690176/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 15 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=868488 CPUtime=11.51
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 14903 0 1 0 1071 80 0 0 18 0 9 0 44876917 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 217122 12453 2565 9 0 211669 0
[pid=17002/tid=17003] ppid=17001 vsize=868488 CPUtime=9.95
/proc/17002/task/17003/stat : 17003 (java) R 17001 16988 16951 0 -1 64 4061 0 1 0 929 66 0 0 25 0 9 0 44876918 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4126571383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17004] ppid=17001 vsize=868488 CPUtime=1.23
/proc/17002/task/17004/stat : 17004 (java) S 17001 16988 16951 0 -1 64 8623 0 0 0 112 11 0 0 16 0 9 0 44876919 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17005] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17005/stat : 17005 (java) S 17001 16988 16951 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17006] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17006/stat : 17006 (java) S 17001 16988 16951 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17007] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17007/stat : 17007 (java) S 17001 16988 16951 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17008] ppid=17001 vsize=868488 CPUtime=0.29
/proc/17002/task/17008/stat : 17008 (java) S 17001 16988 16951 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17009] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17009/stat : 17009 (java) S 17001 16988 16951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17010] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17010/stat : 17010 (java) S 17001 16988 16951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 887444

[startup+25.5018 s]
/proc/loadavg: 3.41 2.86 2.66 3/91 17010
/proc/meminfo: memFree=1528000/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 16 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=868488 CPUtime=24.05
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 16528 0 1 0 2222 183 0 0 18 0 9 0 44876917 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 217122 12453 2565 9 0 211669 0
[pid=17002/tid=17003] ppid=17001 vsize=868488 CPUtime=21.87
/proc/17002/task/17003/stat : 17003 (java) R 17001 16988 16951 0 -1 64 5686 0 1 0 2029 158 0 0 25 0 9 0 44876918 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17002/tid=17004] ppid=17001 vsize=868488 CPUtime=1.86
/proc/17002/task/17004/stat : 17004 (java) R 17001 16988 16951 0 -1 64 8623 0 0 0 163 23 0 0 15 0 9 0 44876919 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17002/tid=17005] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17005/stat : 17005 (java) S 17001 16988 16951 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17006] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17006/stat : 17006 (java) S 17001 16988 16951 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17007] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17007/stat : 17007 (java) S 17001 16988 16951 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17008] ppid=17001 vsize=868488 CPUtime=0.29
/proc/17002/task/17008/stat : 17008 (java) S 17001 16988 16951 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17009] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17009/stat : 17009 (java) S 17001 16988 16951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17010] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17010/stat : 17010 (java) S 17001 16988 16951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.81
Current children cumulated vsize (KiB) 887444

[startup+51.1015 s]
/proc/loadavg: 3.63 2.97 2.70 4/91 17010
/proc/meminfo: memFree=1251712/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 16 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[startup+162.303 s]
/proc/loadavg: 3.42 3.09 2.77 3/91 17010
/proc/meminfo: memFree=14912/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 16 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=868488 CPUtime=157.05
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 33160 0 1 0 14462 1243 0 0 18 0 9 0 44876917 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 217122 12453 2565 9 0 211669 0
[pid=17002/tid=17003] ppid=17001 vsize=868488 CPUtime=148.56
/proc/17002/task/17003/stat : 17003 (java) R 17001 16988 16951 0 -1 64 22318 0 1 0 13748 1108 0 0 25 0 9 0 44876918 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4127065372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17004] ppid=17001 vsize=868488 CPUtime=8.18
/proc/17002/task/17004/stat : 17004 (java) S 17001 16988 16951 0 -1 64 8623 0 0 0 685 133 0 0 16 0 9 0 44876919 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17005] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17005/stat : 17005 (java) S 17001 16988 16951 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17006] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17006/stat : 17006 (java) S 17001 16988 16951 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17007] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17007/stat : 17007 (java) S 17001 16988 16951 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17008] ppid=17001 vsize=868488 CPUtime=0.29
/proc/17002/task/17008/stat : 17008 (java) S 17001 16988 16951 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17009] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17009/stat : 17009 (java) S 17001 16988 16951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17010] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17010/stat : 17010 (java) S 17001 16988 16951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.81
Current children cumulated vsize (KiB) 887444

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

[startup+179.403 s]
/proc/loadavg: 3.31 3.08 2.77 3/91 17010
/proc/meminfo: memFree=16128/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 16 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=868488 CPUtime=173.5
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 35417 0 1 0 15962 1388 0 0 18 0 9 0 44876917 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 217122 12453 2565 9 0 211669 0
[pid=17002/tid=17003] ppid=17001 vsize=868488 CPUtime=164.16
/proc/17002/task/17003/stat : 17003 (java) R 17001 16988 16951 0 -1 64 24575 0 1 0 15180 1236 0 0 25 0 9 0 44876918 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17002/tid=17004] ppid=17001 vsize=868488 CPUtime=9.02
/proc/17002/task/17004/stat : 17004 (java) S 17001 16988 16951 0 -1 64 8623 0 0 0 753 149 0 0 16 0 9 0 44876919 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17002/tid=17005] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17005/stat : 17005 (java) S 17001 16988 16951 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17006] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17006/stat : 17006 (java) S 17001 16988 16951 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17007] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17007/stat : 17007 (java) S 17001 16988 16951 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17008] ppid=17001 vsize=868488 CPUtime=0.29
/proc/17002/task/17008/stat : 17008 (java) S 17001 16988 16951 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17009] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17009/stat : 17009 (java) S 17001 16988 16951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17010] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17010/stat : 17010 (java) S 17001 16988 16951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 174.26
Current children cumulated vsize (KiB) 887444

[startup+185.802 s]
/proc/loadavg: 3.21 3.06 2.76 5/91 17010
/proc/meminfo: memFree=15616/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 16 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=868488 CPUtime=179.63
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 36256 0 1 0 16524 1439 0 0 18 0 9 0 44876917 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 217122 12453 2565 9 0 211669 0
[pid=17002/tid=17003] ppid=17001 vsize=868488 CPUtime=169.98
/proc/17002/task/17003/stat : 17003 (java) R 17001 16988 16951 0 -1 64 25414 0 1 0 15715 1283 0 0 25 0 9 0 44876918 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4127067064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17002/tid=17004] ppid=17001 vsize=868488 CPUtime=9.33
/proc/17002/task/17004/stat : 17004 (java) S 17001 16988 16951 0 -1 64 8623 0 0 0 779 154 0 0 16 0 9 0 44876919 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17002/tid=17005] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17005/stat : 17005 (java) S 17001 16988 16951 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17006] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17006/stat : 17006 (java) S 17001 16988 16951 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17007] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17007/stat : 17007 (java) S 17001 16988 16951 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17008] ppid=17001 vsize=868488 CPUtime=0.29
/proc/17002/task/17008/stat : 17008 (java) S 17001 16988 16951 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17009] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17009/stat : 17009 (java) S 17001 16988 16951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17010] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17010/stat : 17010 (java) S 17001 16988 16951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.39
Current children cumulated vsize (KiB) 887444

[startup+189.003 s]
/proc/loadavg: 3.19 3.06 2.77 3/91 17010
/proc/meminfo: memFree=15808/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=0.76
/proc/16988/stat : 16988 (sugar) S 16986 16988 16951 0 -1 4194304 974 8674 0 1 3 1 68 4 16 0 1 0 44876817 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16988/statm: 3400 797 370 3 0 500 0
[pid=17001] ppid=16988 vsize=5356 CPUtime=0
/proc/17001/stat : 17001 (sh) S 16988 16988 16951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44876916 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17001/statm: 1339 233 193 169 0 50 0
[pid=17002] ppid=17001 vsize=868488 CPUtime=182.77
/proc/17002/stat : 17002 (java) S 17001 16988 16951 0 -1 0 36686 0 1 0 16810 1467 0 0 18 0 9 0 44876917 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17002/statm: 217122 12453 2565 9 0 211669 0
[pid=17002/tid=17003] ppid=17001 vsize=868488 CPUtime=172.96
/proc/17002/task/17003/stat : 17003 (java) R 17001 16988 16951 0 -1 64 25844 0 1 0 15988 1308 0 0 25 0 9 0 44876918 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17002/tid=17004] ppid=17001 vsize=868488 CPUtime=9.49
/proc/17002/task/17004/stat : 17004 (java) S 17001 16988 16951 0 -1 64 8623 0 0 0 792 157 0 0 16 0 9 0 44876919 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17002/tid=17005] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17005/stat : 17005 (java) S 17001 16988 16951 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17006] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17006/stat : 17006 (java) S 17001 16988 16951 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44876920 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17007] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17007/stat : 17007 (java) S 17001 16988 16951 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17008] ppid=17001 vsize=868488 CPUtime=0.29
/proc/17002/task/17008/stat : 17008 (java) S 17001 16988 16951 0 -1 64 1522 0 0 0 28 1 0 0 16 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17009] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17009/stat : 17009 (java) S 17001 16988 16951 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17002/tid=17010] ppid=17001 vsize=868488 CPUtime=0
/proc/17002/task/17010/stat : 17010 (java) S 17001 16988 16951 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44876922 889331712 12453 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 183.53
Current children cumulated vsize (KiB) 887444

[startup+192.201 s]
/proc/loadavg: 3.26 3.08 2.77 3/81 17010
/proc/meminfo: memFree=1815632/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=185.99
/proc/16988/stat : 16988 (sugar) D 16986 16988 16951 0 -1 4194304 997 45889 0 2 3 78 17032 1486 15 0 1 0 44876817 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/16988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 185.99
Current children cumulated vsize (KiB) 13600

[startup+193.001 s]
/proc/loadavg: 3.26 3.08 2.77 2/81 17010
/proc/meminfo: memFree=1857168/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=186.09
/proc/16988/stat : 16988 (sugar) D 16986 16988 16951 0 -1 4194304 997 45889 0 2 3 88 17032 1486 15 0 1 0 44876817 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 186.09
Current children cumulated vsize (KiB) 13600

[startup+193.402 s]
/proc/loadavg: 3.26 3.08 2.77 2/81 17010
/proc/meminfo: memFree=1857168/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=186.14
/proc/16988/stat : 16988 (sugar) D 16986 16988 16951 0 -1 4194304 997 45889 0 2 3 93 17032 1486 15 0 1 0 44876817 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 186.14
Current children cumulated vsize (KiB) 13600

[startup+193.602 s]
/proc/loadavg: 3.26 3.08 2.77 2/81 17010
/proc/meminfo: memFree=1857168/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=186.15
/proc/16988/stat : 16988 (sugar) D 16986 16988 16951 0 -1 4194304 997 45889 0 2 3 94 17032 1486 15 0 1 0 44876817 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 186.15
Current children cumulated vsize (KiB) 13600

[startup+193.702 s]
/proc/loadavg: 3.26 3.08 2.77 2/81 17010
/proc/meminfo: memFree=1857168/2055920 swapFree=4181172/4192956
[pid=16988] ppid=16986 vsize=13600 CPUtime=186.15
/proc/16988/stat : 16988 (sugar) D 16986 16988 16951 0 -1 4194304 997 45889 0 2 3 94 17032 1486 15 0 1 0 44876817 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16988/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 186.15
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 193.729
CPU time (s): 186.181
CPU user time (s): 170.361
CPU system time (s): 15.8196
CPU usage (%): 96.1038
Max. virtual memory (cumulated for all children) (KiB): 887836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.361
system time used= 15.8196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46916
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= 168614
involuntary context switches= 173105

runsolver used 0.289955 second user time and 0.619905 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-12 18:55:33
IDJOB=1113298
IDBENCH=61559
IDSOLVER=368
FILE ID=node2/1113298-1215881733
PBS_JOBID= 7903638
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-2-27.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-1113298-1215881733/watcher-1113298-1215881733 -o /tmp/evaluation-result-1113298-1215881733/solver-1113298-1215881733 -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-1113298-1215881733.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bae4e74e8302566c5df94afffcbc4902
RANDOM SEED=525234274

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1826680 kB
Buffers:         21632 kB
Cached:          46036 kB
SwapCached:       5568 kB
Active:         152776 kB
Inactive:        22800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826680 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:         124200 kB
Slab:            38756 kB
Committed_AS:  1033888 kB
PageTables:       2112 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= 66508 MiB
End job on node2 at 2008-07-12 18:58:47