Trace number 2085491

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 42.5915 43.1568

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-9.xml
MD5SUMa8b8f3df512533f785ada5db6742b7bf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.3998
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:59:04 2009
0.00/0.08	c 0	PID 28585
0.06/0.08	c 1	HOST node40.alineos.net
0.06/0.08	c 1	CONVERTING HOME/instance-2085491-1247381944.xml TO HOME/temp.csp
0.06/0.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2085491-1247381944.xml' 'HOME/temp.csp'
3.42/3.59	c 4	1 domains, 1557 variables, 1 predicates, 0 relations, 65390 constraints
3.51/3.65	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.51/3.65	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.54/3.73	c 4	Parsing HOME/temp.csp
3.54/4.01	c 4	parsed 10000 expressions
3.54/4.13	c 5	parsed 20000 expressions
3.54/4.26	c 5	parsed 30000 expressions
4.16/4.35	c 5	parsed 40000 expressions
4.36/4.50	c 5	parsed 50000 expressions
4.46/4.60	c 5	parsed 60000 expressions
4.46/4.66	c 5	parsed 66949 expressions
4.46/4.67	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.46/4.67	c 5	Converting to clausal form CSP
4.96/5.10	c 6	converted 6695 (10%) expressions
5.35/5.52	c 6	converted 13390 (20%) expressions
5.56/5.77	c 6	converted 20085 (30%) expressions
5.86/6.01	c 6	converted 26780 (40%) expressions
6.35/6.52	c 7	converted 33475 (50%) expressions
6.54/6.77	c 7	converted 40170 (60%) expressions
6.84/7.02	c 7	converted 46865 (70%) expressions
7.04/7.27	c 8	converted 53560 (80%) expressions
7.34/7.52	c 8	converted 60255 (90%) expressions
7.93/8.19	c 9	converted 66949 (100%) expressions
7.93/8.20	c 9	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 9
7.93/8.20	c 9	Heap : 63 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.93/8.20	c 9	Propagation in CSP
8.22/8.48	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.22/8.48	c 9	CSP : 1557 integers, 0 booleans, 65390 clauses, largest domain size 9
8.22/8.48	c 9	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.32/8.51	c 9	Simplifing CSP by introducing new Boolean variables
9.70/9.96	c 10	CSP : 1557 integers, 130780 booleans, 196170 clauses, largest domain size 9
9.70/9.96	c 10	Heap : 102 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.30/10.59	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.40/10.64	c 11	156 (10%) CSP integer variables are encoded (1092 clauses, 12323 bytes)
10.40/10.64	c 11	312 (20%) CSP integer variables are encoded (2184 clauses, 26519 bytes)
10.40/10.64	c 11	468 (30%) CSP integer variables are encoded (3276 clauses, 40715 bytes)
10.40/10.65	c 11	623 (40%) CSP integer variables are encoded (4361 clauses, 54820 bytes)
10.40/10.65	c 11	779 (50%) CSP integer variables are encoded (5453 clauses, 69016 bytes)
10.40/10.65	c 11	935 (60%) CSP integer variables are encoded (6545 clauses, 83212 bytes)
10.40/10.65	c 11	1090 (70%) CSP integer variables are encoded (7630 clauses, 97317 bytes)
10.40/10.65	c 11	1246 (80%) CSP integer variables are encoded (8722 clauses, 111513 bytes)
10.40/10.66	c 11	1402 (90%) CSP integer variables are encoded (9814 clauses, 127838 bytes)
10.40/10.66	c 11	1557 (100%) CSP integer variables are encoded (10899 clauses, 144113 bytes)
10.79/11.02	c 11	19617 (10%) CSP clauses are encoded (135140 clauses, 2324327 bytes)
11.09/11.32	c 12	39234 (20%) CSP clauses are encoded (259381 clauses, 4626055 bytes)
11.38/11.63	c 12	58851 (30%) CSP clauses are encoded (383622 clauses, 6927783 bytes)
11.69/11.92	c 12	78468 (40%) CSP clauses are encoded (507863 clauses, 9229511 bytes)
11.97/12.22	c 13	98085 (50%) CSP clauses are encoded (632104 clauses, 11531239 bytes)
12.27/12.52	c 13	117702 (60%) CSP clauses are encoded (756345 clauses, 13832967 bytes)
12.57/12.81	c 13	137319 (70%) CSP clauses are encoded (880586 clauses, 16174725 bytes)
12.88/13.12	c 14	156936 (80%) CSP clauses are encoded (1004827 clauses, 18610661 bytes)
13.16/13.44	c 14	176553 (90%) CSP clauses are encoded (1129068 clauses, 21185535 bytes)
13.46/13.75	c 14	196170 (100%) CSP clauses are encoded (1253309 clauses, 23827291 bytes)
13.46/13.75	c 14	196170 CSP clauses encoded
13.46/13.75	c 14	Writing map file : HOME/temp.map
13.46/13.78	c 14	Heap : 68 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.46/13.78	c 14	SAT : 143236 SAT variables, 1253309 SAT clauses, 23827291 bytes
13.46/13.78	c 14	Heap : 68 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.55/13.83	c 14	SOLVING HOME/temp.cnf
13.55/13.83	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
42.06/42.61	c 43	DECODING HOME/temp.out WITH HOME/temp.map
42.06/42.61	c 43	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
42.06/42.69	c 43	Decoding HOME/temp.out
42.44/43.01	s SATISFIABLE
42.44/43.08	v 7 7 7 0 2 7 1 0 6 7 7 0 2 7 1 0 6 0 2 5 0 2 5 8 6 1 7 5 0 6 3 4 5 0 2 3 4 5 1 0 5 1 7 5 8 6 1 7 5 1 0 3 4 5 1 0 3 4 5 0 6 3 4 5 1 0 3 4 5 8 2 6 7 5 3 4 0 7 5 3 4 1 0 5 0 2 3 4 5 1 2 3 4 5 8 2 6 7 5 3 4 0 2 5 3 4 1 0 5 3 4 0 7 5 3 4 0 2 5 6 7 1 8 5 0 2 4 3 8 5 0 2 3 8 5 3 4 1 0 5 3 4 1 0 5 6 7 1 8 5 1 0 4 3 7 5 1 0 3 7 5 0 2 4 3 8 5 1 0 4 3 7 5 4 8 5 4 3 8 1 2 5 6 3 8 2 0 5 0 2 3 8 5 1 2 3 7 5 8 6 3 8 1 2 5 3 8 2 0 6 4 3 8 1 2 5 3 8 1 2 5 1 6 4 0 5 7 6 8 3 0 5 7 6 3 0 5 7 2 4 8 5 6 3 8 2 0 5 3 8 2 0 5 1 6 4 0 5 4 7 8 3 1 5 4 7 3 1 5 2 7 1 6 5 7 6 8 3 0 5 4 7 8 3 1 5 2 3 0 4 6 5 8 3 5 8 3 1 4 7 5 7 6 3 0 5 4 7 3 1 5 8 3 5 3 0 4 6 5 3 1 4 7 5 7 2 4 8 5 2 7 1 6 5 2 3 0 4 6 5 3 0 4 6 5 1 6 0 7 5 4 6 0 7 5 4 8 0 3 5 8 3 1 4 7 6 3 1 4 7 6 1 8 0 7 5 4 2 1 3 6 4 7 1 3 5 4 6 0 7 5 4 2 1 3 5 8 7 6 2 5 0 3 4 2 5 1 7 6 4 5 4 8 0 3 5 4 7 1 3 5 8 7 6 2 5 0 3 4 7 5 1 3 8 4 5 0 3 4 2 5 0 3 4 7 5 1 2 6 0 5 4 2 3 0 8 1 7 3 6 5 1 3 6 4 5 1 3 8 4 5 1 2 6 0 5 6 4 3 7 5 8 0 3 2 5 4 2 3 0 5 6 4 3 7 5 1 7 4 6 5 3 0 4 2 8 5 3 7 2 8 5 1 7 3 6 5 8 0 3 2 5 1 7 4 2 5 3 6 7 1 8 5 3 6 1 8 5 3 0 4 2 8 5 3 6 7 1 8 5 7 8 5 4 1 8 0 3 5 7 2 8 6 3 5 3 7 2 8 5 3 6 1 8 5 8 4 1 8 0 3 5 2 8 6 3 5 4 1 8 0 3 5 1 8 0 3 5 0 2 6 4 5 0 3 8 4 5 0 2 7 1 5 7 2 8 6 3 5 2 8 6 3 5 0 2 6 4 5 6 3 8 7 5 6 4 7 8 5 6 4 2 0 5 1 3 0 2 5 6 3 2 7 8 5 0 3 8 4 5 6 3 8 7 5 2 4 3 1 5 0 2 7 1 5 6 4 7 8 5 2 4 3 1 5 7 8 2 0 5 7 1 4 2 5 6 4 2 0 5 7 8 2 0 5 3 1 4 6 5 3 0 4 7 8 5 1 3 0 2 5 7 1 4 2 5 3 1 4 6 5 0 6 1 7 8 5 0 2 7 8 5 4 6 3 1 5 6 3 2 7 8 5 3 0 4 7 8 5 0 6 1 7 8 5 4 7 8 5 4 7 8 3 0 5 4 2 7 8 1 2 7 8 5 7 8 3 0 5 7 8 4 2 5 7 8 6 5 4 6 3 1 5 4 7 8 3 0 5 7 8 3 1 5 3 1 4 6 5 7 8 3 2 6 5 7 8 4 2 5 3 1 4 6 5 7 8 4 2 1 5 0 2 3 1 5 4 6 3 1 5 0 6 7 8 5 7 8 1 5 7 8 3 2 6 5 7 8 4 2 1 5 7 8 0 3 4 5 7 8 6 3 2 5 0 2 3 1 5 7 8 0 3 4 5 6 4 0 2 5 3 1 7 2 5 3 1 2 0 5 6 4 0 2 5 4 6 3 1 5 7 8 6 3 2 5 6 4 0 2 5 0 1 7 8 5 0 6 7 8 3 6 1 7 2 5 0 1 7 8 5 7 8 6 0 5 4 8 0 1 5 7 2 6 1 3 4 2 1 6 5 3 1 2 0 5 7 8 6 0 5 6 4 7 1 5 6 4 0 2 5 4 8 0 1 5 6 4 7 1 3 7 2 6 4 3 0 2 8 6 3 7 2 5 1 3 7 2 5 4 3 5 4 8 7 3 0 1 8 2 3 0 4 7 2 3 4 2 1 6 3 0 2 8 6 3 5 4 8 7 3 1 7 4 2 3 8 6 5 2 3 0 1 8 2 3 1 7 4 2 5 4 6 7 1 3 8 2 1 0 5 4 2 0 1 5 6 4 7 2 3 8 6 5 2 0 4 6 5 1 3 7 2 4 6 3 5 2 8 6 0 8 2 1 0 5 7 2 4 0 3 4 0 8 7 3 1 6 7 8 5 1 6 7 8 2 5 4 2 1 7 3 5 2 8 6 3 4 0 8 7 3 1 6 4 0 3 1 6 4 0 2 3 8 7 4 0 3 1 6 7 8 3 1 6 4 0 3 2 3 7 8 6 5 3 1 6 7 8 2 3 1 6 4 0 2 3 2 3 7 8 2 6 5 3 4 0 2 6 5 3 4 8 2 6 1 3 8 7 4 0 3 7 8 6 5 3 7 8 2 6 5 3 4 0 8 7 3 4 5 7 1 3 4 0 2 6 5 3 4 0 8 7 3 8 5 0 1 3 6 5 0 2 3 8 7 4 0 3 4 8 2 6 1 3 4 5 7 1 3 8 5 0 1 3 6 1 4 2 3 7 1 2 5 3 7 1 4 5 3 6 5 4 2 3 6 1 4 2 3 4 7 6 5 3 8 7 6 5 3 0 1 2 5 3 4 7 6 5 3 2 8 4 0 3 2 8 7 1 3 6 5 1 7 3 8 7 4 0 3 7 1 4 5 3 8 7 6 5 3 2 8 4 0 3 6 0 7 1 3 6 0 8 7 3 2 8 7 1 3 6 0 7 1 3 5 4 8 2 3 5 1 0 6 3 7 1 6 2 3 6 5 1 7 0 6 5 8 7 3 5 4 8 2 0 1 2 4 6 3 8 7 6 4 3 5 1 0 6 3 1 2 4 6 3 0 7 5 2 3 0 7 8 1 3 4 6 5 1 3 7 1 6 2 3 8 7 6 4 3 0 7 5 2 3 5 2 8 1 3 6 2 0 1 3 0 7 8 1 3 5 2 8 1 3 4 6 5 7 3 4 6 5 7 2 3 4 1 5 7 3 4 6 5 1 3 6 2 0 1 3 4 6 5 7 3 5 1 2 3 0 1 8 6 3 4 6 0 7 2 3 5 1 2 3 0 1 2 8 6 3 4 1 5 7 3 0 1 8 6 3 0 1 2 8 6 3
42.44/43.09	c 44	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
42.54/43.14	c 44	CPU 42.55 (0.07 0.03 35.97 6.48)
42.54/43.14	c 44	END Sun Jul 12 08:59:48 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085491-1247381944/watcher-2085491-1247381944 -o /tmp/evaluation-result-2085491-1247381944/solver-2085491-1247381944 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2085491-1247381944.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.08 2.02 4/76 28585
/proc/meminfo: memFree=1047512/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=18576 CPUtime=0
/proc/28585/stat : 28585 (runsolver) R 28583 28585 27770 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24885723 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28585/statm: 4644 284 249 26 0 2626 0

[startup+0.0844711 s]
/proc/loadavg: 2.20 2.08 2.02 4/76 28585
/proc/meminfo: memFree=1047512/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16740 CPUtime=0.06
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24885723 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102044 s]
/proc/loadavg: 2.20 2.08 2.02 4/76 28585
/proc/meminfo: memFree=1047512/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=0.06
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24885723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301068 s]
/proc/loadavg: 2.20 2.08 2.02 4/76 28585
/proc/meminfo: memFree=1047512/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=0.06
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24885723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701118 s]
/proc/loadavg: 2.20 2.08 2.02 4/76 28585
/proc/meminfo: memFree=1047512/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=0.06
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24885723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50223 s]
/proc/loadavg: 2.26 2.09 2.03 4/87 28597
/proc/meminfo: memFree=1011456/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=0.06
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24885723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1111 409 3 0 796 0
[pid=28588] ppid=28585 vsize=5356 CPUtime=0
/proc/28588/stat : 28588 (sh) S 28585 28585 27770 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24885732 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28588/statm: 1339 233 193 169 0 50 0
[pid=28589] ppid=28588 vsize=865008 CPUtime=1.39
/proc/28589/stat : 28589 (java) S 28588 28585 27770 0 -1 0 17679 0 1 0 130 9 0 0 18 0 9 0 24885732 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28589/statm: 216252 15187 2557 9 0 210764 0
[pid=28589/tid=28590] ppid=28588 vsize=865008 CPUtime=0.72
/proc/28589/task/28590/stat : 28590 (java) R 28588 28585 27770 0 -1 64 3074 0 1 0 71 1 0 0 25 0 9 0 24885733 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28591] ppid=28588 vsize=865008 CPUtime=0.54
/proc/28589/task/28591/stat : 28591 (java) R 28588 28585 27770 0 -1 64 13406 0 0 0 48 6 0 0 16 0 9 0 24885734 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 103825734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28592] ppid=28588 vsize=865008 CPUtime=0
/proc/28589/task/28592/stat : 28592 (java) S 28588 28585 27770 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24885734 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28593] ppid=28588 vsize=865008 CPUtime=0
/proc/28589/task/28593/stat : 28593 (java) S 28588 28585 27770 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24885734 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28594] ppid=28588 vsize=865008 CPUtime=0
/proc/28589/task/28594/stat : 28594 (java) S 28588 28585 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24885736 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28595] ppid=28588 vsize=865008 CPUtime=0.09
/proc/28589/task/28595/stat : 28595 (java) S 28588 28585 27770 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 24885736 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28596] ppid=28588 vsize=865008 CPUtime=0
/proc/28589/task/28596/stat : 28596 (java) S 28588 28585 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24885737 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28597] ppid=28588 vsize=865008 CPUtime=0
/proc/28589/task/28597/stat : 28597 (java) S 28588 28585 27770 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24885737 885768192 15187 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887232

[startup+3.10244 s]
/proc/loadavg: 2.26 2.09 2.03 4/87 28597
/proc/meminfo: memFree=970752/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=0.06
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24885723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1111 409 3 0 796 0
[pid=28588] ppid=28585 vsize=5356 CPUtime=0
/proc/28588/stat : 28588 (sh) S 28585 28585 27770 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24885732 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28588/statm: 1339 233 193 169 0 50 0
[pid=28589] ppid=28588 vsize=864772 CPUtime=2.97
/proc/28589/stat : 28589 (java) S 28588 28585 27770 0 -1 0 30789 0 1 0 282 15 0 0 18 0 9 0 24885732 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28589/statm: 216193 25371 2557 9 0 210705 0
[pid=28589/tid=28590] ppid=28588 vsize=864772 CPUtime=1.46
/proc/28589/task/28590/stat : 28590 (java) R 28588 28585 27770 0 -1 64 3927 0 1 0 144 2 0 0 25 0 9 0 24885733 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28591] ppid=28588 vsize=864772 CPUtime=1.35
/proc/28589/task/28591/stat : 28591 (java) R 28588 28585 27770 0 -1 64 25632 0 0 0 123 12 0 0 16 0 9 0 24885734 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 102759309 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28592] ppid=28588 vsize=864772 CPUtime=0
/proc/28589/task/28592/stat : 28592 (java) S 28588 28585 27770 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24885734 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28593] ppid=28588 vsize=864772 CPUtime=0
/proc/28589/task/28593/stat : 28593 (java) S 28588 28585 27770 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24885734 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28594] ppid=28588 vsize=864772 CPUtime=0
/proc/28589/task/28594/stat : 28594 (java) S 28588 28585 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24885736 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28595] ppid=28588 vsize=864772 CPUtime=0.14
/proc/28589/task/28595/stat : 28595 (java) S 28588 28585 27770 0 -1 64 525 0 0 0 14 0 0 0 16 0 9 0 24885736 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28596] ppid=28588 vsize=864772 CPUtime=0
/proc/28589/task/28596/stat : 28596 (java) S 28588 28585 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24885737 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28589/tid=28597] ppid=28588 vsize=864772 CPUtime=0
/proc/28589/task/28597/stat : 28597 (java) S 28588 28585 27770 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24885737 885526528 25371 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886996

[startup+6.30584 s]
/proc/loadavg: 2.26 2.09 2.03 3/87 28607
/proc/meminfo: memFree=1006016/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=3.55
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1309 32444 0 1 6 1 329 19 16 0 1 0 24885723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1111 409 3 0 796 0
[pid=28598] ppid=28585 vsize=5356 CPUtime=0
/proc/28598/stat : 28598 (sh) S 28585 28585 27770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24886089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28598/statm: 1339 233 193 169 0 50 0
[pid=28599] ppid=28598 vsize=868644 CPUtime=2.6
/proc/28599/stat : 28599 (java) S 28598 28585 27770 0 -1 0 16897 0 1 0 250 10 0 0 18 0 9 0 24886089 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28599/statm: 217161 14864 2566 9 0 211666 0
[pid=28599/tid=28600] ppid=28598 vsize=868644 CPUtime=1.47
/proc/28599/task/28600/stat : 28600 (java) R 28598 28585 27770 0 -1 64 3172 0 1 0 144 3 0 0 25 0 9 0 24886090 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28601] ppid=28598 vsize=868644 CPUtime=0.94
/proc/28599/task/28601/stat : 28601 (java) R 28598 28585 27770 0 -1 64 11550 0 0 0 88 6 0 0 16 0 9 0 24886091 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 104187624 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28602] ppid=28598 vsize=868644 CPUtime=0
/proc/28599/task/28602/stat : 28602 (java) S 28598 28585 27770 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24886091 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28603] ppid=28598 vsize=868644 CPUtime=0
/proc/28599/task/28603/stat : 28603 (java) S 28598 28585 27770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24886091 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28604] ppid=28598 vsize=868644 CPUtime=0
/proc/28599/task/28604/stat : 28604 (java) S 28598 28585 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24886094 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28605] ppid=28598 vsize=868644 CPUtime=0.17
/proc/28599/task/28605/stat : 28605 (java) S 28598 28585 27770 0 -1 64 1473 0 0 0 17 0 0 0 16 0 9 0 24886094 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28606] ppid=28598 vsize=868644 CPUtime=0
/proc/28599/task/28606/stat : 28606 (java) S 28598 28585 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24886094 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28607] ppid=28598 vsize=868644 CPUtime=0
/proc/28599/task/28607/stat : 28607 (java) S 28598 28585 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24886094 889491456 14864 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890868

[startup+12.7017 s]
/proc/loadavg: 2.30 2.11 2.03 3/87 28607
/proc/meminfo: memFree=907072/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=3.55
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1310 32444 0 1 6 1 329 19 15 0 1 0 24885723 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1111 409 3 0 796 0
[pid=28598] ppid=28585 vsize=5356 CPUtime=0
/proc/28598/stat : 28598 (sh) S 28585 28585 27770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24886089 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28598/statm: 1339 233 193 169 0 50 0
[pid=28599] ppid=28598 vsize=868756 CPUtime=8.92
/proc/28599/stat : 28599 (java) S 28598 28585 27770 0 -1 0 49749 0 1 0 852 40 0 0 18 0 9 0 24886089 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28599/statm: 217189 33714 2591 9 0 211666 0
[pid=28599/tid=28600] ppid=28598 vsize=868756 CPUtime=5.03
/proc/28599/task/28600/stat : 28600 (java) R 28598 28585 27770 0 -1 64 4557 0 1 0 487 16 0 0 25 0 9 0 24886090 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 102094105 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28601] ppid=28598 vsize=868756 CPUtime=3.62
/proc/28599/task/28601/stat : 28601 (java) S 28598 28585 27770 0 -1 64 42970 0 0 0 340 22 0 0 16 0 9 0 24886091 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28602] ppid=28598 vsize=868756 CPUtime=0
/proc/28599/task/28602/stat : 28602 (java) S 28598 28585 27770 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24886091 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28603] ppid=28598 vsize=868756 CPUtime=0
/proc/28599/task/28603/stat : 28603 (java) S 28598 28585 27770 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24886091 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28604] ppid=28598 vsize=868756 CPUtime=0
/proc/28599/task/28604/stat : 28604 (java) S 28598 28585 27770 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24886094 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28605] ppid=28598 vsize=868756 CPUtime=0.24
/proc/28599/task/28605/stat : 28605 (java) S 28598 28585 27770 0 -1 64 1520 0 0 0 24 0 0 0 16 0 9 0 24886094 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28606] ppid=28598 vsize=868756 CPUtime=0
/proc/28599/task/28606/stat : 28606 (java) S 28598 28585 27770 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24886094 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28599/tid=28607] ppid=28598 vsize=868756 CPUtime=0
/proc/28599/task/28607/stat : 28607 (java) S 28598 28585 27770 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24886094 889606144 33714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890980

[startup+25.5013 s]
/proc/loadavg: 2.25 2.10 2.03 3/79 28609
/proc/meminfo: memFree=970496/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=13.58
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1365 82526 0 2 6 1 1284 67 16 0 1 0 24885723 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1113 409 3 0 796 0
[pid=28608] ppid=28585 vsize=5356 CPUtime=0
/proc/28608/stat : 28608 (sh) S 28585 28585 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24887107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28608/statm: 1339 232 193 169 0 50 0
[pid=28609] ppid=28608 vsize=57356 CPUtime=11.54
/proc/28609/stat : 28609 (picosat) R 28608 28585 27770 0 -1 4194304 12041 0 0 0 579 575 0 0 25 0 1 0 24887107 58732544 11981 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/28609/statm: 14339 11981 42 102 0 14234 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 79580

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

[startup+31.9062 s]
/proc/loadavg: 2.22 2.10 2.03 3/79 28609
/proc/meminfo: memFree=969920/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=13.58
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1365 82526 0 2 6 1 1284 67 16 0 1 0 24885723 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1113 409 3 0 796 0
[pid=28608] ppid=28585 vsize=5356 CPUtime=0
/proc/28608/stat : 28608 (sh) S 28585 28585 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24887107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28608/statm: 1339 232 193 169 0 50 0
[pid=28609] ppid=28608 vsize=57752 CPUtime=17.87
/proc/28609/stat : 28609 (picosat) R 28608 28585 27770 0 -1 4194304 12149 0 0 0 1212 575 0 0 25 0 1 0 24887107 59138048 12089 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28609/statm: 14438 12089 42 102 0 14333 0
Current children cumulated CPU time (s) 31.45
Current children cumulated vsize (KiB) 79976

[startup+38.302 s]
/proc/loadavg: 2.20 2.10 2.03 3/79 28609
/proc/meminfo: memFree=968960/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=13.58
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1365 82526 0 2 6 1 1284 67 16 0 1 0 24885723 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1113 409 3 0 796 0
[pid=28608] ppid=28585 vsize=5356 CPUtime=0
/proc/28608/stat : 28608 (sh) S 28585 28585 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24887107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28608/statm: 1339 232 193 169 0 50 0
[pid=28609] ppid=28608 vsize=58412 CPUtime=24.22
/proc/28609/stat : 28609 (picosat) R 28608 28585 27770 0 -1 4194304 12338 0 0 0 1847 575 0 0 25 0 1 0 24887107 59813888 12278 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28609/statm: 14603 12278 42 102 0 14498 0
Current children cumulated CPU time (s) 37.8
Current children cumulated vsize (KiB) 80636

[startup+41.5014 s]
/proc/loadavg: 2.20 2.10 2.03 3/79 28609
/proc/meminfo: memFree=968576/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=13.58
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1365 82526 0 2 6 1 1284 67 16 0 1 0 24885723 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1113 409 3 0 796 0
[pid=28608] ppid=28585 vsize=5356 CPUtime=0
/proc/28608/stat : 28608 (sh) S 28585 28585 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24887107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28608/statm: 1339 232 193 169 0 50 0
[pid=28609] ppid=28608 vsize=58676 CPUtime=27.38
/proc/28609/stat : 28609 (picosat) R 28608 28585 27770 0 -1 4194304 12423 0 0 0 2163 575 0 0 25 0 1 0 24887107 60084224 12363 996147200 134512640 134931368 4294956256 18446744073709551615 134529267 0 0 4096 0 0 0 0 17 1 0 0
/proc/28609/statm: 14669 12363 42 102 0 14564 0
Current children cumulated CPU time (s) 40.96
Current children cumulated vsize (KiB) 80900

[startup+42.3015 s]
/proc/loadavg: 2.18 2.09 2.03 3/79 28609
/proc/meminfo: memFree=968448/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=13.58
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1365 82526 0 2 6 1 1284 67 16 0 1 0 24885723 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1113 409 3 0 796 0
[pid=28608] ppid=28585 vsize=5356 CPUtime=0
/proc/28608/stat : 28608 (sh) S 28585 28585 27770 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24887107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28608/statm: 1339 232 193 169 0 50 0
[pid=28609] ppid=28608 vsize=58808 CPUtime=28.17
/proc/28609/stat : 28609 (picosat) R 28608 28585 27770 0 -1 4194304 12443 0 0 0 2242 575 0 0 25 0 1 0 24887107 60219392 12383 996147200 134512640 134931368 4294956256 18446744073709551615 134544809 0 0 4096 0 0 0 0 17 1 0 0
/proc/28609/statm: 14702 12383 42 102 0 14597 0
Current children cumulated CPU time (s) 41.75
Current children cumulated vsize (KiB) 81032

[startup+42.7025 s]
/proc/loadavg: 2.18 2.09 2.03 3/79 28609
/proc/meminfo: memFree=968448/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=42.07
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1446 95283 0 2 6 1 3556 644 16 0 1 0 24885723 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 42.07
Current children cumulated vsize (KiB) 16868

[startup+43.1026 s]
/proc/loadavg: 2.18 2.09 2.03 3/87 28619
/proc/meminfo: memFree=1011456/2055920 swapFree=4192812/4192956
[pid=28585] ppid=28583 vsize=16868 CPUtime=42.1
/proc/28585/stat : 28585 (sugar) S 28583 28585 27770 0 -1 4194304 1450 95283 0 2 7 3 3556 644 15 0 1 0 24885723 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 4217 1114 409 3 0 796 0
[pid=28610] ppid=28585 vsize=5356 CPUtime=0
/proc/28610/stat : 28610 (sh) S 28585 28585 27770 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24889984 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28610/statm: 1339 233 193 169 0 50 0
[pid=28611] ppid=28610 vsize=864152 CPUtime=0.44
/proc/28611/stat : 28611 (java) S 28610 28585 27770 0 -1 0 3767 0 1 0 41 3 0 0 18 0 9 0 24889984 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28611/statm: 216038 3230 1718 9 0 210543 0
[pid=28611/tid=28612] ppid=28610 vsize=864152 CPUtime=0.32
/proc/28611/task/28612/stat : 28612 (java) S 28610 28585 27770 0 -1 64 2567 0 1 0 30 2 0 0 22 0 9 0 24889985 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28611/tid=28613] ppid=28610 vsize=864152 CPUtime=0
/proc/28611/task/28613/stat : 28613 (java) S 28610 28585 27770 0 -1 64 145 0 0 0 0 0 0 0 16 0 9 0 24889987 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28611/tid=28614] ppid=28610 vsize=864152 CPUtime=0
/proc/28611/task/28614/stat : 28614 (java) S 28610 28585 27770 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24889987 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28611/tid=28615] ppid=28610 vsize=864152 CPUtime=0
/proc/28611/task/28615/stat : 28615 (java) S 28610 28585 27770 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24889987 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28611/tid=28616] ppid=28610 vsize=864152 CPUtime=0
/proc/28611/task/28616/stat : 28616 (java) S 28610 28585 27770 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24889989 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28611/tid=28617] ppid=28610 vsize=864152 CPUtime=0.1
/proc/28611/task/28617/stat : 28617 (java) S 28610 28585 27770 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 24889989 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28611/tid=28618] ppid=28610 vsize=864152 CPUtime=0
/proc/28611/task/28618/stat : 28618 (java) S 28610 28585 27770 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24889989 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28611/tid=28619] ppid=28610 vsize=864152 CPUtime=0
/proc/28611/task/28619/stat : 28619 (java) S 28610 28585 27770 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24889989 884891648 3230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.54
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 43.1568
CPU time (s): 42.5915
CPU user time (s): 36.0505
CPU system time (s): 6.541
CPU usage (%): 98.6901
Max. virtual memory (cumulated for all children) (KiB): 911360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.0505
system time used= 6.54101
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100877
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6119
involuntary context switches= 6945

runsolver used 0.058991 second user time and 0.171973 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 08:59:04
IDJOB=2085491
IDBENCH=58439
IDSOLVER=738
FILE ID=node40/2085491-1247381944
PBS_JOBID= 9507204
Free space on /tmp= 66244 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085491-1247381944/watcher-2085491-1247381944 -o /tmp/evaluation-result-2085491-1247381944/solver-2085491-1247381944 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2085491-1247381944.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a8b8f3df512533f785ada5db6742b7bf
RANDOM SEED=157194022

node40.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.213
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.213
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:       1047992 kB
Buffers:         88912 kB
Cached:         768500 kB
SwapCached:          0 kB
Active:         272892 kB
Inactive:       655340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1047992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9260 kB
Writeback:           0 kB
Mapped:          82404 kB
Slab:            64628 kB
Committed_AS:   258224 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66244 MiB
End job on node40 at 2009-07-12 08:59:48