Trace number 1113280

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? 196.206 203.934

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-2-20.xml
MD5SUM4a2ea02751f7df9d0bb61a77d9049c7d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables645
Number of constraints13979
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13979
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul 12 18:51:19 2008
0.00/0.15	c 0	PID 17833
0.00/0.15	c 0	HOST node11.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1113280-1215881479.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113280-1215881479.xml' 'HOME/temp.csp'
1.28/1.43	c 2	1 domains, 645 variables, 1 predicates, 0 relations, 13979 constraints
1.28/1.47	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.28/1.47	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.32/1.55	c 2	Parsing HOME/temp.csp
1.32/1.87	c 2	parsed 10000 expressions
1.32/1.95	c 2	parsed 14626 expressions
1.32/1.95	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.92/2.15	c 2	MAX CSP: 13979 constraints
1.92/2.15	c 2	Converting to clausal form CSP
2.22/2.41	c 3	converted 2861 (10%) expressions
2.22/2.48	c 3	converted 5722 (20%) expressions
2.32/2.55	c 3	converted 8583 (30%) expressions
2.42/2.61	c 3	converted 11444 (40%) expressions
2.52/2.76	c 3	converted 14304 (50%) expressions
2.62/2.82	c 3	converted 17165 (60%) expressions
2.62/2.88	c 3	converted 20026 (70%) expressions
2.71/2.95	c 3	converted 22887 (80%) expressions
2.81/3.01	c 3	converted 25748 (90%) expressions
4.29/4.56	c 5	converted 28608 (100%) expressions
4.29/4.57	c 5	CSP : 28603 integers, 0 booleans, 41936 clauses, largest domain size 20969
4.29/4.57	c 5	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.29/4.57	c 5	Propagation in CSP
4.88/5.14	c 5	13970 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.88/5.14	c 5	CSP : 28603 integers, 0 booleans, 41936 clauses, largest domain size 13980
4.88/5.14	c 5	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.16	c 5	Simplifing CSP by introducing new Boolean variables
5.08/5.32	c 6	CSP : 28603 integers, 27958 booleans, 69894 clauses, largest domain size 13980
5.08/5.32	c 6	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.28/5.57	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.37/5.63	c 6	2861 (10%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
5.37/5.64	c 6	5721 (20%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
5.37/5.64	c 6	8581 (30%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
5.37/5.64	c 6	11442 (40%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
5.37/5.65	c 6	14302 (50%) CSP integer variables are encoded (11610 clauses, 153172 bytes)
5.37/5.69	c 6	17162 (60%) CSP integer variables are encoded (48434 clauses, 705532 bytes)
5.47/5.74	c 6	20023 (70%) CSP integer variables are encoded (81424 clauses, 1202963 bytes)
5.47/5.79	c 6	22883 (80%) CSP integer variables are encoded (118430 clauses, 1832065 bytes)
5.57/5.84	c 6	25743 (90%) CSP integer variables are encoded (150568 clauses, 2378411 bytes)
5.86/6.11	c 6	28603 (100%) CSP integer variables are encoded (358690 clauses, 5916485 bytes)
6.06/6.38	c 7	6990 (10%) CSP clauses are encoded (454220 clauses, 7705911 bytes)
6.26/6.59	c 7	13979 (20%) CSP clauses are encoded (549749 clauses, 9582708 bytes)
6.55/6.80	c 7	20969 (30%) CSP clauses are encoded (645279 clauses, 11463490 bytes)
6.75/7.02	c 7	27958 (40%) CSP clauses are encoded (740789 clauses, 13347147 bytes)
6.95/7.23	c 7	34947 (50%) CSP clauses are encoded (836299 clauses, 15275966 bytes)
7.15/7.45	c 8	41937 (60%) CSP clauses are encoded (931829 clauses, 17262670 bytes)
29.34/30.27	c 31	48926 (70%) CSP clauses are encoded (13226040 clauses, 281050787 bytes)
99.42/102.48	c 103	55916 (80%) CSP clauses are encoded (49964278 clauses, 1142533967 bytes)
123.47/127.11	c 127	62905 (90%) CSP clauses are encoded (62258489 clauses, 1443106850 bytes)
195.13/201.81	c 202	ERROR Exception Too large HOME/temp.cnf
195.13/201.81	c 202	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
195.13/201.81	c 202	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
195.13/201.81	c 202	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
195.13/201.81	s UNKNOWN
195.13/201.86	c 202	CPU 179.49 (0.03 0.01 179.46 15.67)
195.13/201.86	c 202	END Sat Jul 12 18:54:41 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-1113280-1215881479/watcher-1113280-1215881479 -o /tmp/evaluation-result-1113280-1215881479/solver-1113280-1215881479 -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-1113280-1215881479.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 17833
/proc/meminfo: memFree=1871184/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=18572 CPUtime=0
/proc/17833/stat : 17833 (runsolver) D 17831 17833 16207 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44850718 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 262910045479 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17833/statm: 4643 292 257 25 0 2626 0

[startup+0.0577929 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 17833
/proc/meminfo: memFree=1871184/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=12268 CPUtime=0
/proc/17833/stat : 17833 (sugar) D 17831 17833 16207 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 44850718 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 262910212709 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17833/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101797 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 17833
/proc/meminfo: memFree=1871184/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=12272 CPUtime=0
/proc/17833/stat : 17833 (sugar) R 17831 17833 16207 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 44850718 12566528 377 996147200 4194304 4206940 548682068592 18446744073709551615 262918945790 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17833/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301823 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 17833
/proc/meminfo: memFree=1871184/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=0.04
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44850718 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.704882 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 17833
/proc/meminfo: memFree=1871184/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=0.04
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44850718 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50196 s]
/proc/loadavg: 2.00 2.00 1.91 4/92 17845
/proc/meminfo: memFree=1850040/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 957 10719 0 1 3 1 122 6 17 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 13600

[startup+3.10216 s]
/proc/loadavg: 2.00 2.00 1.91 4/92 17855
/proc/meminfo: memFree=1853368/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 15 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868432 CPUtime=1.58
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 11794 0 1 0 152 6 0 0 18 0 9 0 44850865 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17847/statm: 217108 10636 2540 9 0 211683 0
[pid=17847/tid=17848] ppid=17846 vsize=868432 CPUtime=0.94
/proc/17847/task/17848/stat : 17848 (java) R 17846 17833 16207 0 -1 64 2807 0 1 0 93 1 0 0 23 0 9 0 44850866 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4126619001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17849] ppid=17846 vsize=868432 CPUtime=0.41
/proc/17847/task/17849/stat : 17849 (java) S 17846 17833 16207 0 -1 64 6827 0 0 0 38 3 0 0 16 0 9 0 44850868 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17850] ppid=17846 vsize=868432 CPUtime=0
/proc/17847/task/17850/stat : 17850 (java) S 17846 17833 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44850868 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17851] ppid=17846 vsize=868432 CPUtime=0
/proc/17847/task/17851/stat : 17851 (java) S 17846 17833 16207 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44850868 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17852] ppid=17846 vsize=868432 CPUtime=0
/proc/17847/task/17852/stat : 17852 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44850870 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17853] ppid=17846 vsize=868432 CPUtime=0.2
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1464 0 0 0 20 0 0 0 16 0 9 0 44850870 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868432 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868432 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) R 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889274368 10636 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887388

[startup+6.30253 s]
/proc/loadavg: 2.00 2.00 1.91 4/92 17855
/proc/meminfo: memFree=1807160/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 15 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868544 CPUtime=4.74
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 19259 0 1 0 459 15 0 0 18 0 9 0 44850865 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17847/statm: 217136 17522 2565 9 0 211683 0
[pid=17847/tid=17848] ppid=17846 vsize=868544 CPUtime=3.07
/proc/17847/task/17848/stat : 17848 (java) R 17846 17833 16207 0 -1 64 3342 0 1 0 301 6 0 0 25 0 9 0 44850866 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4126572728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17849] ppid=17846 vsize=868544 CPUtime=1.34
/proc/17847/task/17849/stat : 17849 (java) S 17846 17833 16207 0 -1 64 13698 0 0 0 128 6 0 0 16 0 9 0 44850868 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17850] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17850/stat : 17850 (java) S 17846 17833 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17851] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17851/stat : 17851 (java) S 17846 17833 16207 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17852] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17852/stat : 17852 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44850870 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17853] ppid=17846 vsize=868544 CPUtime=0.29
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1523 0 0 0 29 0 0 0 16 0 9 0 44850870 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) S 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889389056 17522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887500

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 1.91 3/92 17855
/proc/meminfo: memFree=1735544/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 15 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868544 CPUtime=11
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 19719 0 1 0 1036 64 0 0 18 0 9 0 44850865 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17847/statm: 217136 17523 2565 9 0 211683 0
[pid=17847/tid=17848] ppid=17846 vsize=868544 CPUtime=9.11
/proc/17847/task/17848/stat : 17848 (java) R 17846 17833 16207 0 -1 64 3801 0 1 0 858 53 0 0 25 0 9 0 44850866 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4126930062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17849] ppid=17846 vsize=868544 CPUtime=1.56
/proc/17847/task/17849/stat : 17849 (java) S 17846 17833 16207 0 -1 64 13698 0 0 0 147 9 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17850] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17850/stat : 17850 (java) S 17846 17833 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17851] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17851/stat : 17851 (java) S 17846 17833 16207 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17852] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17852/stat : 17852 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17853] ppid=17846 vsize=868544 CPUtime=0.29
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1524 0 0 0 29 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) S 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 887500

[startup+25.5018 s]
/proc/loadavg: 2.22 2.05 1.93 3/92 17855
/proc/meminfo: memFree=1584312/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 15 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868544 CPUtime=23.44
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 20648 0 1 0 2183 161 0 0 18 0 9 0 44850865 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17847/statm: 217136 17523 2565 9 0 211683 0
[pid=17847/tid=17848] ppid=17846 vsize=868544 CPUtime=21.1
/proc/17847/task/17848/stat : 17848 (java) R 17846 17833 16207 0 -1 64 4730 0 1 0 1968 142 0 0 25 0 9 0 44850866 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4126564375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17849] ppid=17846 vsize=868544 CPUtime=2.01
/proc/17847/task/17849/stat : 17849 (java) S 17846 17833 16207 0 -1 64 13698 0 0 0 185 16 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17850] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17850/stat : 17850 (java) S 17846 17833 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17851] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17851/stat : 17851 (java) S 17846 17833 16207 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17852] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17852/stat : 17852 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17853] ppid=17846 vsize=868544 CPUtime=0.29
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1524 0 0 0 29 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) S 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 887500

[startup+51.1018 s]
/proc/loadavg: 2.56 2.14 1.96 3/92 17855
/proc/meminfo: memFree=1282488/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 16 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868544 CPUtime=48.37
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 22500 0 1 0 4474 363 0 0 18 0 9 0 44850865 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=17847/tid=17853] ppid=17846 vsize=868544 CPUtime=0.29
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1524 0 0 0 29 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) S 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.99
Current children cumulated vsize (KiB) 887500

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

[startup+179.202 s]
/proc/loadavg: 2.88 2.44 2.10 3/92 17855
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 16 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868544 CPUtime=171.96
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 31664 0 1 0 15822 1374 0 0 18 0 9 0 44850865 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17847/statm: 217136 17523 2565 9 0 211683 0
[pid=17847/tid=17848] ppid=17846 vsize=868544 CPUtime=164.57
/proc/17847/task/17848/stat : 17848 (java) R 17846 17833 16207 0 -1 64 15746 0 1 0 15177 1280 0 0 25 0 9 0 44850866 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4126564375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17849] ppid=17846 vsize=868544 CPUtime=7.07
/proc/17847/task/17849/stat : 17849 (java) S 17846 17833 16207 0 -1 64 13698 0 0 0 615 92 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17850] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17850/stat : 17850 (java) S 17846 17833 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17851] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17851/stat : 17851 (java) S 17846 17833 16207 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17852] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17852/stat : 17852 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17853] ppid=17846 vsize=868544 CPUtime=0.29
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1524 0 0 0 29 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) S 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.28
Current children cumulated vsize (KiB) 887500

[startup+192.002 s]
/proc/loadavg: 2.82 2.44 2.10 3/92 17855
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 16 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868544 CPUtime=184.35
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 32607 0 1 0 16959 1476 0 0 18 0 9 0 44850865 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17847/statm: 217136 17523 2565 9 0 211683 0
[pid=17847/tid=17848] ppid=17846 vsize=868544 CPUtime=176.44
/proc/17847/task/17848/stat : 17848 (java) R 17846 17833 16207 0 -1 64 16689 0 1 0 16270 1374 0 0 25 0 9 0 44850866 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4126476172 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17849] ppid=17846 vsize=868544 CPUtime=7.59
/proc/17847/task/17849/stat : 17849 (java) S 17846 17833 16207 0 -1 64 13698 0 0 0 659 100 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17850] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17850/stat : 17850 (java) S 17846 17833 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17851] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17851/stat : 17851 (java) S 17846 17833 16207 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17852] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17852/stat : 17852 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17853] ppid=17846 vsize=868544 CPUtime=0.29
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1524 0 0 0 29 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) S 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.67
Current children cumulated vsize (KiB) 887500

[startup+198.403 s]
/proc/loadavg: 2.77 2.45 2.10 3/92 17855
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 16 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868544 CPUtime=190.52
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 33076 0 1 0 17520 1532 0 0 18 0 9 0 44850865 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17847/statm: 217136 17523 2565 9 0 211683 0
[pid=17847/tid=17848] ppid=17846 vsize=868544 CPUtime=182.39
/proc/17847/task/17848/stat : 17848 (java) R 17846 17833 16207 0 -1 64 17158 0 1 0 16813 1426 0 0 25 0 9 0 44850866 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17849] ppid=17846 vsize=868544 CPUtime=7.8
/proc/17847/task/17849/stat : 17849 (java) S 17846 17833 16207 0 -1 64 13698 0 0 0 676 104 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17850] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17850/stat : 17850 (java) S 17846 17833 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17851] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17851/stat : 17851 (java) S 17846 17833 16207 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17852] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17852/stat : 17852 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17853] ppid=17846 vsize=868544 CPUtime=0.29
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1524 0 0 0 29 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) S 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 887500

[startup+201.602 s]
/proc/loadavg: 2.77 2.45 2.10 3/92 17855
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=1.32
/proc/17833/stat : 17833 (sugar) S 17831 17833 16207 0 -1 4194304 974 10719 0 1 3 1 122 6 16 0 1 0 44850718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17833/statm: 3400 797 370 3 0 500 0
[pid=17846] ppid=17833 vsize=5356 CPUtime=0
/proc/17846/stat : 17846 (sh) S 17833 17833 16207 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44850865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17846/statm: 1339 233 193 169 0 50 0
[pid=17847] ppid=17846 vsize=868544 CPUtime=193.62
/proc/17847/stat : 17847 (java) S 17846 17833 16207 0 -1 0 33312 0 1 0 17804 1558 0 0 18 0 9 0 44850865 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17847/statm: 217136 17523 2565 9 0 211683 0
[pid=17847/tid=17848] ppid=17846 vsize=868544 CPUtime=185.36
/proc/17847/task/17848/stat : 17848 (java) R 17846 17833 16207 0 -1 64 17394 0 1 0 17086 1450 0 0 25 0 9 0 44850866 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4127084823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17849] ppid=17846 vsize=868544 CPUtime=7.92
/proc/17847/task/17849/stat : 17849 (java) S 17846 17833 16207 0 -1 64 13698 0 0 0 687 105 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17850] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17850/stat : 17850 (java) S 17846 17833 16207 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17851] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17851/stat : 17851 (java) S 17846 17833 16207 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44850868 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17852] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17852/stat : 17852 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17853] ppid=17846 vsize=868544 CPUtime=0.29
/proc/17847/task/17853/stat : 17853 (java) S 17846 17833 16207 0 -1 64 1524 0 0 0 29 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17854] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17854/stat : 17854 (java) S 17846 17833 16207 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17847/tid=17855] ppid=17846 vsize=868544 CPUtime=0
/proc/17847/task/17855/stat : 17855 (java) S 17846 17833 16207 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44850870 889389056 17523 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.94
Current children cumulated vsize (KiB) 887500

[startup+203.205 s]
/proc/loadavg: 2.77 2.45 2.10 4/82 17855
/proc/meminfo: memFree=1192712/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=196.15
/proc/17833/stat : 17833 (sugar) D 17831 17833 16207 0 -1 4194304 998 44344 0 2 3 99 17946 1567 15 0 1 0 44850718 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17833/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.15
Current children cumulated vsize (KiB) 13600

[startup+203.608 s]
/proc/loadavg: 2.71 2.44 2.10 3/82 17855
/proc/meminfo: memFree=1886600/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=196.17
/proc/17833/stat : 17833 (sugar) R 17831 17833 16207 0 -1 4194304 998 44344 0 2 3 101 17946 1567 15 0 1 0 44850718 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 262910219305 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17833/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.17
Current children cumulated vsize (KiB) 13600

[startup+203.803 s]
/proc/loadavg: 2.71 2.44 2.10 3/82 17855
/proc/meminfo: memFree=1886600/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=196.17
/proc/17833/stat : 17833 (sugar) D 17831 17833 16207 0 -1 4194304 998 44344 0 2 3 101 17946 1567 15 0 1 0 44850718 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17833/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.17
Current children cumulated vsize (KiB) 13600

[startup+203.903 s]
/proc/loadavg: 2.71 2.44 2.10 3/82 17855
/proc/meminfo: memFree=1886600/2055920 swapFree=4192812/4192956
[pid=17833] ppid=17831 vsize=13600 CPUtime=196.18
/proc/17833/stat : 17833 (sugar) D 17831 17833 16207 0 -1 4194304 998 44344 0 2 3 102 17946 1567 15 0 1 0 44850718 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 262910219305 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17833/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.18
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 203.934
CPU time (s): 196.206
CPU user time (s): 179.503
CPU system time (s): 16.7035
CPU usage (%): 96.2106
Max. virtual memory (cumulated for all children) (KiB): 887892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.503
system time used= 16.7035
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45372
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= 105863
involuntary context switches= 110393

runsolver used 0.32295 second user time and 0.965853 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-12 18:51:19
IDJOB=1113280
IDBENCH=61556
IDSOLVER=368
FILE ID=node11/1113280-1215881479
PBS_JOBID= 7903536
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-2-20.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-1113280-1215881479/watcher-1113280-1215881479 -o /tmp/evaluation-result-1113280-1215881479/solver-1113280-1215881479 -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-1113280-1215881479.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4a2ea02751f7df9d0bb61a77d9049c7d
RANDOM SEED=1215797285

node11.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.218
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.218
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:       1871664 kB
Buffers:          7096 kB
Cached:          42680 kB
SwapCached:          0 kB
Active:         119724 kB
Inactive:        13752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:         103856 kB
Slab:            35732 kB
Committed_AS:   329180 kB
PageTables:       2080 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= 66552 MiB
End job on node11 at 2008-07-12 18:54:43