Trace number 2079189

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+minisat? (TO) 1800.04 1808.44

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-9_ext.xml
MD5SUMc9d9ea8ddcadf95a92e600c8dcfa9334
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 benchmark29.1686
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints15
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 05:05:28 2009
0.03/0.07	c 0	PID 24269
0.03/0.07	c 0	HOST node87.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2079189-1247367928.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079189-1247367928.xml' 'HOME/temp.csp'
0.06/0.30	c 0	1 domains, 54 variables, 0 predicates, 2 relations, 15 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.28/0.42	c 0	Parsing HOME/temp.csp
0.28/0.58	c 0	parsed 72 expressions
0.28/0.59	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.59	c 0	Converting to clausal form CSP
0.28/0.61	c 0	converted 8 (10%) expressions
0.28/0.61	c 0	converted 15 (20%) expressions
0.28/0.61	c 0	converted 22 (30%) expressions
0.28/0.61	c 0	converted 29 (40%) expressions
0.28/0.61	c 0	converted 36 (50%) expressions
0.28/0.61	c 0	converted 44 (60%) expressions
0.28/0.61	c 0	converted 51 (70%) expressions
0.28/0.66	c 0	converted 58 (80%) expressions
0.28/0.91	c 1	converted 65 (90%) expressions
1.11/1.24	c 1	converted 72 (100%) expressions
1.11/1.24	c 1	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.11/1.24	c 1	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.24	c 1	Propagation in CSP
1.11/1.24	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.24	c 1	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.11/1.24	c 1	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.24	c 1	CSP : 54 integers, 0 booleans, 15 clauses, largest domain size 26
1.11/1.24	c 1	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.39	c 1	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.21/1.39	c 1	11 (20%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.21/1.40	c 1	17 (30%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.21/1.40	c 1	22 (40%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.21/1.40	c 1	27 (50%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.31/1.40	c 1	33 (60%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.31/1.40	c 1	38 (70%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.31/1.40	c 1	44 (80%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.31/1.40	c 1	49 (90%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
1.31/1.40	c 1	54 (100%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
4.99/5.18	c 5	2 (10%) CSP clauses are encoded (46604 clauses, 1790921 bytes)
6.88/7.04	c 7	3 (20%) CSP clauses are encoded (69258 clauses, 2688829 bytes)
10.76/10.96	c 11	5 (30%) CSP clauses are encoded (114566 clauses, 4552184 bytes)
12.64/12.84	c 13	6 (40%) CSP clauses are encoded (137220 clauses, 5517367 bytes)
16.33/16.57	c 16	8 (50%) CSP clauses are encoded (182528 clauses, 7447733 bytes)
18.22/18.43	c 18	9 (60%) CSP clauses are encoded (205182 clauses, 8412916 bytes)
29.35/29.68	c 29	11 (70%) CSP clauses are encoded (283478 clauses, 12424253 bytes)
34.93/35.23	c 35	12 (80%) CSP clauses are encoded (322626 clauses, 14595463 bytes)
46.17/46.50	c 46	14 (90%) CSP clauses are encoded (400922 clauses, 19107521 bytes)
51.64/52.09	c 52	15 (100%) CSP clauses are encoded (440070 clauses, 21741262 bytes)
51.64/52.09	c 52	15 CSP clauses encoded
51.64/52.09	c 52	Writing map file : HOME/temp.map
51.64/52.10	c 52	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
51.64/52.10	c 52	SAT : 1350 SAT variables, 440070 SAT clauses, 21741262 bytes
51.64/52.10	c 52	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
51.74/52.15	c 52	SOLVING HOME/temp.cnf
51.74/52.15	c 52	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
51.74/52.15	c 52	This is MiniSat 2.0 beta
51.74/52.15	c 52	WARNING: for repeatability, setting FPU to use double precision
51.74/52.15	c 52	============================[ Problem Statistics ]=============================
51.74/52.15	c 52	|                                                                             |
51.74/52.15	c 52	|  Number of variables:  1350                                                 |
51.74/52.15	c 52	|  Number of clauses:    440070                                               |
51.76/52.66	c 52	|  Parsing time:         0.44         s                                       |
51.76/52.69	c 52	============================[ Search Statistics ]==============================
51.76/52.69	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.76/52.69	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.76/52.69	c 52	===============================================================================
51.76/52.69	c 52	|         0 |    1350   440070  4544955 |   146690        0    nan |  0.000 % |
52.29/52.72	c 52	|       100 |    1350   440070  4544955 |   161359      100      6 |  0.000 % |
52.29/52.74	c 52	|       250 |    1350   440070  4544955 |   177494      250      7 |  0.001 % |
52.29/52.78	c 53	|       475 |    1350   440070  4544955 |   195244      475      7 |  0.001 % |
52.39/52.87	c 53	|       812 |    1350   440070  4544955 |   214768      812      7 |  0.001 % |
52.49/52.94	c 53	|      1318 |    1350   440070  4544955 |   236245     1318      7 |  0.001 % |
52.59/53.02	c 53	|      2077 |    1350   440070  4544955 |   259870     2077      8 |  0.001 % |
52.69/53.14	c 53	|      3216 |    1350   440070  4544955 |   285857     3216      9 |  0.001 % |
52.79/53.25	c 53	|      4924 |    1350   440070  4544955 |   314443     4924      9 |  0.001 % |
52.99/53.43	c 53	|      7487 |    1350   440070  4544955 |   345887     7487      9 |  0.000 % |
53.68/54.18	c 54	|     11331 |    1350   440070  4544955 |   380476    11331     10 |  0.000 % |
61.34/61.88	c 62	|     17097 |    1350   440070  4544955 |   418523    17097     11 |  0.000 % |
76.17/76.76	c 76	|     25746 |    1350   440070  4544955 |   460376    25746     12 |  0.000 % |
103.24/103.98	c 104	|     38722 |    1350   440070  4544955 |   506413    38722     13 |  0.001 % |
146.72/147.61	c 147	|     58183 |    1350   440070  4544955 |   557055    58183     14 |  0.000 % |
207.32/208.52	c 208	|     87375 |    1350   440070  4544955 |   612760    87375     15 |  0.000 % |
324.03/325.82	c 326	|    131164 |    1350   440070  4544955 |   674036   131164     15 |  0.001 % |
525.34/528.18	c 528	|    196849 |    1350   440070  4544955 |   741440   196849     16 |  0.001 % |
843.06/847.49	c 847	|    295376 |    1344   436261  4506652 |   815584   211221     17 |  0.445 % |
1350.36/1357.20	c 1357	|    443166 |    1344   436261  4506652 |   897142   359011     19 |  0.445 % |
1800.04/1808.42	c ERROR INTERRUPTED
1800.04/1808.42	s UNKNOWN
1800.04/1808.42	c 1808	CPU 51.77 (0.06 0.01 51.27 0.43)
1800.04/1808.42	c 1808	END Sun Jul 12 05:35:36 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079189-1247367928/watcher-2079189-1247367928 -o /tmp/evaluation-result-2079189-1247367928/solver-2079189-1247367928 -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-2079189-1247367928.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.67 2.63 2.39 4/83 24269
/proc/meminfo: memFree=628712/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=12272 CPUtime=0
/proc/24269/stat : 24269 (sugar) R 24267 24269 20976 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23857600 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 254622612478 0 0 4224 0 0 0 0 17 1 0 0
/proc/24269/statm: 3068 327 246 3 0 168 0

[startup+0.0448379 s]
/proc/loadavg: 2.67 2.63 2.39 4/83 24269
/proc/meminfo: memFree=628712/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=14644 CPUtime=0.03
/proc/24269/stat : 24269 (sugar) R 24267 24269 20976 0 -1 4194304 823 0 0 0 3 0 0 0 18 0 1 0 23857600 14995456 791 996147200 4194304 4206940 548682068608 18446744073709551615 254633647628 0 0 4224 0 0 0 0 17 1 0 0
/proc/24269/statm: 3661 794 376 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.101803 s]
/proc/loadavg: 2.67 2.63 2.39 4/83 24269
/proc/meminfo: memFree=628712/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=0.06
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23857600 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24269/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301828 s]
/proc/loadavg: 2.67 2.63 2.39 4/83 24269
/proc/meminfo: memFree=628712/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=0.06
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23857600 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24269/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701868 s]
/proc/loadavg: 2.67 2.63 2.39 4/83 24269
/proc/meminfo: memFree=628712/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=0.28
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1310 4838 0 1 5 1 18 4 16 0 1 0 23857600 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 2.67 2.63 2.39 4/94 24291
/proc/meminfo: memFree=604752/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=0.28
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1310 4838 0 1 5 1 18 4 15 0 1 0 23857600 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1111 409 3 0 796 0
[pid=24282] ppid=24269 vsize=5356 CPUtime=0
/proc/24282/stat : 24282 (sh) S 24269 24269 20976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23857635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24282/statm: 1339 233 193 169 0 50 0
[pid=24283] ppid=24282 vsize=864368 CPUtime=1.13
/proc/24283/stat : 24283 (java) S 24282 24269 20976 0 -1 0 10543 0 1 0 107 6 0 0 20 0 9 0 23857635 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24283/statm: 216092 9730 2590 9 0 210569 0
[pid=24283/tid=24284] ppid=24282 vsize=864368 CPUtime=0.51
/proc/24283/task/24284/stat : 24284 (java) R 24282 24269 20976 0 -1 64 2908 0 1 0 49 2 0 0 25 0 9 0 23857636 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4126569527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24285] ppid=24282 vsize=864368 CPUtime=0.52
/proc/24283/task/24285/stat : 24285 (java) S 24282 24269 20976 0 -1 64 6607 0 0 0 49 3 0 0 16 0 9 0 23857637 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24286] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24286/stat : 24286 (java) S 24282 24269 20976 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23857637 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24287] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24287/stat : 24287 (java) S 24282 24269 20976 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23857637 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24288] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24288/stat : 24288 (java) S 24282 24269 20976 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23857639 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24289] ppid=24282 vsize=864368 CPUtime=0.08
/proc/24283/task/24289/stat : 24289 (java) S 24282 24269 20976 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 23857639 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24290] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24290/stat : 24290 (java) S 24282 24269 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23857639 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24291] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24291/stat : 24291 (java) S 24282 24269 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23857639 885112832 9730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886592

[startup+3.10213 s]
/proc/loadavg: 2.67 2.63 2.39 3/94 24291
/proc/meminfo: memFree=596048/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=0.28
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1310 4838 0 1 5 1 18 4 15 0 1 0 23857600 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1111 409 3 0 796 0
[pid=24282] ppid=24269 vsize=5356 CPUtime=0
/proc/24282/stat : 24282 (sh) S 24269 24269 20976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23857635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24282/statm: 1339 233 193 169 0 50 0
[pid=24283] ppid=24282 vsize=864368 CPUtime=2.72
/proc/24283/stat : 24283 (java) S 24282 24269 20976 0 -1 0 10919 0 1 0 265 7 0 0 20 0 9 0 23857635 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24283/statm: 216092 10081 2590 9 0 210569 0
[pid=24283/tid=24284] ppid=24282 vsize=864368 CPUtime=2.05
/proc/24283/task/24284/stat : 24284 (java) R 24282 24269 20976 0 -1 64 2933 0 1 0 203 2 0 0 25 0 9 0 23857636 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24285] ppid=24282 vsize=864368 CPUtime=0.57
/proc/24283/task/24285/stat : 24285 (java) S 24282 24269 20976 0 -1 64 6957 0 0 0 53 4 0 0 16 0 9 0 23857637 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24286] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24286/stat : 24286 (java) S 24282 24269 20976 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23857637 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24287] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24287/stat : 24287 (java) S 24282 24269 20976 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23857637 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24288] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24288/stat : 24288 (java) S 24282 24269 20976 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23857639 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24289] ppid=24282 vsize=864368 CPUtime=0.08
/proc/24283/task/24289/stat : 24289 (java) S 24282 24269 20976 0 -1 64 330 0 0 0 8 0 0 0 16 0 9 0 23857639 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24290] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24290/stat : 24290 (java) S 24282 24269 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23857639 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24291] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24291/stat : 24291 (java) S 24282 24269 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23857639 885112832 10081 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886592

[startup+6.30149 s]
/proc/loadavg: 2.61 2.62 2.39 3/94 24291
/proc/meminfo: memFree=589456/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=0.28
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1310 4838 0 1 5 1 18 4 16 0 1 0 23857600 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1111 409 3 0 796 0
[pid=24282] ppid=24269 vsize=5356 CPUtime=0
/proc/24282/stat : 24282 (sh) S 24269 24269 20976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23857635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24282/statm: 1339 233 193 169 0 50 0
[pid=24283] ppid=24282 vsize=864368 CPUtime=5.9
/proc/24283/stat : 24283 (java) S 24282 24269 20976 0 -1 0 12166 0 1 0 581 9 0 0 20 0 9 0 23857635 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24283/statm: 216092 11248 2590 9 0 210569 0
[pid=24283/tid=24284] ppid=24282 vsize=864368 CPUtime=5.12
/proc/24283/task/24284/stat : 24284 (java) R 24282 24269 20976 0 -1 64 3013 0 1 0 509 3 0 0 25 0 9 0 23857636 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4126589856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24285] ppid=24282 vsize=864368 CPUtime=0.67
/proc/24283/task/24285/stat : 24285 (java) S 24282 24269 20976 0 -1 64 8120 0 0 0 62 5 0 0 16 0 9 0 23857637 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24286] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24286/stat : 24286 (java) S 24282 24269 20976 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23857637 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24287] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24287/stat : 24287 (java) S 24282 24269 20976 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23857637 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24288] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24288/stat : 24288 (java) S 24282 24269 20976 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23857639 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24289] ppid=24282 vsize=864368 CPUtime=0.09
/proc/24283/task/24289/stat : 24289 (java) S 24282 24269 20976 0 -1 64 334 0 0 0 9 0 0 0 17 0 9 0 23857639 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24290] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24290/stat : 24290 (java) S 24282 24269 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23857639 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24291] ppid=24282 vsize=864368 CPUtime=0
/proc/24283/task/24291/stat : 24291 (java) S 24282 24269 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23857639 885112832 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886592

[startup+12.7022 s]
/proc/loadavg: 2.56 2.61 2.38 3/94 24291
/proc/meminfo: memFree=579216/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=0.28
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1310 4838 0 1 5 1 18 4 16 0 1 0 23857600 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1111 409 3 0 796 0
[pid=24282] ppid=24269 vsize=5356 CPUtime=0
/proc/24282/stat : 24282 (sh) S 24269 24269 20976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23857635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24282/statm: 1339 233 193 169 0 50 0
[pid=24283] ppid=24282 vsize=864388 CPUtime=12.27
/proc/24283/stat : 24283 (java) S 24282 24269 20976 0 -1 0 16311 0 1 0 1211 16 0 0 20 0 9 0 23857635 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24283/statm: 216097 12757 2590 9 0 210574 0
[pid=24283/tid=24284] ppid=24282 vsize=864388 CPUtime=11.14
/proc/24283/task/24284/stat : 24284 (java) R 24282 24269 20976 0 -1 64 3148 0 1 0 1108 6 0 0 25 0 9 0 23857636 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24285] ppid=24282 vsize=864388 CPUtime=1.02
/proc/24283/task/24285/stat : 24285 (java) S 24282 24269 20976 0 -1 64 12129 0 0 0 93 9 0 0 16 0 9 0 23857637 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24286] ppid=24282 vsize=864388 CPUtime=0
/proc/24283/task/24286/stat : 24286 (java) S 24282 24269 20976 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23857637 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24287] ppid=24282 vsize=864388 CPUtime=0
/proc/24283/task/24287/stat : 24287 (java) S 24282 24269 20976 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23857637 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24288] ppid=24282 vsize=864388 CPUtime=0
/proc/24283/task/24288/stat : 24288 (java) S 24282 24269 20976 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23857639 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24289] ppid=24282 vsize=864388 CPUtime=0.09
/proc/24283/task/24289/stat : 24289 (java) S 24282 24269 20976 0 -1 64 335 0 0 0 9 0 0 0 16 0 9 0 23857639 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24290] ppid=24282 vsize=864388 CPUtime=0
/proc/24283/task/24290/stat : 24290 (java) S 24282 24269 20976 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23857639 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24291] ppid=24282 vsize=864388 CPUtime=0
/proc/24283/task/24291/stat : 24291 (java) S 24282 24269 20976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23857639 885133312 12757 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886612

[startup+25.5021 s]
/proc/loadavg: 2.82 2.66 2.40 4/94 24291
/proc/meminfo: memFree=570192/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=0.28
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1310 4838 0 1 5 1 18 4 16 0 1 0 23857600 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1111 409 3 0 796 0
[pid=24282] ppid=24269 vsize=5356 CPUtime=0
/proc/24282/stat : 24282 (sh) S 24269 24269 20976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23857635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24282/statm: 1339 233 193 169 0 50 0
[pid=24283] ppid=24282 vsize=864388 CPUtime=25
/proc/24283/stat : 24283 (java) S 24282 24269 20976 0 -1 0 19912 0 1 0 2475 25 0 0 20 0 9 0 23857635 885133312 13620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24283/statm: 216097 13620 2590 9 0 210574 0
[pid=24283/tid=24284] ppid=24282 vsize=864388 CPUtime=23.36
/proc/24283/task/24284/stat : 24284 (java) R 24282 24269 20976 0 -1 64 3388 0 1 0 2326 10 0 0 25 0 9 0 23857636 885133312 13620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24285] ppid=24282 vsize=864388 CPUtime=1.51
/proc/24283/task/24285/stat : 24285 (java) S 24282 24269 20976 0 -1 64 15485 0 0 0 138 13 0 0 15 0 9 0 23857637 885133312 13620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24286] ppid=24282 vsize=864388 CPUtime=0
/proc/24283/task/24286/stat : 24286 (java) S 24282 24269 20976 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23857637 885133312 13620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24287] ppid=24282 vsize=864388 CPUtime=0
/proc/24283/task/24287/stat : 24287 (java) S 24282 24269 20976 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23857637 885133312 13620 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24283/tid=24288] ppid=24282 vsize=864388 CPUtime=0

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

/proc/meminfo: memFree=529104/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=76244 CPUtime=1243.98
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 18631 0 0 0 124377 21 0 0 25 0 1 0 23862815 78073856 18617 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/24293/statm: 19061 18617 75 150 0 18908 0
Current children cumulated CPU time (s) 1295.74
Current children cumulated vsize (KiB) 98468

[startup+1362.3 s]
/proc/loadavg: 2.04 2.12 2.20 3/86 24294
/proc/meminfo: memFree=525776/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=78156 CPUtime=1303.67
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 19136 0 0 0 130345 22 0 0 25 0 1 0 23862815 80031744 19122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24293/statm: 19539 19122 75 150 0 19386 0
Current children cumulated CPU time (s) 1355.43
Current children cumulated vsize (KiB) 100380

[startup+1422.31 s]
/proc/loadavg: 2.02 2.09 2.18 3/86 24397
/proc/meminfo: memFree=760080/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=79852 CPUtime=1363.13
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 19539 0 0 0 136290 23 0 0 25 0 1 0 23862815 81768448 19525 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24293/statm: 19963 19525 75 150 0 19810 0
Current children cumulated CPU time (s) 1414.89
Current children cumulated vsize (KiB) 102076

[startup+1482.3 s]
/proc/loadavg: 2.00 2.07 2.17 3/86 24397
/proc/meminfo: memFree=569680/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=81360 CPUtime=1422.56
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 19920 0 0 0 142232 24 0 0 25 0 1 0 23862815 83312640 19906 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/24293/statm: 20340 19906 75 150 0 20187 0
Current children cumulated CPU time (s) 1474.32
Current children cumulated vsize (KiB) 103584

[startup+1542.3 s]
/proc/loadavg: 2.00 2.06 2.16 3/76 24425
/proc/meminfo: memFree=958760/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=82872 CPUtime=1482.26
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 20295 0 0 0 148201 25 0 0 25 0 1 0 23862815 84860928 20281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24293/statm: 20718 20281 75 150 0 20565 0
Current children cumulated CPU time (s) 1534.02
Current children cumulated vsize (KiB) 105096

[startup+1602.3 s]
/proc/loadavg: 2.00 2.05 2.15 3/76 24425
/proc/meminfo: memFree=957224/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=84400 CPUtime=1542.24
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 20662 0 0 0 154199 25 0 0 25 0 1 0 23862815 86425600 20648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24293/statm: 21100 20648 75 150 0 20947 0
Current children cumulated CPU time (s) 1594
Current children cumulated vsize (KiB) 106624

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.13 3/76 24425
/proc/meminfo: memFree=955816/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=85720 CPUtime=1602.22
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 20996 0 0 0 160197 25 0 0 25 0 1 0 23862815 87777280 20982 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24293/statm: 21430 20982 75 150 0 21277 0
Current children cumulated CPU time (s) 1653.98
Current children cumulated vsize (KiB) 107944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.12 3/76 24425
/proc/meminfo: memFree=954536/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=86908 CPUtime=1662.2
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 21312 0 0 0 166194 26 0 0 25 0 1 0 23862815 88993792 21298 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24293/statm: 21727 21298 75 150 0 21574 0
Current children cumulated CPU time (s) 1713.96
Current children cumulated vsize (KiB) 109132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.11 3/76 24425
/proc/meminfo: memFree=953064/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=88104 CPUtime=1722.18
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 21645 0 0 0 172192 26 0 0 25 0 1 0 23862815 90218496 21631 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24293/statm: 22026 21631 75 150 0 21873 0
Current children cumulated CPU time (s) 1773.94
Current children cumulated vsize (KiB) 110328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.41 s]
/proc/loadavg: 2.00 2.02 2.10 3/76 24425
/proc/meminfo: memFree=952488/2055920 swapFree=4192948/4192956
[pid=24269] ppid=24267 vsize=16868 CPUtime=51.76
/proc/24269/stat : 24269 (sugar) S 24267 24269 20976 0 -1 4194304 1376 28260 0 2 6 1 5127 42 16 0 1 0 23857600 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24269/statm: 4217 1113 409 3 0 796 0
[pid=24292] ppid=24269 vsize=5356 CPUtime=0
/proc/24292/stat : 24292 (sh) S 24269 24269 20976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23862815 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24292/statm: 1339 232 193 169 0 50 0
[pid=24293] ppid=24292 vsize=88844 CPUtime=1748.28
/proc/24293/stat : 24293 (minisat) R 24292 24269 20976 0 -1 4194304 21790 0 0 0 174802 26 0 0 25 0 1 0 23862815 90976256 21776 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24293/statm: 22211 21776 75 150 0 22058 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 111068

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24269 and gives
#  childrusage.ru_utime.tv_sec=51
#  childrusage.ru_utime.tv_usec=341194
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=464929
# CPU time returned by wait4() is 51.8061
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.44
CPU time (s): 1800.04
CPU user time (s): 1799.35
CPU system time (s): 0.69
CPU usage (%): 99.5356
Max. virtual memory (cumulated for all children) (KiB): 891740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.3412
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30019
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10269
involuntary context switches= 11775

runsolver used 2.39764 second user time and 5.84411 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 05:05:28
IDJOB=2079189
IDBENCH=56859
IDSOLVER=739
FILE ID=node87/2079189-1247367928
PBS_JOBID= 9507082
Free space on /tmp= 66292 MiB

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

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

MD5SUM BENCH= c9d9ea8ddcadf95a92e600c8dcfa9334
RANDOM SEED=288383085

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        629128 kB
Buffers:         90556 kB
Cached:         788540 kB
SwapCached:          8 kB
Active:         635212 kB
Inactive:       706740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        629128 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:         482012 kB
Slab:            69128 kB
Committed_AS:   658364 kB
PageTables:       2820 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= 66292 MiB
End job on node87 at 2009-07-12 05:35:38