Trace number 2077088

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+minisatSAT 132.358 133.762

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg6-6_ext.xml
MD5SUM589d1d1b23bfa903f838d0653ed4224a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.105983
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints12
Maximum constraint arity6
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:48:50 2009
0.00/0.08	c 0	PID 24142
0.00/0.08	c 0	HOST node44.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077088-1247363330.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077088-1247363330.xml' 'HOME/temp.csp'
0.06/0.61	c 1	1 domains, 36 variables, 0 predicates, 1 relations, 12 constraints
0.06/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	c 1	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'
0.57/0.71	c 1	Parsing HOME/temp.csp
0.91/1.03	c 1	parsed 50 expressions
0.91/1.04	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.04	c 1	Converting to clausal form CSP
0.91/1.06	c 1	converted 5 (10%) expressions
0.91/1.06	c 1	converted 10 (20%) expressions
0.91/1.06	c 1	converted 15 (30%) expressions
0.91/1.06	c 1	converted 20 (40%) expressions
0.91/1.06	c 1	converted 25 (50%) expressions
0.91/1.06	c 1	converted 30 (60%) expressions
0.91/1.06	c 1	converted 35 (70%) expressions
1.21/1.38	c 1	converted 40 (80%) expressions
1.90/2.07	c 2	converted 45 (90%) expressions
2.69/2.82	c 3	converted 50 (100%) expressions
2.69/2.82	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.69/2.82	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.69/2.82	c 3	Propagation in CSP
2.69/2.83	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.83	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.69/2.83	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.69/2.83	c 3	Simplifing CSP by introducing new Boolean variables
2.69/2.83	c 3	CSP : 36 integers, 0 booleans, 12 clauses, largest domain size 26
2.69/2.83	c 3	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.10	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.11	c 3	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
3.00/3.11	c 3	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
3.00/3.11	c 3	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.00/3.11	c 3	15 (40%) CSP integer variables are encoded (360 clauses, 3816 bytes)
3.00/3.12	c 3	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.00/3.12	c 3	22 (60%) CSP integer variables are encoded (528 clauses, 5664 bytes)
3.00/3.12	c 3	26 (70%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.00/3.12	c 3	29 (80%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.00/3.12	c 3	33 (90%) CSP integer variables are encoded (792 clauses, 8568 bytes)
3.00/3.12	c 3	36 (100%) CSP integer variables are encoded (864 clauses, 9360 bytes)
23.98/24.36	c 24	2 (10%) CSP clauses are encoded (114356 clauses, 4301361 bytes)
34.48/34.90	c 35	3 (20%) CSP clauses are encoded (171102 clauses, 6655408 bytes)
45.18/45.72	c 46	4 (30%) CSP clauses are encoded (227848 clauses, 9009455 bytes)
55.77/56.43	c 56	5 (40%) CSP clauses are encoded (284594 clauses, 11364205 bytes)
66.18/66.95	c 67	6 (50%) CSP clauses are encoded (341340 clauses, 13826264 bytes)
87.37/88.36	c 88	8 (60%) CSP clauses are encoded (454832 clauses, 18750382 bytes)
97.87/98.93	c 99	9 (70%) CSP clauses are encoded (511578 clauses, 21212441 bytes)
108.46/109.69	c 110	10 (80%) CSP clauses are encoded (568324 clauses, 23674500 bytes)
118.96/120.28	c 120	11 (90%) CSP clauses are encoded (625070 clauses, 26136559 bytes)
129.36/130.76	c 131	12 (100%) CSP clauses are encoded (681816 clauses, 28598618 bytes)
129.36/130.76	c 131	12 CSP clauses encoded
129.36/130.77	c 131	Writing map file : HOME/temp.map
129.36/130.77	c 131	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
129.36/130.77	c 131	SAT : 900 SAT variables, 681816 SAT clauses, 28598618 bytes
129.36/130.77	c 131	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
129.43/130.81	c 131	SOLVING HOME/temp.cnf
129.43/130.81	c 131	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
129.43/130.82	c 131	This is MiniSat 2.0 beta
129.43/130.82	c 131	WARNING: for repeatability, setting FPU to use double precision
129.43/130.82	c 131	============================[ Problem Statistics ]=============================
129.43/130.82	c 131	|                                                                             |
129.43/130.82	c 131	|  Number of variables:  900                                                  |
129.43/130.82	c 131	|  Number of clauses:    681816                                               |
129.46/131.52	c 131	|  Parsing time:         0.62         s                                       |
129.46/131.57	c 131	============================[ Search Statistics ]==============================
129.46/131.57	c 131	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
129.46/131.57	c 131	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
129.46/131.57	c 131	===============================================================================
129.46/131.57	c 131	|         0 |     900   681816  6227652 |   227272        0    nan |  0.000 % |
129.46/131.59	c 131	|       100 |     900   681816  6227652 |   249999      100      5 |  0.000 % |
129.46/131.64	c 132	|       250 |     900   681816  6227652 |   274999      250      5 |  0.003 % |
129.46/131.79	c 132	|       477 |     900   681816  6227652 |   302499      477      7 |  0.002 % |
130.72/132.18	c 132	|       814 |     900   681816  6227652 |   332748      814      8 |  0.001 % |
131.21/132.67	c 133	|      1322 |     900   681816  6227652 |   366023     1322     12 |  0.000 % |
132.10/133.56	c 133	===============================================================================
132.10/133.56	c 133	restarts              : 6
132.10/133.56	c 133	conflicts             : 1973           (750 /sec)
132.10/133.56	c 133	decisions             : 3113           (1.41 % random) (1183 /sec)
132.10/133.56	c 133	propagations          : 91808          (34900 /sec)
132.10/133.56	c 133	conflict literals     : 26938          (21.30 % deleted)
132.10/133.56	c 133	Memory used           : 49.73 MB
132.10/133.56	c 133	CPU time              : 2.6306 s
132.10/133.56	c 133	
132.10/133.56	c 133	SATISFIABLE
132.10/133.57	c 133	DECODING HOME/temp.out WITH HOME/temp.map
132.10/133.57	c 133	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'
132.19/133.65	c 134	Decoding HOME/temp.out
132.19/133.68	s SATISFIABLE
132.19/133.68	v 0 25 20 17 4 17 17 14 19 14 19 14 14 25 4 13 4 18 12 14 17 3 20 18 4 19 8 14 11 4 18 4 13 18 4 18
132.19/133.69	c 134	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
132.19/133.75	c 134	CPU 132.32 (0.06 0.01 131.67 0.58)
132.19/133.75	c 134	END Sun Jul 12 03:51:04 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-2077088-1247363330/watcher-2077088-1247363330 -o /tmp/evaluation-result-2077088-1247363330/solver-2077088-1247363330 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2077088-1247363330.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.17 2.14 4/83 24142
/proc/meminfo: memFree=1711752/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=12132 CPUtime=0
/proc/24142/stat : 24142 (sugar) R 24140 24142 23988 0 -1 4194304 218 0 0 0 0 0 0 0 20 0 1 0 23396861 12423168 186 996147200 4194304 4206940 548682068608 18446744073709551615 264840319713 0 0 4224 0 0 0 0 17 1 0 0
/proc/24142/statm: 3033 186 142 3 0 133 0

[startup+0.0996269 s]
/proc/loadavg: 2.20 2.17 2.14 4/83 24142
/proc/meminfo: memFree=1711752/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.06
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101625 s]
/proc/loadavg: 2.20 2.17 2.14 4/83 24142
/proc/meminfo: memFree=1711752/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.06
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301643 s]
/proc/loadavg: 2.20 2.17 2.14 4/83 24142
/proc/meminfo: memFree=1711752/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.06
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701688 s]
/proc/loadavg: 2.20 2.17 2.14 4/83 24142
/proc/meminfo: memFree=1711752/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.57
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1292 6947 0 1 5 1 48 3 16 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 2.20 2.17 2.14 3/94 24164
/proc/meminfo: memFree=1701040/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.57
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 5 1 48 3 16 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864616 CPUtime=0.84
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 8232 0 1 0 81 3 0 0 18 0 9 0 23396925 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216154 7373 2566 9 0 210659 0
[pid=24156/tid=24157] ppid=24155 vsize=864616 CPUtime=0.49
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 2668 0 1 0 48 1 0 0 19 0 9 0 23396926 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864616 CPUtime=0.28
/proc/24156/task/24158/stat : 24158 (java) R 24155 24142 23988 0 -1 64 4562 0 0 0 27 1 0 0 16 0 9 0 23396927 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 103830940 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864616 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864616 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23396927 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864616 CPUtime=0
/proc/24156/task/24161/stat : 24161 (java) S 24155 24142 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396930 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24162] ppid=24155 vsize=864616 CPUtime=0.04
/proc/24156/task/24162/stat : 24162 (java) S 24155 24142 23988 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 23396930 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24163] ppid=24155 vsize=864616 CPUtime=0
/proc/24156/task/24163/stat : 24163 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396930 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24164] ppid=24155 vsize=864616 CPUtime=0
/proc/24156/task/24164/stat : 24164 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396930 885366784 7373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886840

[startup+3.10293 s]
/proc/loadavg: 2.20 2.17 2.14 3/94 24164
/proc/meminfo: memFree=1672304/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.57
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 5 1 48 3 15 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864444 CPUtime=2.43
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 17070 0 1 0 237 6 0 0 18 0 9 0 23396925 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216111 15920 2572 9 0 210596 0
[pid=24156/tid=24157] ppid=24155 vsize=864444 CPUtime=1.05
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 3220 0 1 0 104 1 0 0 18 0 9 0 23396926 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 11721969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864444 CPUtime=1.3
/proc/24156/task/24158/stat : 24158 (java) S 24155 24142 23988 0 -1 64 12848 0 0 0 127 3 0 0 19 0 9 0 23396927 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864444 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864444 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396927 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864444 CPUtime=0
/proc/24156/task/24161/stat : 24161 (java) S 24155 24142 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396930 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24162] ppid=24155 vsize=864444 CPUtime=0.04
/proc/24156/task/24162/stat : 24162 (java) S 24155 24142 23988 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 23396930 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24163] ppid=24155 vsize=864444 CPUtime=0
/proc/24156/task/24163/stat : 24163 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396930 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24164] ppid=24155 vsize=864444 CPUtime=0
/proc/24156/task/24164/stat : 24164 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396930 885190656 15920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886668

[startup+6.30126 s]
/proc/loadavg: 2.19 2.16 2.14 3/94 24164
/proc/meminfo: memFree=1651760/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.57
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 5 1 48 3 15 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864476 CPUtime=5.59
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 17943 0 1 0 552 7 0 0 18 0 9 0 23396925 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216119 16765 2590 9 0 210596 0
[pid=24156/tid=24157] ppid=24155 vsize=864476 CPUtime=4.14
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 3276 0 1 0 413 1 0 0 25 0 9 0 23396926 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4126569344 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864476 CPUtime=1.34
/proc/24156/task/24158/stat : 24158 (java) S 24155 24142 23988 0 -1 64 13643 0 0 0 130 4 0 0 16 0 9 0 23396927 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24161/stat : 24161 (java) S 24155 24142 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396930 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24162] ppid=24155 vsize=864476 CPUtime=0.07
/proc/24156/task/24162/stat : 24162 (java) S 24155 24142 23988 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 23396930 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24163] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24163/stat : 24163 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396930 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24164] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24164/stat : 24164 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396930 885223424 16765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886700

[startup+12.7029 s]
/proc/loadavg: 2.17 2.16 2.13 3/94 24164
/proc/meminfo: memFree=1646456/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.57
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 5 1 48 3 15 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864476 CPUtime=11.93
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 18985 0 1 0 1185 8 0 0 18 0 9 0 23396925 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216119 17790 2590 9 0 210596 0
[pid=24156/tid=24157] ppid=24155 vsize=864476 CPUtime=10.42
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 3293 0 1 0 1041 1 0 0 25 0 9 0 23396926 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864476 CPUtime=1.4
/proc/24156/task/24158/stat : 24158 (java) S 24155 24142 23988 0 -1 64 14668 0 0 0 135 5 0 0 16 0 9 0 23396927 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24161/stat : 24161 (java) S 24155 24142 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396930 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24162] ppid=24155 vsize=864476 CPUtime=0.07
/proc/24156/task/24162/stat : 24162 (java) S 24155 24142 23988 0 -1 64 326 0 0 0 7 0 0 0 16 0 9 0 23396930 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24163] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24163/stat : 24163 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396930 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24164] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24164/stat : 24164 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396930 885223424 17790 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886700

[startup+25.5012 s]
/proc/loadavg: 2.13 2.15 2.13 3/94 24164
/proc/meminfo: memFree=1630840/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.57
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 5 1 48 3 16 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864476 CPUtime=24.6
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 21877 0 1 0 2448 12 0 0 18 0 9 0 23396925 885223424 20604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216119 20604 2590 9 0 210596 0
[pid=24156/tid=24157] ppid=24155 vsize=864476 CPUtime=22.93
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 3371 0 1 0 2289 4 0 0 25 0 9 0 23396926 885223424 20604 996147200 134512640 134550932 4294955936 18446744073709551615 4126589027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864476 CPUtime=1.56
/proc/24156/task/24158/stat : 24158 (java) S 24155 24142 23988 0 -1 64 17476 0 0 0 149 7 0 0 16 0 9 0 23396927 885223424 20604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 20604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 20604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864476 CPUtime=0

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

[pid=24142] ppid=24140 vsize=16868 CPUtime=0.57
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 5 1 48 3 16 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864476 CPUtime=100.67
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 40724 0 1 0 10033 34 0 0 18 0 9 0 23396925 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216119 23091 2590 9 0 210596 0
[pid=24156/tid=24157] ppid=24155 vsize=864476 CPUtime=97.12
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 3720 0 1 0 9697 15 0 0 25 0 9 0 23396926 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864476 CPUtime=3.43
/proc/24156/task/24158/stat : 24158 (java) S 24155 24142 23988 0 -1 64 35970 0 0 0 325 18 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24161/stat : 24161 (java) S 24155 24142 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24162] ppid=24155 vsize=864476 CPUtime=0.09
/proc/24156/task/24162/stat : 24162 (java) S 24155 24142 23988 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24163] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24163/stat : 24163 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24164] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24164/stat : 24164 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 886700

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

[startup+115.102 s]
/proc/loadavg: 2.05 2.12 2.12 3/94 24164
/proc/meminfo: memFree=1601080/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.58
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 6 1 48 3 16 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864476 CPUtime=113.35
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 40779 0 1 0 11299 36 0 0 18 0 9 0 23396925 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216119 23091 2590 9 0 210596 0
[pid=24156/tid=24157] ppid=24155 vsize=864476 CPUtime=109.65
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 3775 0 1 0 10949 16 0 0 25 0 9 0 23396926 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4126569431 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864476 CPUtime=3.57
/proc/24156/task/24158/stat : 24158 (java) S 24155 24142 23988 0 -1 64 35970 0 0 0 339 18 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24161/stat : 24161 (java) S 24155 24142 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24162] ppid=24155 vsize=864476 CPUtime=0.09
/proc/24156/task/24162/stat : 24162 (java) S 24155 24142 23988 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24163] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24163/stat : 24163 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24164] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24164/stat : 24164 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.93
Current children cumulated vsize (KiB) 886700

[startup+121.502 s]
/proc/loadavg: 2.05 2.12 2.12 3/94 24164
/proc/meminfo: memFree=1598712/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.58
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 6 1 48 3 16 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864476 CPUtime=119.67
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 40817 0 1 0 11929 38 0 0 18 0 9 0 23396925 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216119 23091 2590 9 0 210596 0
[pid=24156/tid=24157] ppid=24155 vsize=864476 CPUtime=115.9
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 3813 0 1 0 11572 18 0 0 25 0 9 0 23396926 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4126588948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864476 CPUtime=3.64
/proc/24156/task/24158/stat : 24158 (java) S 24155 24142 23988 0 -1 64 35970 0 0 0 346 18 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24161/stat : 24161 (java) S 24155 24142 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24162] ppid=24155 vsize=864476 CPUtime=0.09
/proc/24156/task/24162/stat : 24162 (java) S 24155 24142 23988 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24163] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24163/stat : 24163 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24164] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24164/stat : 24164 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 120.25
Current children cumulated vsize (KiB) 886700

[startup+127.902 s]
/proc/loadavg: 2.04 2.12 2.12 3/94 24166
/proc/meminfo: memFree=1598520/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=0.58
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1310 6947 0 1 6 1 48 3 16 0 1 0 23396861 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1111 409 3 0 796 0
[pid=24155] ppid=24142 vsize=5356 CPUtime=0
/proc/24155/stat : 24155 (sh) S 24142 24142 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23396925 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24155/statm: 1339 233 193 169 0 50 0
[pid=24156] ppid=24155 vsize=864476 CPUtime=126
/proc/24156/stat : 24156 (java) S 24155 24142 23988 0 -1 0 40835 0 1 0 12562 38 0 0 18 0 9 0 23396925 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24156/statm: 216119 23091 2590 9 0 210596 0
[pid=24156/tid=24157] ppid=24155 vsize=864476 CPUtime=122.17
/proc/24156/task/24157/stat : 24157 (java) R 24155 24142 23988 0 -1 64 3831 0 1 0 12199 18 0 0 25 0 9 0 23396926 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4126569341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24158] ppid=24155 vsize=864476 CPUtime=3.71
/proc/24156/task/24158/stat : 24158 (java) S 24155 24142 23988 0 -1 64 35970 0 0 0 353 18 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24159] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24159/stat : 24159 (java) S 24155 24142 23988 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24160] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24160/stat : 24160 (java) S 24155 24142 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23396927 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24161] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24161/stat : 24161 (java) S 24155 24142 23988 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24162] ppid=24155 vsize=864476 CPUtime=0.09
/proc/24156/task/24162/stat : 24162 (java) S 24155 24142 23988 0 -1 64 336 0 0 0 9 0 0 0 16 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24163] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24163/stat : 24163 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24156/tid=24164] ppid=24155 vsize=864476 CPUtime=0
/proc/24156/task/24164/stat : 24164 (java) S 24155 24142 23988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23396930 885223424 23091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.58
Current children cumulated vsize (KiB) 886700

[startup+131.101 s]
/proc/loadavg: 2.04 2.11 2.12 3/87 24166
/proc/meminfo: memFree=1636344/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=129.46
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1374 48105 0 2 6 1 12894 45 16 0 1 0 23396861 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 129.46
Current children cumulated vsize (KiB) 16868

[startup+132.702 s]
/proc/loadavg: 2.04 2.11 2.12 3/86 24168
/proc/meminfo: memFree=1630584/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=129.46
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1374 48105 0 2 6 1 12894 45 15 0 1 0 23396861 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1112 409 3 0 796 0
[pid=24167] ppid=24142 vsize=5356 CPUtime=0
/proc/24167/stat : 24167 (sh) S 24142 24142 23988 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23409942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24167/statm: 1339 232 193 169 0 50 0
[pid=24168] ppid=24167 vsize=50484 CPUtime=1.85
/proc/24168/stat : 24168 (minisat) R 24167 24142 23988 0 -1 4194304 12406 0 0 0 177 8 0 0 25 0 1 0 23409943 51695616 12392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24168/statm: 12621 12392 75 150 0 12468 0
Current children cumulated CPU time (s) 131.31
Current children cumulated vsize (KiB) 72708

[startup+133.502 s]
/proc/loadavg: 2.04 2.11 2.12 3/86 24168
/proc/meminfo: memFree=1628984/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=129.46
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1374 48105 0 2 6 1 12894 45 15 0 1 0 23396861 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1112 409 3 0 796 0
[pid=24167] ppid=24142 vsize=5356 CPUtime=0
/proc/24167/stat : 24167 (sh) S 24142 24142 23988 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23409942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24167/statm: 1339 232 193 169 0 50 0
[pid=24168] ppid=24167 vsize=50920 CPUtime=2.64
/proc/24168/stat : 24168 (minisat) R 24167 24142 23988 0 -1 4194304 12505 0 0 0 256 8 0 0 25 0 1 0 23409943 52142080 12491 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/24168/statm: 12730 12491 75 150 0 12577 0
Current children cumulated CPU time (s) 132.1
Current children cumulated vsize (KiB) 73144

[startup+133.702 s]
/proc/loadavg: 2.04 2.11 2.12 3/86 24168
/proc/meminfo: memFree=1628984/2055920 swapFree=4192812/4192956
[pid=24142] ppid=24140 vsize=16868 CPUtime=132.19
/proc/24142/stat : 24142 (sugar) S 24140 24142 23988 0 -1 4194304 1447 60913 0 2 6 1 13157 55 16 0 1 0 23396861 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24142/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 132.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 133.762
CPU time (s): 132.358
CPU user time (s): 131.743
CPU system time (s): 0.614906
CPU usage (%): 98.9504
Max. virtual memory (cumulated for all children) (KiB): 897200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.743
system time used= 0.614906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66186
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= 9440
involuntary context switches= 11890

runsolver used 0.207968 second user time and 0.424935 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 03:48:50
IDJOB=2077088
IDBENCH=56547
IDSOLVER=739
FILE ID=node44/2077088-1247363330
PBS_JOBID= 9506993
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg6-6_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077088-1247363330/watcher-2077088-1247363330 -o /tmp/evaluation-result-2077088-1247363330/solver-2077088-1247363330 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2077088-1247363330.xml

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

MD5SUM BENCH= 589d1d1b23bfa903f838d0653ed4224a
RANDOM SEED=708214082

node44.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.219
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.219
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:       1712232 kB
Buffers:         22604 kB
Cached:         109180 kB
SwapCached:          0 kB
Active:         252664 kB
Inactive:        41752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:         178304 kB
Slab:            34268 kB
Committed_AS:   914784 kB
PageTables:       2044 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= 66368 MiB
End job on node44 at 2009-07-12 03:51:04