Trace number 2077110

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 1030.61 1042.02

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg4-8_ext.xml
MD5SUM9d0c9e082e533940732de8cf42d70b3e
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.432933
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints12
Maximum constraint arity8
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.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 03:49:18 2009
0.00/0.07	c 0	PID 17791
0.00/0.08	c 0	HOST node53.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077110-1247363358.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-2077110-1247363358.xml' 'HOME/temp.csp'
0.06/0.89	c 1	1 domains, 32 variables, 0 predicates, 2 relations, 12 constraints
0.06/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	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.91/1.01	c 1	Parsing HOME/temp.csp
1.40/1.57	c 2	parsed 47 expressions
1.40/1.58	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.58	c 2	Converting to clausal form CSP
1.40/1.60	c 2	converted 5 (10%) expressions
1.40/1.60	c 2	converted 10 (20%) expressions
1.40/1.60	c 2	converted 15 (30%) expressions
1.40/1.60	c 2	converted 19 (40%) expressions
1.40/1.60	c 2	converted 24 (50%) expressions
1.40/1.60	c 2	converted 29 (60%) expressions
1.40/1.60	c 2	converted 33 (70%) expressions
1.59/1.76	c 2	converted 38 (80%) expressions
1.69/1.81	c 2	converted 43 (90%) expressions
4.28/4.41	c 4	converted 47 (100%) expressions
4.28/4.41	c 4	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.28/4.41	c 4	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.28/4.41	c 4	Propagation in CSP
4.28/4.41	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.28/4.41	c 4	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.28/4.41	c 4	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.28/4.41	c 4	Simplifing CSP by introducing new Boolean variables
4.28/4.41	c 4	CSP : 32 integers, 0 booleans, 12 clauses, largest domain size 26
4.28/4.41	c 4	Heap : 70 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.77/4.96	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.77/4.97	c 5	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
4.77/4.97	c 5	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
4.77/4.97	c 5	10 (30%) CSP integer variables are encoded (240 clauses, 2496 bytes)
4.77/4.97	c 5	13 (40%) CSP integer variables are encoded (312 clauses, 3288 bytes)
4.77/4.97	c 5	16 (50%) CSP integer variables are encoded (384 clauses, 4080 bytes)
4.77/4.98	c 5	20 (60%) CSP integer variables are encoded (480 clauses, 5136 bytes)
4.77/4.98	c 5	23 (70%) CSP integer variables are encoded (552 clauses, 5928 bytes)
4.77/4.98	c 5	26 (80%) CSP integer variables are encoded (624 clauses, 6720 bytes)
4.77/4.98	c 5	29 (90%) CSP integer variables are encoded (696 clauses, 7512 bytes)
4.77/4.98	c 5	32 (100%) CSP integer variables are encoded (768 clauses, 8304 bytes)
5.16/5.33	c 5	2 (10%) CSP clauses are encoded (9712 clauses, 262159 bytes)
5.26/5.43	c 5	3 (20%) CSP clauses are encoded (14184 clauses, 390950 bytes)
5.36/5.54	c 6	4 (30%) CSP clauses are encoded (18656 clauses, 519856 bytes)
5.45/5.64	c 6	5 (40%) CSP clauses are encoded (23128 clauses, 657064 bytes)
5.55/5.74	c 6	6 (50%) CSP clauses are encoded (27600 clauses, 794272 bytes)
5.76/5.93	c 6	8 (60%) CSP clauses are encoded (36544 clauses, 1068688 bytes)
248.58/249.45	c 249	9 (70%) CSP clauses are encoded (290178 clauses, 13084669 bytes)
512.95/516.36	c 516	10 (80%) CSP clauses are encoded (543812 clauses, 27250515 bytes)
774.29/783.21	c 783	11 (90%) CSP clauses are encoded (797446 clauses, 41416361 bytes)
1026.38/1037.71	c 1038	12 (100%) CSP clauses are encoded (1051080 clauses, 55582207 bytes)
1026.38/1037.71	c 1038	12 CSP clauses encoded
1026.38/1037.71	c 1038	Writing map file : HOME/temp.map
1026.38/1037.71	c 1038	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1026.38/1037.71	c 1038	SAT : 800 SAT variables, 1051080 SAT clauses, 55582207 bytes
1026.38/1037.71	c 1038	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1026.38/1037.78	c 1038	SOLVING HOME/temp.cnf
1026.38/1037.78	c 1038	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1026.38/1037.78	c 1038	This is MiniSat 2.0 beta
1026.38/1037.78	c 1038	WARNING: for repeatability, setting FPU to use double precision
1026.38/1037.78	c 1038	============================[ Problem Statistics ]=============================
1026.38/1037.78	c 1038	|                                                                             |
1026.38/1037.79	c 1038	|  Number of variables:  800                                                  |
1026.38/1037.79	c 1038	|  Number of clauses:    1051080                                              |
1027.72/1039.12	c 1039	|  Parsing time:         1.14         s                                       |
1027.81/1039.20	c 1039	============================[ Search Statistics ]==============================
1027.81/1039.20	c 1039	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1027.81/1039.20	c 1039	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1027.81/1039.20	c 1039	===============================================================================
1027.81/1039.20	c 1039	|         0 |     800  1051080 12292220 |   350360        0    nan |  0.000 % |
1027.91/1039.39	c 1039	|       100 |     800  1051080 12292220 |   385396      100      5 |  0.000 % |
1028.01/1039.48	c 1039	|       250 |     800  1051080 12292220 |   423935      250      6 |  0.000 % |
1028.61/1040.09	c 1040	|       476 |     800  1051080 12292220 |   466329      476      8 |  0.001 % |
1029.60/1041.06	c 1041	|       813 |     800  1051080 12292220 |   512962      813     11 |  0.002 % |
1030.39/1041.81	c 1042	===============================================================================
1030.39/1041.81	c 1042	restarts              : 5
1030.39/1041.81	c 1042	conflicts             : 1280           (337 /sec)
1030.39/1041.81	c 1042	decisions             : 2007           (1.10 % random) (528 /sec)
1030.39/1041.81	c 1042	propagations          : 65222          (17166 /sec)
1030.39/1041.81	c 1042	conflict literals     : 17237          (20.64 % deleted)
1030.39/1041.81	c 1042	Memory used           : 87.57 MB
1030.39/1041.81	c 1042	CPU time              : 3.79942 s
1030.39/1041.81	c 1042	
1030.39/1041.81	c 1042	SATISFIABLE
1030.39/1041.83	c 1042	DECODING HOME/temp.out WITH HOME/temp.map
1030.39/1041.83	c 1042	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'
1030.43/1041.91	c 1042	Decoding HOME/temp.out
1030.43/1041.93	s SATISFIABLE
1030.43/1041.93	v 20 19 14 15 8 18 12 4 21 14 24 0 13 19 4 18 4 12 4 13 3 14 13 18 4 18 18 4 20 11 4 4
1030.43/1041.95	c 1042	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1030.56/1042.00	c 1042	CPU 1030.55 (0.05 0.01 1029.4 1.09)
1030.56/1042.00	c 1042	END Sun Jul 12 04:06:40 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-2077110-1247363358/watcher-2077110-1247363358 -o /tmp/evaluation-result-2077110-1247363358/solver-2077110-1247363358 -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-2077110-1247363358.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.35 2.20 2.08 4/82 17791
/proc/meminfo: memFree=1272456/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=18576 CPUtime=0
/proc/17791/stat : 17791 (runsolver) R 17789 17791 17620 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23399809 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269930261799 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17791/statm: 4644 284 249 26 0 2626 0

[startup+0.083608 s]
/proc/loadavg: 2.35 2.20 2.08 4/82 17791
/proc/meminfo: memFree=1272456/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.06
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23399809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102753 s]
/proc/loadavg: 2.35 2.20 2.08 4/82 17791
/proc/meminfo: memFree=1272456/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.06
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23399809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301771 s]
/proc/loadavg: 2.35 2.20 2.08 4/82 17791
/proc/meminfo: memFree=1272456/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.06
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23399809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70182 s]
/proc/loadavg: 2.35 2.20 2.08 4/82 17791
/proc/meminfo: memFree=1272456/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.06
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23399809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17791/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50292 s]
/proc/loadavg: 2.35 2.20 2.08 3/93 17813
/proc/meminfo: memFree=1263984/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.85
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1309 9731 0 1 5 1 72 7 16 0 1 0 23399809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1111 409 3 0 796 0
[pid=17804] ppid=17791 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17791 17791 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23399902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17804/statm: 1339 233 193 169 0 50 0
[pid=17805] ppid=17804 vsize=862284 CPUtime=0.55
/proc/17805/stat : 17805 (java) S 17804 17791 17620 0 -1 0 6806 0 1 0 51 4 0 0 18 0 9 0 23399902 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17805/statm: 215571 5788 2158 9 0 210484 0
[pid=17805/tid=17806] ppid=17804 vsize=862284 CPUtime=0.31
/proc/17805/task/17806/stat : 17806 (java) R 17804 17791 17620 0 -1 64 2018 0 1 0 30 1 0 0 21 0 9 0 23399903 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4126422419 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17807] ppid=17804 vsize=862284 CPUtime=0.19
/proc/17805/task/17807/stat : 17807 (java) S 17804 17791 17620 0 -1 64 3782 0 0 0 17 2 0 0 16 0 9 0 23399904 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17808] ppid=17804 vsize=862284 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17804 17791 17620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23399904 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17809] ppid=17804 vsize=862284 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23399904 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=862284 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23399906 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17811] ppid=17804 vsize=862284 CPUtime=0.03
/proc/17805/task/17811/stat : 17811 (java) S 17804 17791 17620 0 -1 64 303 0 0 0 3 0 0 0 17 0 9 0 23399906 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17812] ppid=17804 vsize=862284 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17804 17791 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23399906 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17813] ppid=17804 vsize=862284 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) R 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23399906 882978816 5788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884508

[startup+3.1021 s]
/proc/loadavg: 2.40 2.22 2.09 4/93 17813
/proc/meminfo: memFree=1237296/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.85
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1310 9731 0 1 5 1 72 7 16 0 1 0 23399809 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1111 409 3 0 796 0
[pid=17804] ppid=17791 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17791 17791 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23399902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17804/statm: 1339 233 193 169 0 50 0
[pid=17805] ppid=17804 vsize=864396 CPUtime=2.13
/proc/17805/stat : 17805 (java) S 17804 17791 17620 0 -1 0 17555 0 1 0 203 10 0 0 18 0 9 0 23399902 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17805/statm: 216099 15675 2566 9 0 210604 0
[pid=17805/tid=17806] ppid=17804 vsize=864396 CPUtime=0.92
/proc/17805/task/17806/stat : 17806 (java) R 17804 17791 17620 0 -1 64 3173 0 1 0 90 2 0 0 22 0 9 0 23399903 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4126513272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17807] ppid=17804 vsize=864396 CPUtime=1.15
/proc/17805/task/17807/stat : 17807 (java) S 17804 17791 17620 0 -1 64 13368 0 0 0 108 7 0 0 17 0 9 0 23399904 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17808] ppid=17804 vsize=864396 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17804 17791 17620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23399904 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17809] ppid=17804 vsize=864396 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23399904 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=864396 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23399906 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17811] ppid=17804 vsize=864396 CPUtime=0.04
/proc/17805/task/17811/stat : 17811 (java) S 17804 17791 17620 0 -1 64 311 0 0 0 4 0 0 0 17 0 9 0 23399906 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17812] ppid=17804 vsize=864396 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17804 17791 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23399906 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17813] ppid=17804 vsize=864396 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23399906 885141504 15675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886620

[startup+6.30248 s]
/proc/loadavg: 2.40 2.22 2.09 4/93 17813
/proc/meminfo: memFree=1183216/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.85
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1311 9731 0 1 5 1 72 7 16 0 1 0 23399809 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17791/statm: 4217 1112 409 3 0 796 0
[pid=17804] ppid=17791 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17791 17791 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23399902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17804/statm: 1339 233 193 169 0 50 0
[pid=17805] ppid=17804 vsize=864508 CPUtime=5.31
/proc/17805/stat : 17805 (java) S 17804 17791 17620 0 -1 0 26311 0 1 0 514 17 0 0 18 0 9 0 23399902 885256192 23496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17805/statm: 216127 23496 2590 9 0 210604 0
[pid=17805/tid=17806] ppid=17804 vsize=864508 CPUtime=2.61
/proc/17805/task/17806/stat : 17806 (java) R 17804 17791 17620 0 -1 64 3721 0 1 0 258 3 0 0 25 0 9 0 23399903 885256192 23496 996147200 134512640 134550932 4294955936 18446744073709551615 4126566352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17807] ppid=17804 vsize=864508 CPUtime=2.6
/proc/17805/task/17807/stat : 17807 (java) S 17804 17791 17620 0 -1 64 21550 0 0 0 247 13 0 0 16 0 9 0 23399904 885256192 23496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17808] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17804 17791 17620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 23496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17809] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 23496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23399906 885256192 23496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17811] ppid=17804 vsize=864508 CPUtime=0.08
/proc/17805/task/17811/stat : 17811 (java) S 17804 17791 17620 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23399906 885256192 23496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17812] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17804 17791 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23399906 885256192 23496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17813] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23399906 885256192 23496 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) 886732

[startup+12.7022 s]
/proc/loadavg: 2.41 2.22 2.09 3/93 17813
/proc/meminfo: memFree=1177968/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.85
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1311 9731 0 1 5 1 72 7 16 0 1 0 23399809 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17791/statm: 4217 1112 409 3 0 796 0
[pid=17804] ppid=17791 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17791 17791 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23399902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17804/statm: 1339 233 193 169 0 50 0
[pid=17805] ppid=17804 vsize=864508 CPUtime=11.71
/proc/17805/stat : 17805 (java) S 17804 17791 17620 0 -1 0 27475 0 1 0 1153 18 0 0 18 0 9 0 23399902 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17805/statm: 216127 24633 2590 9 0 210604 0
[pid=17805/tid=17806] ppid=17804 vsize=864508 CPUtime=8.89
/proc/17805/task/17806/stat : 17806 (java) R 17804 17791 17620 0 -1 64 3748 0 1 0 886 3 0 0 25 0 9 0 23399903 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17807] ppid=17804 vsize=864508 CPUtime=2.72
/proc/17805/task/17807/stat : 17807 (java) S 17804 17791 17620 0 -1 64 22687 0 0 0 258 14 0 0 16 0 9 0 23399904 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17808] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17804 17791 17620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17809] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23399906 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17811] ppid=17804 vsize=864508 CPUtime=0.08
/proc/17805/task/17811/stat : 17811 (java) S 17804 17791 17620 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23399906 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17812] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17804 17791 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23399906 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17813] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23399906 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886732

[startup+25.5017 s]
/proc/loadavg: 2.35 2.22 2.09 3/93 17813
/proc/meminfo: memFree=1177968/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.85
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1311 9731 0 1 5 1 72 7 16 0 1 0 23399809 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17791/statm: 4217 1112 409 3 0 796 0
[pid=17804] ppid=17791 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17791 17791 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23399902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17804/statm: 1339 233 193 169 0 50 0
[pid=17805] ppid=17804 vsize=864508 CPUtime=24.5
/proc/17805/stat : 17805 (java) S 17804 17791 17620 0 -1 0 27475 0 1 0 2432 18 0 0 18 0 9 0 23399902 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17805/statm: 216127 24633 2590 9 0 210604 0
[pid=17805/tid=17806] ppid=17804 vsize=864508 CPUtime=21.69
/proc/17805/task/17806/stat : 17806 (java) R 17804 17791 17620 0 -1 64 3748 0 1 0 2166 3 0 0 25 0 9 0 23399903 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4126562631 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17807] ppid=17804 vsize=864508 CPUtime=2.72
/proc/17805/task/17807/stat : 17807 (java) S 17804 17791 17620 0 -1 64 22687 0 0 0 258 14 0 0 16 0 9 0 23399904 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17805/tid=17808] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17804 17791 17620 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17809] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 24633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=864508 CPUtime=0

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

[pid=17805/tid=17809] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17811] ppid=17804 vsize=864508 CPUtime=0.09
/proc/17805/task/17811/stat : 17811 (java) S 17804 17791 17620 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17812] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17804 17791 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17813] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 991.3
Current children cumulated vsize (KiB) 886732

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.03 2.05 3/93 18351
/proc/meminfo: memFree=859000/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.85
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1311 9731 0 1 5 1 72 7 16 0 1 0 23399809 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1112 409 3 0 796 0
[pid=17804] ppid=17791 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17791 17791 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23399902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17804/statm: 1339 233 193 169 0 50 0
[pid=17805] ppid=17804 vsize=864508 CPUtime=1011.85
/proc/17805/stat : 17805 (java) S 17804 17791 17620 0 -1 0 58199 0 1 0 101119 66 0 0 18 0 9 0 23399902 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17805/statm: 216127 43344 2590 9 0 210604 0
[pid=17805/tid=17806] ppid=17804 vsize=864508 CPUtime=1005.56
/proc/17805/task/17806/stat : 17806 (java) R 17804 17791 17620 0 -1 64 4555 0 1 0 100523 33 0 0 25 0 9 0 23399903 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17807] ppid=17804 vsize=864508 CPUtime=6.19
/proc/17805/task/17807/stat : 17807 (java) S 17804 17791 17620 0 -1 64 52599 0 0 0 587 32 0 0 16 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17808] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17804 17791 17620 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17809] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17811] ppid=17804 vsize=864508 CPUtime=0.09
/proc/17805/task/17811/stat : 17811 (java) S 17804 17791 17620 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17812] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17804 17791 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17813] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1012.7
Current children cumulated vsize (KiB) 886732

[startup+1030.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/93 18351
/proc/meminfo: memFree=859000/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.85
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1311 9731 0 1 5 1 72 7 16 0 1 0 23399809 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1112 409 3 0 796 0
[pid=17804] ppid=17791 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17791 17791 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23399902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17804/statm: 1339 233 193 169 0 50 0
[pid=17805] ppid=17804 vsize=864508 CPUtime=1018.19
/proc/17805/stat : 17805 (java) S 17804 17791 17620 0 -1 0 58199 0 1 0 101753 66 0 0 18 0 9 0 23399902 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17805/statm: 216127 43344 2590 9 0 210604 0
[pid=17805/tid=17806] ppid=17804 vsize=864508 CPUtime=1011.89
/proc/17805/task/17806/stat : 17806 (java) R 17804 17791 17620 0 -1 64 4555 0 1 0 101156 33 0 0 25 0 9 0 23399903 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17807] ppid=17804 vsize=864508 CPUtime=6.19
/proc/17805/task/17807/stat : 17807 (java) S 17804 17791 17620 0 -1 64 52599 0 0 0 587 32 0 0 16 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17808] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17804 17791 17620 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17809] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17811] ppid=17804 vsize=864508 CPUtime=0.09
/proc/17805/task/17811/stat : 17811 (java) S 17804 17791 17620 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17812] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17804 17791 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17813] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1019.04
Current children cumulated vsize (KiB) 886732

[startup+1036.7 s]
/proc/loadavg: 2.00 2.03 2.04 3/93 18351
/proc/meminfo: memFree=859000/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=0.85
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1311 9731 0 1 5 1 72 7 16 0 1 0 23399809 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1112 409 3 0 796 0
[pid=17804] ppid=17791 vsize=5356 CPUtime=0
/proc/17804/stat : 17804 (sh) S 17791 17791 17620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23399902 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17804/statm: 1339 233 193 169 0 50 0
[pid=17805] ppid=17804 vsize=864508 CPUtime=1024.54
/proc/17805/stat : 17805 (java) S 17804 17791 17620 0 -1 0 58213 0 1 0 102386 68 0 0 18 0 9 0 23399902 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17805/statm: 216127 43344 2590 9 0 210604 0
[pid=17805/tid=17806] ppid=17804 vsize=864508 CPUtime=1018.19
/proc/17805/task/17806/stat : 17806 (java) R 17804 17791 17620 0 -1 64 4569 0 1 0 101784 35 0 0 25 0 9 0 23399903 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17807] ppid=17804 vsize=864508 CPUtime=6.24
/proc/17805/task/17807/stat : 17807 (java) S 17804 17791 17620 0 -1 64 52599 0 0 0 592 32 0 0 15 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17808] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17808/stat : 17808 (java) S 17804 17791 17620 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17809] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17809/stat : 17809 (java) S 17804 17791 17620 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23399904 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17810] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17810/stat : 17810 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17811] ppid=17804 vsize=864508 CPUtime=0.09
/proc/17805/task/17811/stat : 17811 (java) S 17804 17791 17620 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17812] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17812/stat : 17812 (java) S 17804 17791 17620 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17805/tid=17813] ppid=17804 vsize=864508 CPUtime=0
/proc/17805/task/17813/stat : 17813 (java) S 17804 17791 17620 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23399906 885256192 43344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1025.39
Current children cumulated vsize (KiB) 886732

[startup+1039.9 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 18353
/proc/meminfo: memFree=929400/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=1026.43
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1376 68283 0 2 5 1 102551 86 15 0 1 0 23399809 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1113 409 3 0 796 0
[pid=18352] ppid=17791 vsize=5356 CPUtime=0
/proc/18352/stat : 18352 (sh) S 17791 17791 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23503587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18352/statm: 1339 232 193 169 0 50 0
[pid=18353] ppid=18352 vsize=87068 CPUtime=2.08
/proc/18353/stat : 18353 (minisat) R 18352 17791 17620 0 -1 4194304 20734 0 0 0 190 18 0 0 25 0 1 0 23503588 89157632 20720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18353/statm: 21767 20720 75 150 0 21614 0
Current children cumulated CPU time (s) 1028.51
Current children cumulated vsize (KiB) 109292

[startup+1040.7 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 18353
/proc/meminfo: memFree=924536/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=1026.43
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1376 68283 0 2 5 1 102551 86 15 0 1 0 23399809 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1113 409 3 0 796 0
[pid=18352] ppid=17791 vsize=5356 CPUtime=0
/proc/18352/stat : 18352 (sh) S 17791 17791 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23503587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18352/statm: 1339 232 193 169 0 50 0
[pid=18353] ppid=18352 vsize=88784 CPUtime=2.87
/proc/18353/stat : 18353 (minisat) R 18352 17791 17620 0 -1 4194304 21093 0 0 0 269 18 0 0 25 0 1 0 23503588 90914816 21079 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18353/statm: 22196 21079 75 150 0 22043 0
Current children cumulated CPU time (s) 1029.3
Current children cumulated vsize (KiB) 111008

[startup+1041.5 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 18353
/proc/meminfo: memFree=924536/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=1026.43
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1376 68283 0 2 5 1 102551 86 16 0 1 0 23399809 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1113 409 3 0 796 0
[pid=18352] ppid=17791 vsize=5356 CPUtime=0
/proc/18352/stat : 18352 (sh) S 17791 17791 17620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23503587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18352/statm: 1339 232 193 169 0 50 0
[pid=18353] ppid=18352 vsize=89672 CPUtime=3.67
/proc/18353/stat : 18353 (minisat) R 18352 17791 17620 0 -1 4194304 21294 0 0 0 349 18 0 0 25 0 1 0 23503588 91824128 21280 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/18353/statm: 22418 21280 75 150 0 22265 0
Current children cumulated CPU time (s) 1030.1
Current children cumulated vsize (KiB) 111896

[startup+1041.9 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 18353
/proc/meminfo: memFree=923576/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=1030.43
/proc/17791/stat : 17791 (sugar) S 17789 17791 17620 0 -1 4194304 1432 89880 0 2 5 1 102931 106 16 0 1 0 23399809 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17791/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1030.43
Current children cumulated vsize (KiB) 16868

[startup+1042 s]
/proc/loadavg: 2.00 2.03 2.04 3/85 18353
/proc/meminfo: memFree=923576/2055920 swapFree=4192956/4192956
[pid=17791] ppid=17789 vsize=16868 CPUtime=1030.56
/proc/17791/stat : 17791 (sugar) R 17789 17791 17620 0 -1 4194304 1479 93617 0 3 5 2 102940 109 15 0 1 0 23399809 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17791/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1030.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1042.02
CPU time (s): 1030.61
CPU user time (s): 1029.46
CPU system time (s): 1.14482
CPU usage (%): 98.9047
Max. virtual memory (cumulated for all children) (KiB): 898984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1029.46
system time used= 1.14482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95156
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= 27737
involuntary context switches= 31506

runsolver used 1.45478 second user time and 3.32349 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-12 03:49:18
IDJOB=2077110
IDBENCH=56551
IDSOLVER=739
FILE ID=node53/2077110-1247363358
PBS_JOBID= 9507023
Free space on /tmp= 65932 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg4-8_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-2077110-1247363358/watcher-2077110-1247363358 -o /tmp/evaluation-result-2077110-1247363358/solver-2077110-1247363358 -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-2077110-1247363358.xml

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

MD5SUM BENCH= 9d0c9e082e533940732de8cf42d70b3e
RANDOM SEED=2108947175

node53.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1272936 kB
Buffers:         68208 kB
Cached:         186384 kB
SwapCached:          0 kB
Active:         545888 kB
Inactive:       167652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2308 kB
Writeback:           0 kB
Mapped:         478272 kB
Slab:            53900 kB
Committed_AS:   634516 kB
PageTables:       2668 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= 65968 MiB
End job on node53 at 2009-07-12 04:06:40