Trace number 2076329

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 15.7696 16.4854

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle13.xml
MD5SUMbef99d4e2d34b4d850a3ebffdb234870
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05899
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints259
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension225
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 03:37:28 2009
0.05/0.07	c 0	PID 19777
0.05/0.08	c 0	HOST node75.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2076329-1247362648.xml TO HOME/temp.csp
0.05/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-2076329-1247362648.xml' 'HOME/temp.csp'
0.06/0.44	c 0	1 domains, 65 variables, 4 predicates, 4 relations, 259 constraints
0.06/0.59	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	c 0	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.41/0.67	c 1	Parsing HOME/temp.csp
0.41/0.83	c 1	parsed 333 expressions
0.41/0.84	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.84	c 1	Converting to clausal form CSP
0.41/0.86	c 1	converted 34 (10%) expressions
0.41/0.87	c 1	converted 67 (20%) expressions
0.79/1.03	c 1	converted 100 (30%) expressions
0.89/1.18	c 1	converted 134 (40%) expressions
0.99/1.22	c 1	converted 167 (50%) expressions
0.99/1.24	c 1	converted 200 (60%) expressions
1.09/1.32	c 1	converted 234 (70%) expressions
1.09/1.33	c 1	converted 267 (80%) expressions
1.09/1.34	c 1	converted 300 (90%) expressions
1.18/1.41	c 1	converted 333 (100%) expressions
1.18/1.41	c 1	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
1.18/1.41	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/1.41	c 1	Propagation in CSP
1.18/1.42	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.18/1.42	c 1	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
1.18/1.42	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/1.42	c 1	Simplifing CSP by introducing new Boolean variables
1.18/1.45	c 1	CSP : 65 integers, 1676 booleans, 1935 clauses, largest domain size 26
1.18/1.45	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.55	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.28/1.56	c 1	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.28/1.56	c 1	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.28/1.56	c 1	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.28/1.56	c 1	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.28/1.56	c 1	33 (50%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.28/1.56	c 1	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.28/1.57	c 1	46 (70%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
1.28/1.57	c 1	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
1.28/1.57	c 1	59 (90%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
1.28/1.57	c 1	65 (100%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
3.44/3.70	c 4	194 (10%) CSP clauses are encoded (95503 clauses, 3002462 bytes)
3.44/3.71	c 4	387 (20%) CSP clauses are encoded (99821 clauses, 3078813 bytes)
3.44/3.73	c 4	581 (30%) CSP clauses are encoded (104315 clauses, 3153721 bytes)
3.44/3.74	c 4	774 (40%) CSP clauses are encoded (108783 clauses, 3229143 bytes)
3.44/3.76	c 4	968 (50%) CSP clauses are encoded (113302 clauses, 3306959 bytes)
3.44/3.77	c 4	1161 (60%) CSP clauses are encoded (117770 clauses, 3384751 bytes)
3.44/3.78	c 4	1355 (70%) CSP clauses are encoded (122289 clauses, 3464017 bytes)
3.44/3.79	c 4	1548 (80%) CSP clauses are encoded (126757 clauses, 3542709 bytes)
3.56/3.81	c 4	1742 (90%) CSP clauses are encoded (131276 clauses, 3624775 bytes)
14.72/15.30	c 15	1935 (100%) CSP clauses are encoded (214013 clauses, 8108567 bytes)
14.72/15.30	c 15	1935 CSP clauses encoded
14.72/15.30	c 15	Writing map file : HOME/temp.map
14.72/15.30	c 15	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.72/15.30	c 15	SAT : 3301 SAT variables, 214013 SAT clauses, 8108567 bytes
14.72/15.30	c 15	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.82/15.34	c 15	SOLVING HOME/temp.cnf
14.82/15.34	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.82/15.35	c 15	This is MiniSat 2.0 beta
14.82/15.35	c 15	WARNING: for repeatability, setting FPU to use double precision
14.82/15.35	c 15	============================[ Problem Statistics ]=============================
14.82/15.35	c 15	|                                                                             |
14.82/15.35	c 15	|  Number of variables:  3301                                                 |
14.82/15.35	c 15	|  Number of clauses:    214013                                               |
14.84/15.55	c 15	|  Parsing time:         0.16         s                                       |
14.84/15.56	c 15	============================[ Search Statistics ]==============================
14.84/15.56	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.84/15.56	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.84/15.56	c 15	===============================================================================
14.84/15.56	c 15	|         0 |    3297   213643  1619588 |    71214        0    nan |  0.000 % |
14.84/15.61	c 15	|       102 |    3297   213643  1619588 |    78335      102     11 |  0.121 % |
14.84/15.65	c 16	|       252 |    3297   213643  1619588 |    86169      252      9 |  0.121 % |
14.84/15.70	c 16	|       477 |    3297   213643  1619588 |    94786      477      9 |  0.121 % |
14.84/15.75	c 16	|       815 |    3297   213643  1619588 |   104264      815      9 |  0.121 % |
14.84/15.78	c 16	|      1322 |    3297   213643  1619588 |   114691     1322      9 |  0.121 % |
14.84/15.92	c 16	|      2081 |    3297   213643  1619588 |   126160     2081      9 |  0.121 % |
14.84/16.25	c 16	===============================================================================
14.84/16.25	c 16	restarts              : 7
14.84/16.25	c 16	conflicts             : 3198           (4563 /sec)
14.84/16.25	c 16	decisions             : 8296           (1.55 % random) (11836 /sec)
14.84/16.25	c 16	propagations          : 158824         (226602 /sec)
14.84/16.25	c 16	conflict literals     : 32083          (22.22 % deleted)
14.84/16.25	c 16	Memory used           : 16.13 MB
14.84/16.25	c 16	CPU time              : 0.700893 s
14.84/16.25	c 16	
14.84/16.25	c 16	SATISFIABLE
14.84/16.26	c 16	DECODING HOME/temp.out WITH HOME/temp.map
14.84/16.26	c 16	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'
15.58/16.34	c 16	Decoding HOME/temp.out
15.58/16.38	s SATISFIABLE
15.58/16.39	v 19 24 15 14 12 24 19 7 24 0 17 13 8 14 22 0 15 17 14 6 8 11 4 3 22 0 17 3 8 13 4 11 14 20 18 20 18 15 4 13 18 14 17 20 17 8 22 14 4 13 4 0 17 12 0 25 4 24 0 11 4 18 15 4 3
15.70/16.42	c 16	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.70/16.48	c 16	CPU 15.74 (0.06 0.01 15.37 0.3)
15.70/16.48	c 16	END Sun Jul 12 03:37:44 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-2076329-1247362648/watcher-2076329-1247362648 -o /tmp/evaluation-result-2076329-1247362648/solver-2076329-1247362648 -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-2076329-1247362648.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: 3.12 2.55 2.32 4/83 19777
/proc/meminfo: memFree=1185792/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=18576 CPUtime=0
/proc/19777/stat : 19777 (runsolver) R 19775 19777 18951 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23329236 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19777/statm: 4644 284 249 26 0 2626 0

[startup+0.0636261 s]
/proc/loadavg: 3.12 2.55 2.32 4/83 19777
/proc/meminfo: memFree=1185792/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16212 CPUtime=0.05
/proc/19777/stat : 19777 (sugar) R 19775 19777 18951 0 -1 4194304 977 0 0 0 4 1 0 0 20 0 1 0 23329236 16601088 945 996147200 4194304 4206940 548682068608 18446744073709551615 231900365064 0 0 4224 0 0 0 0 17 0 0 0
/proc/19777/statm: 4053 945 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101628 s]
/proc/loadavg: 3.12 2.55 2.32 4/83 19777
/proc/meminfo: memFree=1185792/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.06
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301649 s]
/proc/loadavg: 3.12 2.55 2.32 4/83 19777
/proc/meminfo: memFree=1185792/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.06
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701697 s]
/proc/loadavg: 3.12 2.55 2.32 4/83 19777
/proc/meminfo: memFree=1185792/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.41
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1309 5031 0 1 5 1 32 3 16 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 3.12 2.55 2.32 4/94 19799
/proc/meminfo: memFree=1172968/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.41
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1310 5031 0 1 5 1 32 3 16 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
[pid=19790] ppid=19777 vsize=5356 CPUtime=0
/proc/19790/stat : 19790 (sh) S 19777 19777 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23329296 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19790/statm: 1339 233 193 169 0 50 0
[pid=19791] ppid=19790 vsize=868692 CPUtime=0.87
/proc/19791/stat : 19791 (java) S 19790 19777 18951 0 -1 0 9100 0 1 0 82 5 0 0 20 0 9 0 23329296 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19791/statm: 217173 8340 2566 9 0 211678 0
[pid=19791/tid=19792] ppid=19790 vsize=868692 CPUtime=0.42
/proc/19791/task/19792/stat : 19792 (java) R 19790 19777 18951 0 -1 64 2684 0 1 0 41 1 0 0 25 0 9 0 23329297 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19793] ppid=19790 vsize=868692 CPUtime=0.26
/proc/19791/task/19793/stat : 19793 (java) R 19790 19777 18951 0 -1 64 4244 0 0 0 25 1 0 0 16 0 9 0 23329299 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 102381623 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19794] ppid=19790 vsize=868692 CPUtime=0
/proc/19791/task/19794/stat : 19794 (java) S 19790 19777 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23329299 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19795] ppid=19790 vsize=868692 CPUtime=0
/proc/19791/task/19795/stat : 19795 (java) S 19790 19777 18951 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23329299 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19796] ppid=19790 vsize=868692 CPUtime=0
/proc/19791/task/19796/stat : 19796 (java) S 19790 19777 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23329301 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19797] ppid=19790 vsize=868692 CPUtime=0.16
/proc/19791/task/19797/stat : 19797 (java) S 19790 19777 18951 0 -1 64 1474 0 0 0 15 1 0 0 16 0 9 0 23329301 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19798] ppid=19790 vsize=868692 CPUtime=0
/proc/19791/task/19798/stat : 19798 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23329301 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19799] ppid=19790 vsize=868692 CPUtime=0
/proc/19791/task/19799/stat : 19799 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23329301 889540608 8340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 890916

[startup+3.10299 s]
/proc/loadavg: 3.12 2.55 2.32 3/94 19799
/proc/meminfo: memFree=1157032/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.41
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1310 5031 0 1 5 1 32 3 15 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
[pid=19790] ppid=19777 vsize=5356 CPUtime=0
/proc/19790/stat : 19790 (sh) S 19777 19777 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23329296 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19790/statm: 1339 233 193 169 0 50 0
[pid=19791] ppid=19790 vsize=868712 CPUtime=2.45
/proc/19791/stat : 19791 (java) S 19790 19777 18951 0 -1 0 10571 0 1 0 237 8 0 0 20 0 9 0 23329296 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19791/statm: 217178 9647 2591 9 0 211655 0
[pid=19791/tid=19792] ppid=19790 vsize=868712 CPUtime=1.8
/proc/19791/task/19792/stat : 19792 (java) R 19790 19777 18951 0 -1 64 2918 0 1 0 177 3 0 0 25 0 9 0 23329297 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4126877504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19793] ppid=19790 vsize=868712 CPUtime=0.43
/proc/19791/task/19793/stat : 19793 (java) S 19790 19777 18951 0 -1 64 5460 0 0 0 40 3 0 0 16 0 9 0 23329299 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19794] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19794/stat : 19794 (java) S 19790 19777 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23329299 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19795] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19795/stat : 19795 (java) S 19790 19777 18951 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23329299 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19796] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19796/stat : 19796 (java) S 19790 19777 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19797] ppid=19790 vsize=868712 CPUtime=0.19
/proc/19791/task/19797/stat : 19797 (java) S 19790 19777 18951 0 -1 64 1495 0 0 0 18 1 0 0 16 0 9 0 23329301 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19798] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19798/stat : 19798 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19799] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19799/stat : 19799 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23329301 889561088 9647 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 890936

[startup+6.30236 s]
/proc/loadavg: 3.03 2.54 2.32 3/94 19799
/proc/meminfo: memFree=1148072/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.42
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1310 5031 0 1 6 1 32 3 15 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
[pid=19790] ppid=19777 vsize=5356 CPUtime=0
/proc/19790/stat : 19790 (sh) S 19777 19777 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23329296 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19790/statm: 1339 233 193 169 0 50 0
[pid=19791] ppid=19790 vsize=868712 CPUtime=5.54
/proc/19791/stat : 19791 (java) S 19790 19777 18951 0 -1 0 11141 0 1 0 543 11 0 0 20 0 9 0 23329296 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19791/statm: 217178 10073 2590 9 0 211655 0
[pid=19791/tid=19792] ppid=19790 vsize=868712 CPUtime=4.7
/proc/19791/task/19792/stat : 19792 (java) R 19790 19777 18951 0 -1 64 3026 0 1 0 465 5 0 0 25 0 9 0 23329297 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 102093241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19793] ppid=19790 vsize=868712 CPUtime=0.62
/proc/19791/task/19793/stat : 19793 (java) S 19790 19777 18951 0 -1 64 5912 0 0 0 58 4 0 0 16 0 9 0 23329299 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19794] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19794/stat : 19794 (java) S 19790 19777 18951 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23329299 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19795] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19795/stat : 19795 (java) S 19790 19777 18951 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23329299 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19796] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19796/stat : 19796 (java) S 19790 19777 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19797] ppid=19790 vsize=868712 CPUtime=0.2
/proc/19791/task/19797/stat : 19797 (java) S 19790 19777 18951 0 -1 64 1505 0 0 0 19 1 0 0 16 0 9 0 23329301 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19798] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19798/stat : 19798 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19799] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19799/stat : 19799 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23329301 889561088 10073 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 890936

[startup+12.7011 s]
/proc/loadavg: 2.95 2.54 2.32 4/94 19799
/proc/meminfo: memFree=1145640/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.42
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1310 5031 0 1 6 1 32 3 15 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
[pid=19790] ppid=19777 vsize=5356 CPUtime=0
/proc/19790/stat : 19790 (sh) S 19777 19777 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23329296 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19790/statm: 1339 233 193 169 0 50 0
[pid=19791] ppid=19790 vsize=868712 CPUtime=11.79
/proc/19791/stat : 19791 (java) S 19790 19777 18951 0 -1 0 11394 0 1 0 1164 15 0 0 20 0 9 0 23329296 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19791/statm: 217178 10130 2591 9 0 211655 0
[pid=19791/tid=19792] ppid=19790 vsize=868712 CPUtime=10.7
/proc/19791/task/19792/stat : 19792 (java) R 19790 19777 18951 0 -1 64 3222 0 1 0 1063 7 0 0 25 0 9 0 23329297 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4126886472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19793] ppid=19790 vsize=868712 CPUtime=0.86
/proc/19791/task/19793/stat : 19793 (java) S 19790 19777 18951 0 -1 64 5969 0 0 0 80 6 0 0 16 0 9 0 23329299 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19794] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19794/stat : 19794 (java) S 19790 19777 18951 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23329299 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19795] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19795/stat : 19795 (java) S 19790 19777 18951 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23329299 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19796] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19796/stat : 19796 (java) S 19790 19777 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19797] ppid=19790 vsize=868712 CPUtime=0.2
/proc/19791/task/19797/stat : 19797 (java) S 19790 19777 18951 0 -1 64 1505 0 0 0 19 1 0 0 16 0 9 0 23329301 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19798] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19798/stat : 19798 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19799] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19799/stat : 19799 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23329301 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 890936

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

[startup+14.3063 s]
/proc/loadavg: 2.87 2.53 2.31 3/94 19799
/proc/meminfo: memFree=1146856/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.42
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1310 5031 0 1 6 1 32 3 15 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
[pid=19790] ppid=19777 vsize=5356 CPUtime=0
/proc/19790/stat : 19790 (sh) S 19777 19777 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23329296 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19790/statm: 1339 233 193 169 0 50 0
[pid=19791] ppid=19790 vsize=868712 CPUtime=13.4
/proc/19791/stat : 19791 (java) S 19790 19777 18951 0 -1 0 11432 0 1 0 1324 16 0 0 20 0 9 0 23329296 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19791/statm: 217178 10130 2591 9 0 211655 0
[pid=19791/tid=19792] ppid=19790 vsize=868712 CPUtime=12.27
/proc/19791/task/19792/stat : 19792 (java) R 19790 19777 18951 0 -1 64 3260 0 1 0 1220 7 0 0 25 0 9 0 23329297 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4126565991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19793] ppid=19790 vsize=868712 CPUtime=0.9
/proc/19791/task/19793/stat : 19793 (java) S 19790 19777 18951 0 -1 64 5969 0 0 0 84 6 0 0 16 0 9 0 23329299 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19794] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19794/stat : 19794 (java) S 19790 19777 18951 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23329299 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19795] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19795/stat : 19795 (java) S 19790 19777 18951 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23329299 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19796] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19796/stat : 19796 (java) S 19790 19777 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19797] ppid=19790 vsize=868712 CPUtime=0.2
/proc/19791/task/19797/stat : 19797 (java) S 19790 19777 18951 0 -1 64 1505 0 0 0 19 1 0 0 16 0 9 0 23329301 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19798] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19798/stat : 19798 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19799] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19799/stat : 19799 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23329301 889561088 10130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.82
Current children cumulated vsize (KiB) 890936

[startup+15.1024 s]
/proc/loadavg: 2.87 2.53 2.31 3/94 19799
/proc/meminfo: memFree=1146856/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=0.42
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1310 5031 0 1 6 1 32 3 15 0 1 0 23329236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1111 409 3 0 796 0
[pid=19790] ppid=19777 vsize=5356 CPUtime=0
/proc/19790/stat : 19790 (sh) S 19777 19777 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23329296 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19790/statm: 1339 233 193 169 0 50 0
[pid=19791] ppid=19790 vsize=868712 CPUtime=14.2
/proc/19791/stat : 19791 (java) S 19790 19777 18951 0 -1 0 11445 0 1 0 1404 16 0 0 20 0 9 0 23329296 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19791/statm: 217178 10135 2591 9 0 211655 0
[pid=19791/tid=19792] ppid=19790 vsize=868712 CPUtime=13.05
/proc/19791/task/19792/stat : 19792 (java) R 19790 19777 18951 0 -1 64 3268 0 1 0 1298 7 0 0 25 0 9 0 23329297 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4126872981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19793] ppid=19790 vsize=868712 CPUtime=0.9
/proc/19791/task/19793/stat : 19793 (java) S 19790 19777 18951 0 -1 64 5969 0 0 0 84 6 0 0 16 0 9 0 23329299 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19794] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19794/stat : 19794 (java) S 19790 19777 18951 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23329299 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19795] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19795/stat : 19795 (java) S 19790 19777 18951 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23329299 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19796] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19796/stat : 19796 (java) S 19790 19777 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19797] ppid=19790 vsize=868712 CPUtime=0.21
/proc/19791/task/19797/stat : 19797 (java) S 19790 19777 18951 0 -1 64 1510 0 0 0 20 1 0 0 17 0 9 0 23329301 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19791/tid=19798] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19798/stat : 19798 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23329301 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19791/tid=19799] ppid=19790 vsize=868712 CPUtime=0
/proc/19791/task/19799/stat : 19799 (java) S 19790 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23329301 889561088 10135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 890936

[startup+15.9015 s]
/proc/loadavg: 2.87 2.53 2.31 3/94 19799
/proc/meminfo: memFree=1143464/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=14.84
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1376 16824 0 2 6 1 1455 22 15 0 1 0 23329236 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19777/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 16868

[startup+16.3015 s]
/proc/loadavg: 2.87 2.53 2.31 3/94 19799
/proc/meminfo: memFree=1143464/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=15.58
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1430 21060 0 2 6 1 1525 26 16 0 1 0 23329236 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19777/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 16868

[startup+16.4015 s]
/proc/loadavg: 2.87 2.53 2.31 4/94 19811
/proc/meminfo: memFree=1170536/2055920 swapFree=4192812/4192956
[pid=19777] ppid=19775 vsize=16868 CPUtime=15.58
/proc/19777/stat : 19777 (sugar) S 19775 19777 18951 0 -1 4194304 1450 21060 0 2 6 1 1525 26 15 0 1 0 23329236 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19777/statm: 4217 1113 409 3 0 796 0
[pid=19802] ppid=19777 vsize=5356 CPUtime=0
/proc/19802/stat : 19802 (sh) S 19777 19777 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23330862 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19802/statm: 1339 233 193 169 0 50 0
[pid=19803] ppid=19802 vsize=862008 CPUtime=0.12
/proc/19803/stat : 19803 (java) S 19802 19777 18951 0 -1 0 2881 0 1 0 10 2 0 0 19 0 9 0 23330863 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19803/statm: 215502 2352 1264 9 0 210415 0
[pid=19803/tid=19804] ppid=19802 vsize=862008 CPUtime=0.09
/proc/19803/task/19804/stat : 19804 (java) R 19802 19777 18951 0 -1 64 1957 0 1 0 8 1 0 0 25 0 9 0 23330864 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 0 0 0
[pid=19803/tid=19805] ppid=19802 vsize=862008 CPUtime=0
/proc/19803/task/19805/stat : 19805 (java) S 19802 19777 18951 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 23330865 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19803/tid=19806] ppid=19802 vsize=862008 CPUtime=0
/proc/19803/task/19806/stat : 19806 (java) S 19802 19777 18951 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 23330865 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19803/tid=19807] ppid=19802 vsize=862008 CPUtime=0
/proc/19803/task/19807/stat : 19807 (java) S 19802 19777 18951 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 23330865 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19803/tid=19808] ppid=19802 vsize=862008 CPUtime=0
/proc/19803/task/19808/stat : 19808 (java) S 19802 19777 18951 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 23330867 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19803/tid=19809] ppid=19802 vsize=862008 CPUtime=0.01
/proc/19803/task/19809/stat : 19809 (java) R 19802 19777 18951 0 -1 64 228 0 0 0 1 0 0 0 23 0 9 0 23330867 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 102129215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19803/tid=19810] ppid=19802 vsize=862008 CPUtime=0
/proc/19803/task/19810/stat : 19810 (java) S 19802 19777 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23330867 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19803/tid=19811] ppid=19802 vsize=862008 CPUtime=0
/proc/19803/task/19811/stat : 19811 (java) S 19802 19777 18951 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 23330867 882696192 2352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.7
Current children cumulated vsize (KiB) 884232

Child status: 0
Real time (s): 16.4854
CPU time (s): 15.7696
CPU user time (s): 15.4347
CPU system time (s): 0.334949
CPU usage (%): 95.6581
Max. virtual memory (cumulated for all children) (KiB): 891152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4347
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26361
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= 6762
involuntary context switches= 6750

runsolver used 0.028995 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-12 03:37:28
IDJOB=2076329
IDBENCH=56405
IDSOLVER=739
FILE ID=node75/2076329-1247362648
PBS_JOBID= 9506984
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle13.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-2076329-1247362648/watcher-2076329-1247362648 -o /tmp/evaluation-result-2076329-1247362648/solver-2076329-1247362648 -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-2076329-1247362648.xml

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

MD5SUM BENCH= bef99d4e2d34b4d850a3ebffdb234870
RANDOM SEED=1285962981

node75.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:       1186272 kB
Buffers:         17396 kB
Cached:          88820 kB
SwapCached:          0 kB
Active:         787740 kB
Inactive:        28728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1186272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:         725920 kB
Slab:            36828 kB
Committed_AS:   904888 kB
PageTables:       3404 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= 66256 MiB
End job on node75 at 2009-07-12 03:37:44