Trace number 2079057

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 237.617 243.77

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle20.xml
MD5SUM5124d473a74cd76afc8a15e41a8a1736
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.229964
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints92
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension68
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:03:07 2009
0.00/0.07	c 0	PID 21143
0.06/0.08	c 0	HOST node2.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079057-1247367787.xml TO HOME/temp.csp
0.06/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-2079057-1247367787.xml' 'HOME/temp.csp'
0.06/0.65	c 1	1 domains, 52 variables, 6 predicates, 4 relations, 92 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.78	c 1	Parsing HOME/temp.csp
1.10/1.23	c 1	parsed 155 expressions
1.10/1.24	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.24	c 1	Converting to clausal form CSP
1.19/1.33	c 2	converted 16 (10%) expressions
1.19/1.33	c 2	converted 31 (20%) expressions
1.19/1.33	c 2	converted 47 (30%) expressions
1.19/1.35	c 2	converted 62 (40%) expressions
1.29/1.43	c 2	converted 78 (50%) expressions
1.50/1.69	c 2	converted 93 (60%) expressions
1.59/1.70	c 2	converted 109 (70%) expressions
2.89/3.01	c 3	converted 124 (80%) expressions
2.89/3.02	c 3	converted 140 (90%) expressions
2.89/3.04	c 3	converted 155 (100%) expressions
2.89/3.04	c 3	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
2.89/3.04	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.04	c 3	Propagation in CSP
2.89/3.04	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.04	c 3	CSP : 52 integers, 0 booleans, 92 clauses, largest domain size 26
2.89/3.04	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.05	c 3	Simplifing CSP by introducing new Boolean variables
2.89/3.05	c 3	CSP : 52 integers, 512 booleans, 604 clauses, largest domain size 26
2.89/3.05	c 3	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.19/3.36	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.19/3.37	c 4	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
3.19/3.37	c 4	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
3.19/3.38	c 4	16 (30%) CSP integer variables are encoded (384 clauses, 4080 bytes)
3.19/3.38	c 4	21 (40%) CSP integer variables are encoded (504 clauses, 5400 bytes)
3.19/3.38	c 4	26 (50%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.19/3.38	c 4	32 (60%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.19/3.38	c 4	37 (70%) CSP integer variables are encoded (888 clauses, 9624 bytes)
3.19/3.38	c 4	42 (80%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
3.19/3.38	c 4	47 (90%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
3.19/3.38	c 4	52 (100%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
8.95/9.17	c 9	61 (10%) CSP clauses are encoded (119919 clauses, 4213789 bytes)
8.95/9.17	c 9	121 (20%) CSP clauses are encoded (121279 clauses, 4236139 bytes)
8.95/9.18	c 9	182 (30%) CSP clauses are encoded (122640 clauses, 4259543 bytes)
235.61/241.75	c 242	242 (40%) CSP clauses are encoded (653304 clauses, 31198287 bytes)
235.61/241.75	c 242	302 (50%) CSP clauses are encoded (654714 clauses, 31221783 bytes)
235.61/241.76	c 242	363 (60%) CSP clauses are encoded (656125 clauses, 31245563 bytes)
235.61/241.76	c 242	423 (70%) CSP clauses are encoded (657510 clauses, 31269258 bytes)
235.61/241.77	c 242	484 (80%) CSP clauses are encoded (658946 clauses, 31293905 bytes)
235.61/241.77	c 242	544 (90%) CSP clauses are encoded (660381 clauses, 31318771 bytes)
235.61/241.78	c 242	604 (100%) CSP clauses are encoded (661816 clauses, 31343647 bytes)
235.61/241.78	c 242	604 CSP clauses encoded
235.61/241.78	c 242	Writing map file : HOME/temp.map
235.61/241.78	c 242	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
235.61/241.78	c 242	SAT : 1812 SAT variables, 661816 SAT clauses, 31343647 bytes
235.61/241.78	c 242	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
235.69/241.84	c 242	SOLVING HOME/temp.cnf
235.69/241.84	c 242	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
235.69/241.85	c 242	This is MiniSat 2.0 beta
235.69/241.85	c 242	WARNING: for repeatability, setting FPU to use double precision
235.69/241.85	c 242	============================[ Problem Statistics ]=============================
235.69/241.85	c 242	|                                                                             |
235.69/241.85	c 242	|  Number of variables:  1812                                                 |
235.69/241.85	c 242	|  Number of clauses:    661816                                               |
236.35/242.59	c 243	|  Parsing time:         0.63         s                                       |
236.44/242.64	c 243	============================[ Search Statistics ]==============================
236.44/242.64	c 243	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
236.44/242.64	c 243	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
236.44/242.64	c 243	===============================================================================
236.44/242.64	c 243	|         0 |    1812   661816  6454300 |   220605        0    nan |  0.000 % |
236.54/242.71	c 243	|       100 |    1812   661816  6454300 |   242665      100      9 |  0.000 % |
236.64/242.83	c 243	|       251 |    1812   661816  6454300 |   266932      251      7 |  0.001 % |
236.84/243.08	c 243	|       478 |    1812   661816  6454300 |   293625      478     10 |  0.001 % |
237.14/243.38	c 244	|       815 |    1812   661816  6454300 |   322988      815     10 |  0.000 % |
237.34/243.57	c 244	===============================================================================
237.34/243.57	c 244	restarts              : 5
237.34/243.57	c 244	conflicts             : 1052           (661 /sec)
237.34/243.57	c 244	decisions             : 3340           (1.29 % random) (2100 /sec)
237.34/243.57	c 244	propagations          : 59921          (37668 /sec)
237.34/243.57	c 244	conflict literals     : 10405          (19.48 % deleted)
237.34/243.57	c 244	Memory used           : 49.05 MB
237.34/243.57	c 244	CPU time              : 1.59076 s
237.34/243.57	c 244	
237.34/243.57	c 244	SATISFIABLE
237.34/243.58	c 244	DECODING HOME/temp.out WITH HOME/temp.map
237.34/243.58	c 244	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'
237.45/243.66	c 244	Decoding HOME/temp.out
237.45/243.70	s SATISFIABLE
237.45/243.70	v 17 12 8 2 24 14 13 18 25 24 4 20 19 4 25 19 14 18 18 8 17 0 18 0 25 19 21 8 4 19 14 8 19 14 8 13 19 18 19 17 20 12 4 18 4 20 19 4 18 2 4 19
237.45/243.72	c 244	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
237.45/243.76	c 244	CPU 237.58 (0.06 0.01 236.81 0.7)
237.45/243.76	c 244	END Sun Jul 12 05:07:11 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-2079057-1247367787/watcher-2079057-1247367787 -o /tmp/evaluation-result-2079057-1247367787/solver-2079057-1247367787 -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-2079057-1247367787.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.32 2.20 2.13 4/82 21143
/proc/meminfo: memFree=1337512/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=18576 CPUtime=0
/proc/21143/stat : 21143 (runsolver) R 21141 21143 18069 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23846397 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21143/statm: 4644 284 249 26 0 2626 0

[startup+0.079229 s]
/proc/loadavg: 2.32 2.20 2.13 4/82 21143
/proc/meminfo: memFree=1337512/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16740 CPUtime=0.06
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23846397 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10153 s]
/proc/loadavg: 2.32 2.20 2.13 4/82 21143
/proc/meminfo: memFree=1337512/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.06
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301568 s]
/proc/loadavg: 2.32 2.20 2.13 4/82 21143
/proc/meminfo: memFree=1337512/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.06
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701636 s]
/proc/loadavg: 2.32 2.20 2.13 4/82 21143
/proc/meminfo: memFree=1337512/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.06
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50279 s]
/proc/loadavg: 2.32 2.20 2.13 3/93 21165
/proc/meminfo: memFree=1325968/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.63
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1309 8221 0 1 5 1 53 4 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864912 CPUtime=0.76
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 8820 0 1 0 71 5 0 0 20 0 9 0 23846469 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216228 7719 2566 9 0 210733 0
[pid=21157/tid=21158] ppid=21156 vsize=864912 CPUtime=0.45
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 2577 0 1 0 44 1 0 0 25 0 9 0 23846470 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864912 CPUtime=0.24
/proc/21157/task/21159/stat : 21159 (java) R 21156 21143 18069 0 -1 64 5229 0 0 0 21 3 0 0 16 0 9 0 23846471 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 102758198 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23846471 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21162/stat : 21162 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23846473 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21163] ppid=21156 vsize=864912 CPUtime=0.04
/proc/21157/task/21163/stat : 21163 (java) S 21156 21143 18069 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23846473 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21164] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885669888 7719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887136

[startup+3.10209 s]
/proc/loadavg: 2.32 2.20 2.13 4/93 21165
/proc/meminfo: memFree=1299344/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.64
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1310 8221 0 1 6 1 53 4 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864912 CPUtime=2.35
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 18066 0 1 0 225 10 0 0 20 0 9 0 23846469 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216228 16365 2566 9 0 210733 0
[pid=21157/tid=21158] ppid=21156 vsize=864912 CPUtime=1.06
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 3143 0 1 0 104 2 0 0 25 0 9 0 23846470 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864912 CPUtime=1.2
/proc/21157/task/21159/stat : 21159 (java) R 21156 21143 18069 0 -1 64 13895 0 0 0 113 7 0 0 16 0 9 0 23846471 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23846471 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21162/stat : 21162 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23846473 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21163] ppid=21156 vsize=864912 CPUtime=0.07
/proc/21157/task/21163/stat : 21163 (java) S 21156 21143 18069 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 23846473 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21164] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864912 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885669888 16365 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887136

[startup+6.30266 s]
/proc/loadavg: 2.37 2.22 2.13 3/93 21165
/proc/meminfo: memFree=1276560/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.64
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1310 8221 0 1 6 1 53 4 15 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864520 CPUtime=5.53
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 18191 0 1 0 541 12 0 0 20 0 9 0 23846469 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216130 16301 2590 9 0 210607 0
[pid=21157/tid=21158] ppid=21156 vsize=864520 CPUtime=3.87
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 3249 0 1 0 383 4 0 0 25 0 9 0 23846470 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864520 CPUtime=1.55
/proc/21157/task/21159/stat : 21159 (java) S 21156 21143 18069 0 -1 64 13895 0 0 0 148 7 0 0 16 0 9 0 23846471 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21162/stat : 21162 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21163] ppid=21156 vsize=864520 CPUtime=0.09
/proc/21157/task/21163/stat : 21163 (java) S 21156 21143 18069 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 23846473 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21164] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885268480 16301 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886744

[startup+12.7028 s]
/proc/loadavg: 2.34 2.21 2.13 3/93 21165
/proc/meminfo: memFree=1261520/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.64
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1310 8221 0 1 6 1 53 4 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864520 CPUtime=11.9
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 21243 0 1 0 1175 15 0 0 20 0 9 0 23846469 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216130 19287 2590 9 0 210607 0
[pid=21157/tid=21158] ppid=21156 vsize=864520 CPUtime=10.04
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 3315 0 1 0 1000 4 0 0 25 0 9 0 23846470 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4126630756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864520 CPUtime=1.72
/proc/21157/task/21159/stat : 21159 (java) S 21156 21143 18069 0 -1 64 16877 0 0 0 163 9 0 0 16 0 9 0 23846471 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21162/stat : 21162 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21163] ppid=21156 vsize=864520 CPUtime=0.1
/proc/21157/task/21163/stat : 21163 (java) S 21156 21143 18069 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 23846473 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21164] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885268480 19287 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886744

[startup+25.5012 s]
/proc/loadavg: 2.27 2.20 2.13 3/93 21165
/proc/meminfo: memFree=1259288/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.64
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1310 8221 0 1 6 1 53 4 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864520 CPUtime=24.63
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 21996 0 1 0 2448 15 0 0 20 0 9 0 23846469 885268480 20025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216130 20025 2590 9 0 210607 0
[pid=21157/tid=21158] ppid=21156 vsize=864520 CPUtime=22.72
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 3330 0 1 0 2268 4 0 0 25 0 9 0 23846470 885268480 20025 996147200 134512640 134550932 4294955936 18446744073709551615 4126630866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864520 CPUtime=1.77
/proc/21157/task/21159/stat : 21159 (java) S 21156 21143 18069 0 -1 64 17615 0 0 0 168 9 0 0 16 0 9 0 23846471 885268480 20025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 20025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 20025 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864520 CPUtime=0

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

/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.46
Current children cumulated vsize (KiB) 886744

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

[startup+230.303 s]
/proc/loadavg: 2.64 2.28 2.16 4/94 21321
/proc/meminfo: memFree=1098072/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.64
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1310 8221 0 1 6 1 53 4 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864520 CPUtime=223.63
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 38374 0 1 0 22323 40 0 0 20 0 9 0 23846469 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216130 25309 2590 9 0 210607 0
[pid=21157/tid=21158] ppid=21156 vsize=864520 CPUtime=219.95
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 3731 0 1 0 21977 18 0 0 25 0 9 0 23846470 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4126633443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864520 CPUtime=3.54
/proc/21157/task/21159/stat : 21159 (java) S 21156 21143 18069 0 -1 64 33586 0 0 0 333 21 0 0 16 0 9 0 23846471 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21162/stat : 21162 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21163] ppid=21156 vsize=864520 CPUtime=0.11
/proc/21157/task/21163/stat : 21163 (java) S 21156 21143 18069 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 23846473 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21164] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885268480 25309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.27
Current children cumulated vsize (KiB) 886744

[startup+236.703 s]
/proc/loadavg: 2.67 2.29 2.16 3/94 21321
/proc/meminfo: memFree=936024/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.64
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1310 8221 0 1 6 1 53 4 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864520 CPUtime=229.99
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 44004 0 1 0 22957 42 0 0 20 0 9 0 23846469 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216130 25441 2590 9 0 210607 0
[pid=21157/tid=21158] ppid=21156 vsize=864520 CPUtime=225.91
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 3737 0 1 0 22573 18 0 0 25 0 9 0 23846470 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864520 CPUtime=3.95
/proc/21157/task/21159/stat : 21159 (java) S 21156 21143 18069 0 -1 64 39210 0 0 0 372 23 0 0 16 0 9 0 23846471 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21162/stat : 21162 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21163] ppid=21156 vsize=864520 CPUtime=0.11
/proc/21157/task/21163/stat : 21163 (java) S 21156 21143 18069 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 23846473 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21164] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885268480 25441 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 230.63
Current children cumulated vsize (KiB) 886744

[startup+239.901 s]
/proc/loadavg: 2.61 2.29 2.16 3/94 21321
/proc/meminfo: memFree=933272/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.64
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1310 8221 0 1 6 1 53 4 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864520 CPUtime=233.17
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 44041 0 1 0 23275 42 0 0 20 0 9 0 23846469 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216130 25477 2590 9 0 210607 0
[pid=21157/tid=21158] ppid=21156 vsize=864520 CPUtime=229.09
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 3738 0 1 0 22891 18 0 0 25 0 9 0 23846470 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864520 CPUtime=3.95
/proc/21157/task/21159/stat : 21159 (java) S 21156 21143 18069 0 -1 64 39246 0 0 0 372 23 0 0 16 0 9 0 23846471 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21162/stat : 21162 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21163] ppid=21156 vsize=864520 CPUtime=0.11
/proc/21157/task/21163/stat : 21163 (java) S 21156 21143 18069 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 23846473 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21164] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 233.81
Current children cumulated vsize (KiB) 886744

[startup+241.503 s]
/proc/loadavg: 2.61 2.29 2.16 3/94 21321
/proc/meminfo: memFree=933272/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=0.64
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1310 8221 0 1 6 1 53 4 16 0 1 0 23846397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1111 409 3 0 796 0
[pid=21156] ppid=21143 vsize=5356 CPUtime=0
/proc/21156/stat : 21156 (sh) S 21143 21143 18069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23846468 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21156/statm: 1339 233 193 169 0 50 0
[pid=21157] ppid=21156 vsize=864520 CPUtime=234.77
/proc/21157/stat : 21157 (java) S 21156 21143 18069 0 -1 0 44067 0 1 0 23432 45 0 0 20 0 9 0 23846469 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21157/statm: 216130 25477 2590 9 0 210607 0
[pid=21157/tid=21158] ppid=21156 vsize=864520 CPUtime=230.66
/proc/21157/task/21158/stat : 21158 (java) R 21156 21143 18069 0 -1 64 3764 0 1 0 23045 21 0 0 25 0 9 0 23846470 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21159] ppid=21156 vsize=864520 CPUtime=3.98
/proc/21157/task/21159/stat : 21159 (java) S 21156 21143 18069 0 -1 64 39246 0 0 0 375 23 0 0 15 0 9 0 23846471 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21160] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21160/stat : 21160 (java) S 21156 21143 18069 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21161] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21161/stat : 21161 (java) S 21156 21143 18069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23846471 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21162] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21162/stat : 21162 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21163] ppid=21156 vsize=864520 CPUtime=0.11
/proc/21157/task/21163/stat : 21163 (java) S 21156 21143 18069 0 -1 64 354 0 0 0 11 0 0 0 16 0 9 0 23846473 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21164] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21164/stat : 21164 (java) S 21156 21143 18069 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23846473 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21157/tid=21165] ppid=21156 vsize=864520 CPUtime=0
/proc/21157/task/21165/stat : 21165 (java) S 21156 21143 18069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23846473 885268480 25477 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 235.41
Current children cumulated vsize (KiB) 886744

[startup+243.108 s]
/proc/loadavg: 2.56 2.28 2.16 3/86 21323
/proc/meminfo: memFree=970584/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=235.71
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1376 52607 0 2 6 1 23511 53 15 0 1 0 23846397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1113 409 3 0 796 0
[pid=21322] ppid=21143 vsize=5356 CPUtime=0
/proc/21322/stat : 21322 (sh) S 21143 21143 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23870582 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21322/statm: 1339 232 193 169 0 50 0
[pid=21323] ppid=21322 vsize=49124 CPUtime=1.24
/proc/21323/stat : 21323 (minisat) R 21322 21143 18069 0 -1 4194304 11966 0 0 0 112 12 0 0 25 0 1 0 23870582 50302976 11952 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21323/statm: 12281 11952 76 150 0 12128 0
Current children cumulated CPU time (s) 236.95
Current children cumulated vsize (KiB) 71348

[startup+243.501 s]
/proc/loadavg: 2.56 2.28 2.16 3/86 21323
/proc/meminfo: memFree=970584/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=235.71
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1376 52607 0 2 6 1 23511 53 15 0 1 0 23846397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1113 409 3 0 796 0
[pid=21322] ppid=21143 vsize=5356 CPUtime=0
/proc/21322/stat : 21322 (sh) S 21143 21143 18069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23870582 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21322/statm: 1339 232 193 169 0 50 0
[pid=21323] ppid=21322 vsize=50224 CPUtime=1.63
/proc/21323/stat : 21323 (minisat) R 21322 21143 18069 0 -1 4194304 12210 0 0 0 151 12 0 0 25 0 1 0 23870582 51429376 12196 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21323/statm: 12556 12196 76 150 0 12403 0
Current children cumulated CPU time (s) 237.34
Current children cumulated vsize (KiB) 72448

[startup+243.701 s]
/proc/loadavg: 2.56 2.28 2.16 3/86 21323
/proc/meminfo: memFree=970584/2055920 swapFree=4192812/4192956
[pid=21143] ppid=21141 vsize=16868 CPUtime=237.45
/proc/21143/stat : 21143 (sugar) S 21141 21143 18069 0 -1 4194304 1449 65113 0 2 6 1 23671 67 15 0 1 0 23846397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21143/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 237.45
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 243.77
CPU time (s): 237.617
CPU user time (s): 236.88
CPU system time (s): 0.736887
CPU usage (%): 97.476
Max. virtual memory (cumulated for all children) (KiB): 897996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 236.88
system time used= 0.736887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70399
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= 11723
involuntary context switches= 14561

runsolver used 0.310952 second user time and 0.830873 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 05:03:07
IDJOB=2079057
IDBENCH=56841
IDSOLVER=739
FILE ID=node2/2079057-1247367787
PBS_JOBID= 9507077
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle20.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-2079057-1247367787/watcher-2079057-1247367787 -o /tmp/evaluation-result-2079057-1247367787/solver-2079057-1247367787 -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-2079057-1247367787.xml

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

MD5SUM BENCH= 5124d473a74cd76afc8a15e41a8a1736
RANDOM SEED=612442882

node2.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.265
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.265
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:       1337992 kB
Buffers:         32280 kB
Cached:         172128 kB
SwapCached:          0 kB
Active:         579224 kB
Inactive:        83480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1337992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1992 kB
Writeback:           0 kB
Mapped:         478720 kB
Slab:            39416 kB
Committed_AS:   627076 kB
PageTables:       2804 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= 66336 MiB
End job on node2 at 2009-07-12 05:07:11