Trace number 1113304

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? 203.605 217.788

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-2-15.xml
MD5SUM3755f2fe1d41cb4703210779758109d6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints44
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables451
Number of constraints8691
Maximum constraint arity2
Maximum domain size15
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 18:56:33 2008
0.00/0.05	c 0	PID 18413
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1113304-1215881793.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-1113304-1215881793.xml' 'HOME/temp.csp'
0.97/1.04	c 1	1 domains, 451 variables, 1 predicates, 0 relations, 8691 constraints
0.97/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.10	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.02/1.18	c 1	Parsing HOME/temp.csp
1.02/1.67	c 2	parsed 9144 expressions
1.02/1.68	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.78	c 2	MAX CSP: 8691 constraints
1.02/1.78	c 2	Converting to clausal form CSP
1.02/2.02	c 2	converted 1784 (10%) expressions
1.02/2.09	c 2	converted 3568 (20%) expressions
2.00/2.13	c 2	converted 5352 (30%) expressions
2.10/2.23	c 2	converted 7136 (40%) expressions
2.10/2.27	c 2	converted 8919 (50%) expressions
2.19/2.31	c 2	converted 10703 (60%) expressions
2.19/2.36	c 3	converted 12487 (70%) expressions
2.29/2.40	c 3	converted 14271 (80%) expressions
2.29/2.44	c 3	converted 16055 (90%) expressions
3.28/3.42	c 4	converted 17838 (100%) expressions
3.28/3.42	c 4	CSP : 17833 integers, 0 booleans, 26072 clauses, largest domain size 13037
3.28/3.42	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.42	c 4	Propagation in CSP
3.58/3.79	c 4	8683 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.68/3.80	c 4	CSP : 17833 integers, 0 booleans, 26072 clauses, largest domain size 8692
3.68/3.80	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.68/3.81	c 4	Simplifing CSP by introducing new Boolean variables
3.78/3.91	c 4	CSP : 17833 integers, 17382 booleans, 43454 clauses, largest domain size 8692
3.78/3.91	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.88/4.09	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.98/4.15	c 4	1784 (10%) CSP integer variables are encoded (5863 clauses, 74228 bytes)
3.98/4.15	c 4	3567 (20%) CSP integer variables are encoded (5863 clauses, 74228 bytes)
3.98/4.15	c 4	5350 (30%) CSP integer variables are encoded (5863 clauses, 74228 bytes)
3.98/4.15	c 4	7134 (40%) CSP integer variables are encoded (5863 clauses, 74228 bytes)
3.98/4.16	c 4	8917 (50%) CSP integer variables are encoded (5863 clauses, 74228 bytes)
3.98/4.19	c 4	10700 (60%) CSP integer variables are encoded (27482 clauses, 398513 bytes)
4.07/4.21	c 4	12484 (70%) CSP integer variables are encoded (46847 clauses, 688988 bytes)
4.07/4.24	c 4	14267 (80%) CSP integer variables are encoded (68601 clauses, 1015298 bytes)
4.07/4.27	c 4	16050 (90%) CSP integer variables are encoded (87326 clauses, 1302146 bytes)
4.27/4.45	c 5	17833 (100%) CSP integer variables are encoded (215454 clauses, 3480322 bytes)
4.46/4.61	c 5	4346 (10%) CSP clauses are encoded (260372 clauses, 4312960 bytes)
4.56/4.72	c 5	8691 (20%) CSP clauses are encoded (305261 clauses, 5179700 bytes)
4.67/4.83	c 5	13037 (30%) CSP clauses are encoded (350179 clauses, 6048386 bytes)
4.76/4.94	c 5	17382 (40%) CSP clauses are encoded (395068 clauses, 6918657 bytes)
4.87/5.05	c 5	21727 (50%) CSP clauses are encoded (439971 clauses, 7791077 bytes)
4.96/5.16	c 5	26073 (60%) CSP clauses are encoded (484875 clauses, 8705092 bytes)
13.82/14.16	c 14	30418 (70%) CSP clauses are encoded (5252940 clauses, 110900778 bytes)
40.68/42.18	c 42	34764 (80%) CSP clauses are encoded (19473552 clauses, 416269735 bytes)
49.67/51.69	c 52	39109 (90%) CSP clauses are encoded (24241617 clauses, 518718432 bytes)
202.63/211.74	c 212	ERROR Exception Too large HOME/temp.cnf
202.63/211.76	c 212	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
202.63/211.76	c 212	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
202.63/211.76	c 212	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
202.63/211.76	s UNKNOWN
202.69/211.94	c 212	CPU 186.63 (0.03 0.01 186.6 16.06)
202.69/211.94	c 212	END Sat Jul 12 19:00:05 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-1113304-1215881793/watcher-1113304-1215881793 -o /tmp/evaluation-result-1113304-1215881793/solver-1113304-1215881793 -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-1113304-1215881793.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: 1.92 1.98 1.99 4/73 18413
/proc/meminfo: memFree=1440664/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=12000 CPUtime=0
/proc/18413/stat : 18413 (sugar) R 18411 18413 17586 0 -1 4194304 204 0 0 0 0 0 0 0 22 0 1 0 44882618 12288000 172 996147200 4194304 4206940 548682068592 18446744073709551615 226913369179 0 0 4224 0 0 0 0 17 1 0 0
/proc/18413/statm: 3000 172 133 3 0 100 0

[startup+0.0798329 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18413
/proc/meminfo: memFree=1440664/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=0.04
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44882618 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101901 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18413
/proc/meminfo: memFree=1440664/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=0.04
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44882618 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301861 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18413
/proc/meminfo: memFree=1440664/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=0.04
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44882618 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701917 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 18413
/proc/meminfo: memFree=1440664/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=0.04
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 44882618 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.503 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 18425
/proc/meminfo: memFree=1419328/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 16 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13600

[startup+3.10118 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 18435
/proc/meminfo: memFree=1420288/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 15 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868416 CPUtime=1.97
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 11617 0 1 0 190 7 0 0 18 0 9 0 44882729 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 217104 10617 2540 9 0 211679 0
[pid=18427/tid=18428] ppid=18426 vsize=868416 CPUtime=1.28
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 17586 0 -1 64 2782 0 1 0 127 1 0 0 25 0 9 0 44882730 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4126600399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=868416 CPUtime=0.42
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 17586 0 -1 64 6659 0 0 0 40 2 0 0 16 0 9 0 44882731 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=868416 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44882731 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=868416 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 17586 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44882731 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=868416 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44882733 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=868416 CPUtime=0.23
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 17586 0 -1 64 1479 0 0 0 22 1 0 0 16 0 9 0 44882733 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=868416 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44882734 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=868416 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44882734 889257984 10617 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887372

[startup+6.30255 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 18435
/proc/meminfo: memFree=1386240/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 15 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868528 CPUtime=5.12
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 14049 0 1 0 488 24 0 0 18 0 9 0 44882729 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 217132 12482 2565 9 0 211679 0
[pid=18427/tid=18428] ppid=18426 vsize=868528 CPUtime=3.82
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 17586 0 -1 64 3204 0 1 0 366 16 0 0 25 0 9 0 44882730 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4126600337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=868528 CPUtime=0.95
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 17586 0 -1 64 8621 0 0 0 90 5 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=868528 CPUtime=0.31
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 17586 0 -1 64 1527 0 0 0 30 1 0 0 16 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887484

[startup+12.7013 s]
/proc/loadavg: 2.23 2.05 2.02 3/84 18435
/proc/meminfo: memFree=1307648/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 15 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868528 CPUtime=11.42
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 14812 0 1 0 1068 74 0 0 18 0 9 0 44882729 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 217132 12482 2565 9 0 211679 0
[pid=18427/tid=18428] ppid=18426 vsize=868528 CPUtime=9.78
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 17586 0 -1 64 3967 0 1 0 918 60 0 0 25 0 9 0 44882730 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4126478384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=868528 CPUtime=1.28
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 17586 0 -1 64 8621 0 0 0 118 10 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=868528 CPUtime=0.31
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 17586 0 -1 64 1527 0 0 0 30 1 0 0 16 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887484

[startup+25.5028 s]
/proc/loadavg: 2.35 2.08 2.03 3/84 18435
/proc/meminfo: memFree=1163840/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 16 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868528 CPUtime=23.73
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 16272 0 1 0 2200 173 0 0 18 0 9 0 44882729 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 217132 12482 2565 9 0 211679 0
[pid=18427/tid=18428] ppid=18426 vsize=868528 CPUtime=21.46
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 17586 0 -1 64 5427 0 1 0 1996 150 0 0 25 0 9 0 44882730 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=868528 CPUtime=1.91
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 17586 0 -1 64 8621 0 0 0 172 19 0 0 15 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=868528 CPUtime=0.31
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 17586 0 -1 64 1527 0 0 0 30 1 0 0 16 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 887484

[startup+51.1026 s]
/proc/loadavg: 2.63 2.17 2.06 3/84 18435
/proc/meminfo: memFree=886592/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 16 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868528 CPUtime=48.16
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 19177 0 1 0 4447 369 0 0 18 0 9 0 44882729 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+162.302 s]
/proc/loadavg: 3.01 2.50 2.19 3/84 18435
/proc/meminfo: memFree=15936/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 16 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868528 CPUtime=154.75
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 31085 0 1 0 14274 1201 0 0 18 0 9 0 44882729 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 217132 12482 2565 9 0 211679 0
[pid=18427/tid=18428] ppid=18426 vsize=868528 CPUtime=146.09
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 17586 0 -1 64 20240 0 1 0 13531 1078 0 0 25 0 9 0 44882730 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4126569879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=868528 CPUtime=8.32
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 17586 0 -1 64 8621 0 0 0 712 120 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=868528 CPUtime=0.31
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 17586 0 -1 64 1527 0 0 0 30 1 0 0 16 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.77
Current children cumulated vsize (KiB) 887484

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

[startup+179.103 s]
/proc/loadavg: 3.16 2.56 2.21 3/84 18435
/proc/meminfo: memFree=15808/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 16 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868528 CPUtime=170.69
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 32991 0 1 0 15731 1338 0 0 18 0 9 0 44882729 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 217132 12482 2565 9 0 211679 0
[pid=18427/tid=18428] ppid=18426 vsize=868528 CPUtime=161.18
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 17586 0 -1 64 22146 0 1 0 14916 1202 0 0 25 0 9 0 44882730 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 102064719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=868528 CPUtime=9.16
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 17586 0 -1 64 8621 0 0 0 783 133 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=868528 CPUtime=0.31
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 17586 0 -1 64 1527 0 0 0 30 1 0 0 16 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.71
Current children cumulated vsize (KiB) 887484

[startup+204.703 s]
/proc/loadavg: 3.14 2.61 2.24 2/84 18435
/proc/meminfo: memFree=15296/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 16 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868528 CPUtime=194.83
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 35863 0 1 0 17945 1538 0 0 18 0 9 0 44882729 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 217132 12482 2565 9 0 211679 0
[pid=18427/tid=18428] ppid=18426 vsize=868528 CPUtime=184.08
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 17586 0 -1 64 25018 0 1 0 17027 1381 0 0 25 0 9 0 44882730 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4126569879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=868528 CPUtime=10.39
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 17586 0 -1 64 8621 0 0 0 886 153 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=868528 CPUtime=0.31
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 17586 0 -1 64 1527 0 0 0 30 1 0 0 16 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 195.85
Current children cumulated vsize (KiB) 887484

[startup+211.103 s]
/proc/loadavg: 3.13 2.61 2.24 3/84 18435
/proc/meminfo: memFree=15168/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=1.02
/proc/18413/stat : 18413 (sugar) S 18411 18413 17586 0 -1 4194304 974 8675 0 1 3 1 92 6 16 0 1 0 44882618 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18413/statm: 3400 797 370 3 0 500 0
[pid=18426] ppid=18413 vsize=5356 CPUtime=0
/proc/18426/stat : 18426 (sh) S 18413 18413 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44882729 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18426/statm: 1339 233 193 169 0 50 0
[pid=18427] ppid=18426 vsize=868528 CPUtime=201.03
/proc/18427/stat : 18427 (java) S 18426 18413 17586 0 -1 0 36624 0 1 0 18510 1593 0 0 18 0 9 0 44882729 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18427/statm: 217132 12482 2565 9 0 211679 0
[pid=18427/tid=18428] ppid=18426 vsize=868528 CPUtime=189.91
/proc/18427/task/18428/stat : 18428 (java) R 18426 18413 17586 0 -1 64 25779 0 1 0 17561 1430 0 0 25 0 9 0 44882730 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4127066943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18429] ppid=18426 vsize=868528 CPUtime=10.77
/proc/18427/task/18429/stat : 18429 (java) S 18426 18413 17586 0 -1 64 8621 0 0 0 917 160 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18430] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18430/stat : 18430 (java) S 18426 18413 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18431] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18431/stat : 18431 (java) S 18426 18413 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44882731 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18432] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18432/stat : 18432 (java) S 18426 18413 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18433] ppid=18426 vsize=868528 CPUtime=0.31
/proc/18427/task/18433/stat : 18433 (java) S 18426 18413 17586 0 -1 64 1527 0 0 0 30 1 0 0 16 0 9 0 44882733 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18434] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18434/stat : 18434 (java) S 18426 18413 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18427/tid=18435] ppid=18426 vsize=868528 CPUtime=0
/proc/18427/task/18435/stat : 18435 (java) S 18426 18413 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44882734 889372672 12482 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.05
Current children cumulated vsize (KiB) 887484

[startup+214.302 s]
/proc/loadavg: 3.20 2.64 2.25 2/74 18435
/proc/meminfo: memFree=1565136/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=203.41
/proc/18413/stat : 18413 (sugar) D 18411 18413 17586 0 -1 4194304 997 45675 0 2 3 72 18660 1606 15 0 1 0 44882618 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/18413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 203.41
Current children cumulated vsize (KiB) 13600

[startup+215.901 s]
/proc/loadavg: 3.20 2.64 2.25 2/74 18435
/proc/meminfo: memFree=1594128/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=203.43
/proc/18413/stat : 18413 (sugar) D 18411 18413 17586 0 -1 4194304 997 45675 0 2 3 74 18660 1606 15 0 1 0 44882618 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/18413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 203.43
Current children cumulated vsize (KiB) 13600

[startup+216.706 s]
/proc/loadavg: 3.18 2.64 2.25 2/74 18435
/proc/meminfo: memFree=1610704/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=203.44
/proc/18413/stat : 18413 (sugar) D 18411 18413 17586 0 -1 4194304 997 45675 0 2 3 75 18660 1606 15 0 1 0 44882618 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 203.44
Current children cumulated vsize (KiB) 13600

[startup+217.501 s]
/proc/loadavg: 3.18 2.64 2.25 2/74 18435
/proc/meminfo: memFree=1610704/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=203.56
/proc/18413/stat : 18413 (sugar) D 18411 18413 17586 0 -1 4194304 997 45675 0 2 3 87 18660 1606 15 0 1 0 44882618 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 203.56
Current children cumulated vsize (KiB) 13600

[startup+217.701 s]
/proc/loadavg: 3.18 2.64 2.25 2/74 18435
/proc/meminfo: memFree=1612688/2055920 swapFree=4181156/4192956
[pid=18413] ppid=18411 vsize=13600 CPUtime=203.57
/proc/18413/stat : 18413 (sugar) D 18411 18413 17586 0 -1 4194304 997 45675 0 2 3 88 18660 1606 15 0 1 0 44882618 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18413/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 203.57
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 217.788
CPU time (s): 203.605
CPU user time (s): 186.644
CPU system time (s): 16.9614
CPU usage (%): 93.4876
Max. virtual memory (cumulated for all children) (KiB): 887876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.644
system time used= 16.9614
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46702
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= 167104
involuntary context switches= 171823

runsolver used 0.291955 second user time and 0.792879 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 18:56:33
IDJOB=1113304
IDBENCH=61560
IDSOLVER=368
FILE ID=node5/1113304-1215881793
PBS_JOBID= 7903577
Free space on /tmp= 66388 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3755f2fe1d41cb4703210779758109d6
RANDOM SEED=1900177977

node5.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.212
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.212
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:       1441208 kB
Buffers:         18156 kB
Cached:         196328 kB
SwapCached:       5904 kB
Active:         533124 kB
Inactive:        28272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441208 kB
SwapTotal:     4192956 kB
SwapFree:      4181156 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         353744 kB
Slab:            38024 kB
Committed_AS:   584652 kB
PageTables:       2544 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= 66388 MiB
End job on node5 at 2008-07-12 19:00:11