Trace number 2074833

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 29.2096 29.4632

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle08.xml
MD5SUMf1369e2d264736f03a1eaa99e48651c1
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.071988
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints97
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension73
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 02:42:10 2009
0.05/0.08	c 0	PID 17821
0.05/0.08	c 0	HOST node59.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2074833-1247359329.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-2074833-1247359329.xml' 'HOME/temp.csp'
0.06/0.36	c 0	1 domains, 41 variables, 6 predicates, 4 relations, 97 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	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.06/0.48	c 0	Parsing HOME/temp.csp
0.33/0.61	c 0	parsed 149 expressions
0.33/0.62	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.62	c 0	Converting to clausal form CSP
0.33/0.65	c 0	converted 15 (10%) expressions
0.33/0.65	c 0	converted 30 (20%) expressions
0.33/0.65	c 0	converted 45 (30%) expressions
0.33/0.67	c 0	converted 60 (40%) expressions
0.34/0.71	c 0	converted 75 (50%) expressions
0.34/0.72	c 0	converted 90 (60%) expressions
0.34/0.73	c 0	converted 105 (70%) expressions
0.34/0.75	c 0	converted 120 (80%) expressions
0.34/0.78	c 0	converted 135 (90%) expressions
0.92/1.04	c 1	converted 149 (100%) expressions
0.92/1.04	c 1	CSP : 41 integers, 0 booleans, 97 clauses, largest domain size 26
0.92/1.04	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.05	c 1	Propagation in CSP
0.92/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.05	c 1	CSP : 41 integers, 0 booleans, 97 clauses, largest domain size 26
0.92/1.05	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.06	c 1	CSP : 41 integers, 394 booleans, 491 clauses, largest domain size 26
0.92/1.06	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.14	c 1	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
1.01/1.14	c 1	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.01/1.15	c 1	13 (30%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.01/1.15	c 1	17 (40%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.01/1.15	c 1	21 (50%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.01/1.15	c 1	25 (60%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.01/1.15	c 1	29 (70%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.01/1.15	c 1	33 (80%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.01/1.15	c 1	37 (90%) CSP integer variables are encoded (888 clauses, 9624 bytes)
1.01/1.15	c 1	41 (100%) CSP integer variables are encoded (984 clauses, 10729 bytes)
1.30/1.46	c 1	50 (10%) CSP clauses are encoded (16508 clauses, 391797 bytes)
1.30/1.47	c 1	99 (20%) CSP clauses are encoded (17557 clauses, 409215 bytes)
1.30/1.47	c 1	148 (30%) CSP clauses are encoded (18581 clauses, 426322 bytes)
1.51/1.67	c 1	197 (40%) CSP clauses are encoded (27936 clauses, 708394 bytes)
1.51/1.67	c 1	246 (50%) CSP clauses are encoded (29035 clauses, 726804 bytes)
1.51/1.67	c 1	295 (60%) CSP clauses are encoded (30134 clauses, 745214 bytes)
1.51/1.68	c 1	344 (70%) CSP clauses are encoded (31233 clauses, 763624 bytes)
1.51/1.68	c 1	393 (80%) CSP clauses are encoded (32332 clauses, 782036 bytes)
28.46/28.72	c 28	442 (90%) CSP clauses are encoded (185208 clauses, 7898548 bytes)
28.46/28.72	c 28	491 (100%) CSP clauses are encoded (186382 clauses, 7918193 bytes)
28.46/28.72	c 28	491 CSP clauses encoded
28.46/28.72	c 28	Writing map file : HOME/temp.map
28.46/28.72	c 28	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.46/28.72	c 28	SAT : 1419 SAT variables, 186382 SAT clauses, 7918193 bytes
28.46/28.72	c 28	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.46/28.74	c 28	SOLVING HOME/temp.cnf
28.46/28.74	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.46/28.74	c 28	This is MiniSat 2.0 beta
28.46/28.74	c 28	WARNING: for repeatability, setting FPU to use double precision
28.46/28.74	c 28	============================[ Problem Statistics ]=============================
28.46/28.74	c 28	|                                                                             |
28.46/28.75	c 28	|  Number of variables:  1419                                                 |
28.46/28.75	c 28	|  Number of clauses:    186382                                               |
28.51/28.94	c 28	|  Parsing time:         0.18         s                                       |
28.51/28.95	c 28	============================[ Search Statistics ]==============================
28.51/28.95	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.51/28.95	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.51/28.95	c 28	===============================================================================
28.51/28.95	c 28	|         0 |    1395   185191  1682968 |    61730        0    nan |  0.000 % |
28.51/28.99	c 29	|       103 |    1395   185191  1682968 |    67903      103      8 |  1.691 % |
28.51/29.02	c 29	|       254 |    1395   185191  1682968 |    74693      254      8 |  1.692 % |
28.51/29.05	c 29	|       480 |    1395   185191  1682968 |    82163      480      9 |  1.693 % |
28.51/29.15	c 29	|       818 |    1395   185191  1682968 |    90379      818      8 |  1.692 % |
28.51/29.21	c 29	|      1325 |    1395   185191  1682968 |    99417     1325      9 |  1.693 % |
28.51/29.29	c 29	===============================================================================
28.51/29.29	c 29	restarts              : 6
28.51/29.29	c 29	conflicts             : 1552           (2940 /sec)
28.51/29.29	c 29	decisions             : 3313           (1.21 % random) (6276 /sec)
28.51/29.29	c 29	propagations          : 60791          (115152 /sec)
28.51/29.29	c 29	conflict literals     : 14584          (19.74 % deleted)
28.51/29.29	c 29	Memory used           : 15.07 MB
28.51/29.29	c 29	CPU time              : 0.527919 s
28.51/29.29	c 29	
28.51/29.29	c 29	SATISFIABLE
28.51/29.29	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.51/29.29	c 29	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'
29.06/29.38	c 29	Decoding HOME/temp.out
29.06/29.41	s SATISFIABLE
29.06/29.41	v 14 22 4 18 0 12 20 17 13 14 13 4 19 14 14 22 13 18 20 17 15 11 20 18 6 14 19 8 19 22 7 24 18 19 20 4 19 1 14 24 3
29.06/29.42	c 29	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.06/29.46	c 29	CPU 29.18 (0.06 0.01 28.83 0.28)
29.06/29.46	c 29	END Sun Jul 12 02:42:39 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-2074833-1247359329/watcher-2074833-1247359329 -o /tmp/evaluation-result-2074833-1247359329/solver-2074833-1247359329 -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-2074833-1247359329.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: 0.81 1.40 1.78 4/82 17821
/proc/meminfo: memFree=1826064/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=18576 CPUtime=0
/proc/17821/stat : 17821 (runsolver) R 17819 17821 15662 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22996073 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17821/statm: 4644 284 249 26 0 2626 0

[startup+0.0711609 s]
/proc/loadavg: 0.81 1.40 1.78 4/82 17821
/proc/meminfo: memFree=1826064/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16344 CPUtime=0.05
/proc/17821/stat : 17821 (sugar) R 17819 17821 15662 0 -1 4194304 1011 0 0 0 4 1 0 0 18 0 1 0 22996073 16736256 979 996147200 4194304 4206940 548682068608 18446744073709551615 217071376569 0 0 4224 0 0 0 0 17 1 0 0
/proc/17821/statm: 4086 979 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.106986 s]
/proc/loadavg: 0.81 1.40 1.78 4/82 17821
/proc/meminfo: memFree=1826064/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.06
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302206 s]
/proc/loadavg: 0.81 1.40 1.78 4/82 17821
/proc/meminfo: memFree=1826064/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.06
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702286 s]
/proc/loadavg: 0.81 1.40 1.78 4/82 17821
/proc/meminfo: memFree=1826064/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.34
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1309 5207 0 1 6 1 23 4 16 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16868

[startup+1.50144 s]
/proc/loadavg: 0.81 1.40 1.78 3/93 17843
/proc/meminfo: memFree=1805944/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.34
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1310 5207 0 1 6 1 23 4 15 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17821 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17821 17821 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864476 CPUtime=1.07
/proc/17835/stat : 17835 (java) S 17834 17821 15662 0 -1 0 8033 0 1 0 102 5 0 0 18 0 9 0 22996114 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216119 7237 2590 9 0 210596 0
[pid=17835/tid=17836] ppid=17834 vsize=864476 CPUtime=0.65
/proc/17835/task/17836/stat : 17836 (java) R 17834 17821 15662 0 -1 64 2775 0 1 0 64 1 0 0 20 0 9 0 22996115 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4126610674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864476 CPUtime=0.28
/proc/17835/task/17837/stat : 17837 (java) S 17834 17821 15662 0 -1 64 4210 0 0 0 27 1 0 0 16 0 9 0 22996116 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17821 15662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17821 15662 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17821 15662 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22996118 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864476 CPUtime=0.1
/proc/17835/task/17841/stat : 17841 (java) S 17834 17821 15662 0 -1 64 349 0 0 0 10 0 0 0 16 0 9 0 22996118 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22996119 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22996119 885223424 7237 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886700

[startup+3.10274 s]
/proc/loadavg: 0.81 1.40 1.78 3/93 17843
/proc/meminfo: memFree=1801208/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.34
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1310 5207 0 1 6 1 23 4 15 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17821 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17821 17821 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864476 CPUtime=2.65
/proc/17835/stat : 17835 (java) S 17834 17821 15662 0 -1 0 8500 0 1 0 260 5 0 0 18 0 9 0 22996114 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216119 7644 2590 9 0 210596 0
[pid=17835/tid=17836] ppid=17834 vsize=864476 CPUtime=2.2
/proc/17835/task/17836/stat : 17836 (java) R 17834 17821 15662 0 -1 64 2835 0 1 0 218 2 0 0 25 0 9 0 22996115 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864476 CPUtime=0.33
/proc/17835/task/17837/stat : 17837 (java) S 17834 17821 15662 0 -1 64 4616 0 0 0 31 2 0 0 16 0 9 0 22996116 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17821 15662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17821 15662 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17821 15662 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22996118 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864476 CPUtime=0.1
/proc/17835/task/17841/stat : 17841 (java) S 17834 17821 15662 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 22996118 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22996119 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22996119 885223424 7644 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886700

[startup+6.30216 s]
/proc/loadavg: 0.99 1.42 1.79 3/93 17843
/proc/meminfo: memFree=1798648/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.34
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1310 5207 0 1 6 1 23 4 15 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17821 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17821 17821 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864476 CPUtime=5.83
/proc/17835/stat : 17835 (java) S 17834 17821 15662 0 -1 0 10475 0 1 0 576 7 0 0 18 0 9 0 22996114 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216119 8254 2590 9 0 210596 0
[pid=17835/tid=17836] ppid=17834 vsize=864476 CPUtime=5.24
/proc/17835/task/17836/stat : 17836 (java) R 17834 17821 15662 0 -1 64 2919 0 1 0 522 2 0 0 25 0 9 0 22996115 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864476 CPUtime=0.47
/proc/17835/task/17837/stat : 17837 (java) S 17834 17821 15662 0 -1 64 6507 0 0 0 44 3 0 0 16 0 9 0 22996116 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17821 15662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17821 15662 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17821 15662 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22996118 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864476 CPUtime=0.1
/proc/17835/task/17841/stat : 17841 (java) S 17834 17821 15662 0 -1 64 350 0 0 0 10 0 0 0 16 0 9 0 22996118 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22996119 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22996119 885223424 8254 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886700

[startup+12.7014 s]
/proc/loadavg: 1.07 1.43 1.79 3/93 17843
/proc/meminfo: memFree=1793080/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.34
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1310 5207 0 1 6 1 23 4 15 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17821 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17821 17821 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864476 CPUtime=12.2
/proc/17835/stat : 17835 (java) S 17834 17821 15662 0 -1 0 11194 0 1 0 1211 9 0 0 18 0 9 0 22996114 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216119 8841 2590 9 0 210596 0
[pid=17835/tid=17836] ppid=17834 vsize=864476 CPUtime=11.51
/proc/17835/task/17836/stat : 17836 (java) R 17834 17821 15662 0 -1 64 3051 0 1 0 1147 4 0 0 25 0 9 0 22996115 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4126095967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864476 CPUtime=0.57
/proc/17835/task/17837/stat : 17837 (java) S 17834 17821 15662 0 -1 64 7093 0 0 0 53 4 0 0 16 0 9 0 22996116 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17821 15662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17821 15662 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17821 15662 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22996118 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864476 CPUtime=0.1
/proc/17835/task/17841/stat : 17841 (java) S 17834 17821 15662 0 -1 64 351 0 0 0 10 0 0 0 16 0 9 0 22996118 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22996119 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22996119 885223424 8841 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886700

[startup+25.5028 s]
/proc/loadavg: 1.27 1.46 1.79 3/93 17843
/proc/meminfo: memFree=1786808/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.34
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1310 5207 0 1 6 1 23 4 15 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17821 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17821 17821 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864476 CPUtime=24.94
/proc/17835/stat : 17835 (java) S 17834 17821 15662 0 -1 0 14749 0 1 0 2478 16 0 0 18 0 9 0 22996114 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216119 9548 2590 9 0 210596 0
[pid=17835/tid=17836] ppid=17834 vsize=864476 CPUtime=23.85
/proc/17835/task/17836/stat : 17836 (java) R 17834 17821 15662 0 -1 64 3279 0 1 0 2379 6 0 0 25 0 9 0 22996115 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864476 CPUtime=0.96
/proc/17835/task/17837/stat : 17837 (java) S 17834 17821 15662 0 -1 64 10420 0 0 0 88 8 0 0 16 0 9 0 22996116 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17821 15662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17821 15662 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17821 15662 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22996118 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864476 CPUtime=0.1
/proc/17835/task/17841/stat : 17841 (java) S 17834 17821 15662 0 -1 64 351 0 0 0 10 0 0 0 16 0 9 0 22996118 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22996119 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22996119 885223424 9548 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 886700

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

[startup+27.1022 s]
/proc/loadavg: 1.27 1.46 1.79 3/93 17843
/proc/meminfo: memFree=1786808/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.34
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1310 5207 0 1 6 1 23 4 15 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17821 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17821 17821 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864476 CPUtime=26.54
/proc/17835/stat : 17835 (java) S 17834 17821 15662 0 -1 0 14771 0 1 0 2638 16 0 0 18 0 9 0 22996114 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216119 9557 2590 9 0 210596 0
[pid=17835/tid=17836] ppid=17834 vsize=864476 CPUtime=25.43
/proc/17835/task/17836/stat : 17836 (java) R 17834 17821 15662 0 -1 64 3292 0 1 0 2537 6 0 0 25 0 9 0 22996115 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4126610725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864476 CPUtime=0.97
/proc/17835/task/17837/stat : 17837 (java) S 17834 17821 15662 0 -1 64 10429 0 0 0 89 8 0 0 16 0 9 0 22996116 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17821 15662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17821 15662 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17821 15662 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22996118 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864476 CPUtime=0.1
/proc/17835/task/17841/stat : 17841 (java) S 17834 17821 15662 0 -1 64 351 0 0 0 10 0 0 0 16 0 9 0 22996118 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22996119 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22996119 885223424 9557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.88
Current children cumulated vsize (KiB) 886700

[startup+28.7015 s]
/proc/loadavg: 1.33 1.47 1.79 3/93 17843
/proc/meminfo: memFree=1784888/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=0.34
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1310 5207 0 1 6 1 23 4 15 0 1 0 22996073 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1111 409 3 0 796 0
[pid=17834] ppid=17821 vsize=5356 CPUtime=0
/proc/17834/stat : 17834 (sh) S 17821 17821 15662 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22996114 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17834/statm: 1339 233 193 169 0 50 0
[pid=17835] ppid=17834 vsize=864476 CPUtime=28.12
/proc/17835/stat : 17835 (java) S 17834 17821 15662 0 -1 0 14825 0 1 0 2794 18 0 0 18 0 9 0 22996114 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17835/statm: 216119 9560 2590 9 0 210596 0
[pid=17835/tid=17836] ppid=17834 vsize=864476 CPUtime=26.99
/proc/17835/task/17836/stat : 17836 (java) R 17834 17821 15662 0 -1 64 3344 0 1 0 2691 8 0 0 25 0 9 0 22996115 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17837] ppid=17834 vsize=864476 CPUtime=1
/proc/17835/task/17837/stat : 17837 (java) S 17834 17821 15662 0 -1 64 10429 0 0 0 92 8 0 0 16 0 9 0 22996116 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17838] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17838/stat : 17838 (java) S 17834 17821 15662 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17839] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17839/stat : 17839 (java) S 17834 17821 15662 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22996116 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17840] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17840/stat : 17840 (java) S 17834 17821 15662 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22996118 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17841] ppid=17834 vsize=864476 CPUtime=0.1
/proc/17835/task/17841/stat : 17841 (java) S 17834 17821 15662 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 22996118 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17842] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17842/stat : 17842 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22996119 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17835/tid=17843] ppid=17834 vsize=864476 CPUtime=0
/proc/17835/task/17843/stat : 17843 (java) S 17834 17821 15662 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22996119 885223424 9560 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.46
Current children cumulated vsize (KiB) 886700

[startup+29.1015 s]
/proc/loadavg: 1.33 1.47 1.79 3/93 17843
/proc/meminfo: memFree=1784888/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=28.51
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1376 20340 0 2 6 1 2821 23 15 0 1 0 22996073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 28.51
Current children cumulated vsize (KiB) 16868

[startup+29.3016 s]
/proc/loadavg: 1.33 1.47 1.79 3/93 17843
/proc/meminfo: memFree=1784888/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=29.06
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1430 24366 0 2 6 1 2874 25 16 0 1 0 22996073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 29.06
Current children cumulated vsize (KiB) 16868

[startup+29.4016 s]
/proc/loadavg: 1.33 1.47 1.79 3/93 17843
/proc/meminfo: memFree=1784888/2055920 swapFree=4192812/4192956
[pid=17821] ppid=17819 vsize=16868 CPUtime=29.06
/proc/17821/stat : 17821 (sugar) S 17819 17821 15662 0 -1 4194304 1448 24366 0 2 6 1 2874 25 16 0 1 0 22996073 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17821/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 29.06
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 29.4632
CPU time (s): 29.2096
CPU user time (s): 28.9026
CPU system time (s): 0.306953
CPU usage (%): 99.1393
Max. virtual memory (cumulated for all children) (KiB): 889520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.9026
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29643
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= 7303
involuntary context switches= 8052

runsolver used 0.040993 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 02:42:10
IDJOB=2074833
IDBENCH=56142
IDSOLVER=739
FILE ID=node59/2074833-1247359329
PBS_JOBID= 9506892
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle08.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-2074833-1247359329/watcher-2074833-1247359329 -o /tmp/evaluation-result-2074833-1247359329/solver-2074833-1247359329 -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-2074833-1247359329.xml

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

MD5SUM BENCH= f1369e2d264736f03a1eaa99e48651c1
RANDOM SEED=358012488

node59.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.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1826544 kB
Buffers:         45920 kB
Cached:         100552 kB
SwapCached:          0 kB
Active:         119284 kB
Inactive:        59924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:          50884 kB
Slab:            35400 kB
Committed_AS:   214320 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node59 at 2009-07-12 02:42:39