Trace number 2079211

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+minisatUNSAT 42.1586 42.536

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-15_ext.xml
MD5SUM94a222d57bade926026175cb32fe08c2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
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 05:06:01 2009
0.00/0.07	c 0	PID 24349
0.00/0.08	c 0	HOST node58.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079211-1247367960.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-2079211-1247367960.xml' 'HOME/temp.csp'
0.06/0.30	c 0	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	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.27/0.45	c 0	Parsing HOME/temp.csp
0.27/0.52	c 0	parsed 194 expressions
0.27/0.53	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.53	c 0	Converting to clausal form CSP
0.27/0.55	c 0	converted 20 (10%) expressions
0.27/0.55	c 0	converted 39 (20%) expressions
0.27/0.55	c 0	converted 59 (30%) expressions
0.27/0.55	c 0	converted 78 (40%) expressions
0.27/0.55	c 0	converted 97 (50%) expressions
0.27/0.55	c 0	converted 117 (60%) expressions
0.27/0.55	c 0	converted 136 (70%) expressions
0.27/0.55	c 0	converted 156 (80%) expressions
0.27/0.72	c 0	converted 175 (90%) expressions
0.27/0.97	c 0	converted 194 (100%) expressions
0.27/0.97	c 0	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.27/0.97	c 0	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.97	c 0	Propagation in CSP
0.27/0.97	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.97	c 0	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.27/0.97	c 0	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.97	c 0	Simplifing CSP by introducing new Boolean variables
0.27/0.98	c 0	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.27/0.98	c 0	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/1.06	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.27/1.08	c 1	17 (10%) CSP integer variables are encoded (408 clauses, 4344 bytes)
0.27/1.08	c 1	33 (20%) CSP integer variables are encoded (792 clauses, 8568 bytes)
0.27/1.08	c 1	50 (30%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
0.27/1.09	c 1	66 (40%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
0.27/1.09	c 1	83 (50%) CSP integer variables are encoded (1992 clauses, 23833 bytes)
0.27/1.09	c 1	99 (60%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
0.27/1.09	c 1	116 (70%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
0.27/1.09	c 1	132 (80%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
0.27/1.09	c 1	149 (90%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
0.27/1.09	c 1	165 (100%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
8.34/8.57	c 8	3 (10%) CSP clauses are encoded (65070 clauses, 4270483 bytes)
15.60/15.86	c 15	6 (20%) CSP clauses are encoded (126180 clauses, 8590959 bytes)
20.58/20.86	c 20	8 (30%) CSP clauses are encoded (166920 clauses, 11497471 bytes)
27.93/28.25	c 28	11 (40%) CSP clauses are encoded (228030 clauses, 15895881 bytes)
32.71/33.10	c 33	13 (50%) CSP clauses are encoded (268770 clauses, 18879427 bytes)
37.88/38.21	c 38	16 (60%) CSP clauses are encoded (310959 clauses, 21959615 bytes)
37.98/38.38	c 38	19 (70%) CSP clauses are encoded (315306 clauses, 22311640 bytes)
38.19/38.50	c 38	21 (80%) CSP clauses are encoded (318204 clauses, 22575912 bytes)
38.28/38.69	c 38	24 (90%) CSP clauses are encoded (322551 clauses, 22972320 bytes)
38.47/38.80	c 38	26 (100%) CSP clauses are encoded (325449 clauses, 23236592 bytes)
38.47/38.80	c 38	26 CSP clauses encoded
38.47/38.80	c 38	Writing map file : HOME/temp.map
38.47/38.81	c 38	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
38.47/38.81	c 38	SAT : 4125 SAT variables, 325449 SAT clauses, 23236592 bytes
38.47/38.81	c 38	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
38.47/38.86	c 38	SOLVING HOME/temp.cnf
38.47/38.86	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.47/38.87	c 38	This is MiniSat 2.0 beta
38.47/38.87	c 38	WARNING: for repeatability, setting FPU to use double precision
38.47/38.87	c 38	============================[ Problem Statistics ]=============================
38.47/38.87	c 38	|                                                                             |
38.47/38.87	c 38	|  Number of variables:  4125                                                 |
38.47/38.87	c 38	|  Number of clauses:    325449                                               |
38.52/39.37	c 39	|  Parsing time:         0.46         s                                       |
38.52/39.42	c 39	============================[ Search Statistics ]==============================
38.52/39.42	c 39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.52/39.42	c 39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.52/39.42	c 39	===============================================================================
38.52/39.42	c 39	|         0 |    4059   317591  4304088 |   105863        0    nan |  0.000 % |
38.52/39.44	c 39	|       100 |    4055   317591  4304088 |   116450       96      6 |  1.746 % |
38.52/39.45	c 39	|       251 |    4054   317591  4304088 |   128095      247      6 |  1.746 % |
38.52/39.46	c 39	|       478 |    4054   317591  4304088 |   140904      474      6 |  1.746 % |
38.52/39.49	c 39	|       816 |    4053   317591  4304088 |   154994      811      7 |  1.818 % |
38.52/39.53	c 39	|      1323 |    4052   317591  4304088 |   170494     1317      8 |  1.867 % |
38.52/39.58	c 39	|      2082 |    4051   317591  4304088 |   187543     2075      8 |  1.915 % |
39.24/39.67	c 39	|      3221 |    4050   317591  4304088 |   206298     3213      8 |  1.939 % |
39.43/39.82	c 39	|      4929 |    4050   317591  4304088 |   226928     4921      9 |  1.940 % |
39.64/40.04	c 40	|      7493 |    4049   317591  4304088 |   249620     7485      9 |  1.939 % |
40.14/40.57	c 40	|     11337 |    4047   317591  4304088 |   274583    11327     10 |  2.036 % |
41.92/42.35	c 42	===============================================================================
41.92/42.35	c 42	restarts              : 11
41.92/42.35	c 42	conflicts             : 16925          (4963 /sec)
41.92/42.35	c 42	decisions             : 23354          (1.77 % random) (6848 /sec)
41.92/42.35	c 42	propagations          : 975199         (285942 /sec)
41.92/42.35	c 42	conflict literals     : 168574         (30.19 % deleted)
41.92/42.35	c 42	Memory used           : 31.21 MB
41.92/42.35	c 42	CPU time              : 3.41048 s
41.92/42.35	c 42	
41.92/42.35	c 42	UNSATISFIABLE
41.92/42.36	c 42	DECODING HOME/temp.out WITH HOME/temp.map
41.92/42.36	c 42	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'
41.99/42.43	c 42	Decoding HOME/temp.out
41.99/42.48	s UNSATISFIABLE
41.99/42.48	c 42	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
41.99/42.53	c 42	CPU 42.12 (0.05 0.01 41.6 0.46)
41.99/42.53	c 42	END Sun Jul 12 05:06:43 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079211-1247367960/watcher-2079211-1247367960 -o /tmp/evaluation-result-2079211-1247367960/solver-2079211-1247367960 -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-2079211-1247367960.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.12 2.07 2.06 3/82 24349
/proc/meminfo: memFree=1637248/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=18576 CPUtime=0
/proc/24349/stat : 24349 (runsolver) R 24347 24349 23596 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23859175 19021824 285 996147200 4194304 4302564 548682068304 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24349/statm: 4644 285 249 26 0 2626 0

[startup+0.106804 s]
/proc/loadavg: 2.12 2.07 2.06 3/82 24349
/proc/meminfo: memFree=1637248/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.06
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202813 s]
/proc/loadavg: 2.12 2.07 2.06 3/82 24349
/proc/meminfo: memFree=1637248/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.06
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302821 s]
/proc/loadavg: 2.12 2.07 2.06 3/82 24349
/proc/meminfo: memFree=1637248/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.06
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702851 s]
/proc/loadavg: 2.12 2.07 2.06 3/82 24349
/proc/meminfo: memFree=1637248/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1309 4431 0 1 5 1 19 2 15 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 2.12 2.07 2.06 4/93 24371
/proc/meminfo: memFree=1612712/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1310 4431 0 1 5 1 19 2 15 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
[pid=24362] ppid=24349 vsize=5356 CPUtime=0
/proc/24362/stat : 24362 (sh) S 24349 24349 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23859209 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24362/statm: 1339 233 193 169 0 50 0
[pid=24363] ppid=24362 vsize=864392 CPUtime=1.11
/proc/24363/stat : 24363 (java) S 24362 24349 23596 0 -1 0 8860 0 1 0 107 4 0 0 19 0 9 0 23859209 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24363/statm: 216098 8087 2590 9 0 210575 0
[pid=24363/tid=24364] ppid=24362 vsize=864392 CPUtime=0.65
/proc/24363/task/24364/stat : 24364 (java) R 24362 24349 23596 0 -1 64 2872 0 1 0 64 1 0 0 24 0 9 0 23859210 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4126547069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24365] ppid=24362 vsize=864392 CPUtime=0.37
/proc/24363/task/24365/stat : 24365 (java) S 24362 24349 23596 0 -1 64 4965 0 0 0 36 1 0 0 16 0 9 0 23859211 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24366] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24366/stat : 24366 (java) S 24362 24349 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23859211 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24367] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24367/stat : 24367 (java) S 24362 24349 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23859211 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24368] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24368/stat : 24368 (java) S 24362 24349 23596 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 23859216 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24369] ppid=24362 vsize=864392 CPUtime=0.07
/proc/24363/task/24369/stat : 24369 (java) S 24362 24349 23596 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 23859216 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24370] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24370/stat : 24370 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23859217 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24371] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24371/stat : 24371 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23859217 885137408 8087 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886616

[startup+3.10106 s]
/proc/loadavg: 2.11 2.07 2.06 3/93 24371
/proc/meminfo: memFree=1611112/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1310 4431 0 1 5 1 19 2 15 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
[pid=24362] ppid=24349 vsize=5356 CPUtime=0
/proc/24362/stat : 24362 (sh) S 24349 24349 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23859209 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24362/statm: 1339 233 193 169 0 50 0
[pid=24363] ppid=24362 vsize=864392 CPUtime=2.7
/proc/24363/stat : 24363 (java) S 24362 24349 23596 0 -1 0 9479 0 1 0 266 4 0 0 19 0 9 0 23859209 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24363/statm: 216098 8667 2590 9 0 210575 0
[pid=24363/tid=24364] ppid=24362 vsize=864392 CPUtime=2.2
/proc/24363/task/24364/stat : 24364 (java) R 24362 24349 23596 0 -1 64 2911 0 1 0 219 1 0 0 25 0 9 0 23859210 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 103564559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24365] ppid=24362 vsize=864392 CPUtime=0.41
/proc/24363/task/24365/stat : 24365 (java) S 24362 24349 23596 0 -1 64 5545 0 0 0 39 2 0 0 16 0 9 0 23859211 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24366] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24366/stat : 24366 (java) S 24362 24349 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23859211 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24367] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24367/stat : 24367 (java) S 24362 24349 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23859211 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24368] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24368/stat : 24368 (java) S 24362 24349 23596 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 23859216 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24369] ppid=24362 vsize=864392 CPUtime=0.07
/proc/24363/task/24369/stat : 24369 (java) S 24362 24349 23596 0 -1 64 324 0 0 0 7 0 0 0 16 0 9 0 23859216 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24370] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24370/stat : 24370 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23859217 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24371] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24371/stat : 24371 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23859217 885137408 8667 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886616

[startup+6.30234 s]
/proc/loadavg: 2.11 2.07 2.06 3/93 24371
/proc/meminfo: memFree=1605032/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1310 4431 0 1 5 1 19 2 15 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
[pid=24362] ppid=24349 vsize=5356 CPUtime=0
/proc/24362/stat : 24362 (sh) S 24349 24349 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23859209 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24362/statm: 1339 233 193 169 0 50 0
[pid=24363] ppid=24362 vsize=864392 CPUtime=5.88
/proc/24363/stat : 24363 (java) S 24362 24349 23596 0 -1 0 10599 0 1 0 581 7 0 0 19 0 9 0 23859209 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24363/statm: 216098 9661 2590 9 0 210575 0
[pid=24363/tid=24364] ppid=24362 vsize=864392 CPUtime=5.29
/proc/24363/task/24364/stat : 24364 (java) R 24362 24349 23596 0 -1 64 3038 0 1 0 526 3 0 0 25 0 9 0 23859210 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4126547069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24365] ppid=24362 vsize=864392 CPUtime=0.5
/proc/24363/task/24365/stat : 24365 (java) S 24362 24349 23596 0 -1 64 6534 0 0 0 47 3 0 0 16 0 9 0 23859211 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24366] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24366/stat : 24366 (java) S 24362 24349 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23859211 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24367] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24367/stat : 24367 (java) S 24362 24349 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23859211 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24368] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24368/stat : 24368 (java) S 24362 24349 23596 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 23859216 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24369] ppid=24362 vsize=864392 CPUtime=0.07
/proc/24363/task/24369/stat : 24369 (java) S 24362 24349 23596 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 23859216 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24370] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24370/stat : 24370 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23859217 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24371] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24371/stat : 24371 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23859217 885137408 9661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886616

[startup+12.7029 s]
/proc/loadavg: 2.09 2.07 2.06 3/93 24371
/proc/meminfo: memFree=1596648/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1310 4431 0 1 5 1 19 2 16 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
[pid=24362] ppid=24349 vsize=5356 CPUtime=0
/proc/24362/stat : 24362 (sh) S 24349 24349 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23859209 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24362/statm: 1339 233 193 169 0 50 0
[pid=24363] ppid=24362 vsize=864392 CPUtime=12.25
/proc/24363/stat : 24363 (java) S 24362 24349 23596 0 -1 0 12805 0 1 0 1213 12 0 0 19 0 9 0 23859209 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24363/statm: 216098 10402 2590 9 0 210575 0
[pid=24363/tid=24364] ppid=24362 vsize=864392 CPUtime=11.39
/proc/24363/task/24364/stat : 24364 (java) R 24362 24349 23596 0 -1 64 3206 0 1 0 1134 5 0 0 25 0 9 0 23859210 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4126500912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24365] ppid=24362 vsize=864392 CPUtime=0.75
/proc/24363/task/24365/stat : 24365 (java) S 24362 24349 23596 0 -1 64 8572 0 0 0 70 5 0 0 16 0 9 0 23859211 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24366] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24366/stat : 24366 (java) S 24362 24349 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23859211 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24367] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24367/stat : 24367 (java) S 24362 24349 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23859211 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24368] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24368/stat : 24368 (java) S 24362 24349 23596 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 23859216 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24369] ppid=24362 vsize=864392 CPUtime=0.07
/proc/24363/task/24369/stat : 24369 (java) S 24362 24349 23596 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 23859216 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24370] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24370/stat : 24370 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23859217 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24371] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24371/stat : 24371 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23859217 885137408 10402 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886616

[startup+25.502 s]
/proc/loadavg: 2.08 2.06 2.06 3/93 24371
/proc/meminfo: memFree=1584680/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1310 4431 0 1 5 1 19 2 16 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
[pid=24362] ppid=24349 vsize=5356 CPUtime=0
/proc/24362/stat : 24362 (sh) S 24349 24349 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23859209 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24362/statm: 1339 233 193 169 0 50 0
[pid=24363] ppid=24362 vsize=864392 CPUtime=24.98
/proc/24363/stat : 24363 (java) S 24362 24349 23596 0 -1 0 15571 0 1 0 2477 21 0 0 19 0 9 0 23859209 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24363/statm: 216098 11581 2590 9 0 210575 0
[pid=24363/tid=24364] ppid=24362 vsize=864392 CPUtime=23.72
/proc/24363/task/24364/stat : 24364 (java) R 24362 24349 23596 0 -1 64 3541 0 1 0 2361 11 0 0 25 0 9 0 23859210 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24365] ppid=24362 vsize=864392 CPUtime=1.15
/proc/24363/task/24365/stat : 24365 (java) S 24362 24349 23596 0 -1 64 10998 0 0 0 107 8 0 0 16 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24366] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24366/stat : 24366 (java) S 24362 24349 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24367] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24367/stat : 24367 (java) S 24362 24349 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24368] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24368/stat : 24368 (java) S 24362 24349 23596 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 23859216 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24369] ppid=24362 vsize=864392 CPUtime=0.08
/proc/24363/task/24369/stat : 24369 (java) S 24362 24349 23596 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23859216 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24370] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24370/stat : 24370 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23859217 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24371] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24371/stat : 24371 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23859217 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 886616

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

[startup+25.602 s]
/proc/loadavg: 2.08 2.06 2.06 3/93 24371
/proc/meminfo: memFree=1584680/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1310 4431 0 1 5 1 19 2 16 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
[pid=24362] ppid=24349 vsize=5356 CPUtime=0
/proc/24362/stat : 24362 (sh) S 24349 24349 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23859209 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24362/statm: 1339 233 193 169 0 50 0
[pid=24363] ppid=24362 vsize=864392 CPUtime=25.08
/proc/24363/stat : 24363 (java) S 24362 24349 23596 0 -1 0 15573 0 1 0 2487 21 0 0 19 0 9 0 23859209 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24363/statm: 216098 11581 2590 9 0 210575 0
[pid=24363/tid=24364] ppid=24362 vsize=864392 CPUtime=23.81
/proc/24363/task/24364/stat : 24364 (java) R 24362 24349 23596 0 -1 64 3543 0 1 0 2370 11 0 0 25 0 9 0 23859210 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 102094030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24365] ppid=24362 vsize=864392 CPUtime=1.15
/proc/24363/task/24365/stat : 24365 (java) S 24362 24349 23596 0 -1 64 10998 0 0 0 107 8 0 0 16 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24366] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24366/stat : 24366 (java) S 24362 24349 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24367] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24367/stat : 24367 (java) S 24362 24349 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24368] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24368/stat : 24368 (java) S 24362 24349 23596 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 23859216 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24369] ppid=24362 vsize=864392 CPUtime=0.08
/proc/24363/task/24369/stat : 24369 (java) S 24362 24349 23596 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23859216 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24370] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24370/stat : 24370 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23859217 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24371] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24371/stat : 24371 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23859217 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 886616

[startup+32.0066 s]
/proc/loadavg: 2.06 2.06 2.06 3/93 24371
/proc/meminfo: memFree=1580392/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1310 4431 0 1 5 1 19 2 16 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
[pid=24362] ppid=24349 vsize=5356 CPUtime=0
/proc/24362/stat : 24362 (sh) S 24349 24349 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23859209 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24362/statm: 1339 233 193 169 0 50 0
[pid=24363] ppid=24362 vsize=864392 CPUtime=31.45
/proc/24363/stat : 24363 (java) S 24362 24349 23596 0 -1 0 16998 0 1 0 3118 27 0 0 19 0 9 0 23859209 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24363/statm: 216098 11581 2590 9 0 210575 0
[pid=24363/tid=24364] ppid=24362 vsize=864392 CPUtime=29.95
/proc/24363/task/24364/stat : 24364 (java) R 24362 24349 23596 0 -1 64 3721 0 1 0 2979 16 0 0 25 0 9 0 23859210 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4126563071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24365] ppid=24362 vsize=864392 CPUtime=1.4
/proc/24363/task/24365/stat : 24365 (java) S 24362 24349 23596 0 -1 64 12245 0 0 0 130 10 0 0 16 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24366] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24366/stat : 24366 (java) S 24362 24349 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24367] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24367/stat : 24367 (java) S 24362 24349 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23859211 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24368] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24368/stat : 24368 (java) S 24362 24349 23596 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 23859216 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24369] ppid=24362 vsize=864392 CPUtime=0.08
/proc/24363/task/24369/stat : 24369 (java) S 24362 24349 23596 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23859216 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24370] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24370/stat : 24370 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23859217 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24371] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24371/stat : 24371 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23859217 885137408 11581 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.72
Current children cumulated vsize (KiB) 886616

[startup+38.4012 s]
/proc/loadavg: 2.06 2.06 2.06 3/93 24371
/proc/meminfo: memFree=1577256/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=0.27
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1310 4431 0 1 5 1 19 2 15 0 1 0 23859175 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1111 409 3 0 796 0
[pid=24362] ppid=24349 vsize=5356 CPUtime=0
/proc/24362/stat : 24362 (sh) S 24349 24349 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23859209 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24362/statm: 1339 233 193 169 0 50 0
[pid=24363] ppid=24362 vsize=864392 CPUtime=37.81
/proc/24363/stat : 24363 (java) S 24362 24349 23596 0 -1 0 18460 0 1 0 3750 31 0 0 19 0 9 0 23859209 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24363/statm: 216098 11582 2590 9 0 210575 0
[pid=24363/tid=24364] ppid=24362 vsize=864392 CPUtime=36.03
/proc/24363/task/24364/stat : 24364 (java) R 24362 24349 23596 0 -1 64 3918 0 1 0 3584 19 0 0 25 0 9 0 23859210 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4126550469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24365] ppid=24362 vsize=864392 CPUtime=1.67
/proc/24363/task/24365/stat : 24365 (java) S 24362 24349 23596 0 -1 64 13510 0 0 0 156 11 0 0 16 0 9 0 23859211 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24366] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24366/stat : 24366 (java) S 24362 24349 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23859211 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24367] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24367/stat : 24367 (java) S 24362 24349 23596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23859211 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24368] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24368/stat : 24368 (java) S 24362 24349 23596 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 23859216 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24369] ppid=24362 vsize=864392 CPUtime=0.08
/proc/24363/task/24369/stat : 24369 (java) S 24362 24349 23596 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23859216 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24370] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24370/stat : 24370 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23859217 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24363/tid=24371] ppid=24362 vsize=864392 CPUtime=0
/proc/24363/task/24371/stat : 24371 (java) S 24362 24349 23596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23859217 885137408 11582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.08
Current children cumulated vsize (KiB) 886616

[startup+40.0013 s]
/proc/loadavg: 2.06 2.06 2.06 3/85 24373
/proc/meminfo: memFree=1582696/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=38.52
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1376 23234 0 2 5 1 3809 37 15 0 1 0 23859175 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1113 409 3 0 796 0
[pid=24372] ppid=24349 vsize=5356 CPUtime=0
/proc/24372/stat : 24372 (sh) S 24349 24349 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23863061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24372/statm: 1339 232 193 169 0 50 0
[pid=24373] ppid=24372 vsize=30216 CPUtime=1.12
/proc/24373/stat : 24373 (minisat) R 24372 24349 23596 0 -1 4194304 7317 0 0 0 107 5 0 0 25 0 1 0 23863062 30941184 7303 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/24373/statm: 7554 7303 75 150 0 7401 0
Current children cumulated CPU time (s) 39.64
Current children cumulated vsize (KiB) 52440

[startup+41.6014 s]
/proc/loadavg: 2.06 2.06 2.06 3/85 24373
/proc/meminfo: memFree=1581224/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=38.52
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1376 23234 0 2 5 1 3809 37 15 0 1 0 23859175 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1113 409 3 0 796 0
[pid=24372] ppid=24349 vsize=5356 CPUtime=0
/proc/24372/stat : 24372 (sh) S 24349 24349 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23863061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24372/statm: 1339 232 193 169 0 50 0
[pid=24373] ppid=24372 vsize=31280 CPUtime=2.71
/proc/24373/stat : 24373 (minisat) R 24372 24349 23596 0 -1 4194304 7569 0 0 0 266 5 0 0 25 0 1 0 23863062 32030720 7555 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24373/statm: 7820 7555 75 150 0 7667 0
Current children cumulated CPU time (s) 41.23
Current children cumulated vsize (KiB) 53504

[startup+42.0025 s]
/proc/loadavg: 2.05 2.06 2.05 3/85 24373
/proc/meminfo: memFree=1580776/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=38.52
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1376 23234 0 2 5 1 3809 37 15 0 1 0 23859175 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1113 409 3 0 796 0
[pid=24372] ppid=24349 vsize=5356 CPUtime=0
/proc/24372/stat : 24372 (sh) S 24349 24349 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23863061 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24372/statm: 1339 232 193 169 0 50 0
[pid=24373] ppid=24372 vsize=31280 CPUtime=3.11
/proc/24373/stat : 24373 (minisat) R 24372 24349 23596 0 -1 4194304 7598 0 0 0 306 5 0 0 25 0 1 0 23863062 32030720 7584 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/24373/statm: 7820 7584 75 150 0 7667 0
Current children cumulated CPU time (s) 41.63
Current children cumulated vsize (KiB) 53504

[startup+42.4025 s]
/proc/loadavg: 2.05 2.06 2.05 3/85 24373
/proc/meminfo: memFree=1580776/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=41.99
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1430 31285 0 2 5 1 4150 43 17 0 1 0 23859175 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 41.99
Current children cumulated vsize (KiB) 16868

[startup+42.5015 s]
/proc/loadavg: 2.05 2.06 2.05 3/85 24373
/proc/meminfo: memFree=1580776/2055920 swapFree=4192812/4192956
[pid=24349] ppid=24347 vsize=16868 CPUtime=41.99
/proc/24349/stat : 24349 (sugar) S 24347 24349 23596 0 -1 4194304 1449 31285 0 2 5 1 4150 43 16 0 1 0 23859175 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24349/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 41.99
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 42.536
CPU time (s): 42.1586
CPU user time (s): 41.6667
CPU system time (s): 0.491925
CPU usage (%): 99.1126
Max. virtual memory (cumulated for all children) (KiB): 889436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.6667
system time used= 0.491925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36587
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= 11791
involuntary context switches= 12886

runsolver used 0.035994 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 05:06:00
IDJOB=2079211
IDBENCH=56862
IDSOLVER=739
FILE ID=node58/2079211-1247367960
PBS_JOBID= 9507141
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg11-15_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-2079211-1247367960/watcher-2079211-1247367960 -o /tmp/evaluation-result-2079211-1247367960/solver-2079211-1247367960 -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-2079211-1247367960.xml

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

MD5SUM BENCH= 94a222d57bade926026175cb32fe08c2
RANDOM SEED=877410044

node58.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.234
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.234
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:       1637728 kB
Buffers:         68772 kB
Cached:         251708 kB
SwapCached:        140 kB
Active:         228296 kB
Inactive:       127300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637728 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:          55440 kB
Slab:            47700 kB
Committed_AS:   228904 kB
PageTables:       1808 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= 66312 MiB
End job on node58 at 2009-07-12 05:06:43