Trace number 2079178

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.02 1816.33

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-7_ext.xml
MD5SUMc56f703fbfb446fbf73a9fe89e10396f
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 benchmark89.9963
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:05:16 2009
0.00/0.07	c 0	PID 26835
0.00/0.07	c 0	HOST node80.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2079178-1247367916.xml TO HOME/temp.csp
0.00/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-2079178-1247367916.xml' 'HOME/temp.csp'
0.06/0.32	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.06/0.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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.30/0.41	c 1	Parsing HOME/temp.csp
0.30/0.61	c 1	parsed 50 expressions
0.30/0.63	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.63	c 1	Converting to clausal form CSP
0.30/0.65	c 1	converted 5 (10%) expressions
0.30/0.65	c 1	converted 10 (20%) expressions
0.30/0.65	c 1	converted 15 (30%) expressions
0.30/0.65	c 1	converted 20 (40%) expressions
0.30/0.65	c 1	converted 25 (50%) expressions
0.30/0.65	c 1	converted 30 (60%) expressions
0.30/0.65	c 1	converted 35 (70%) expressions
0.30/0.71	c 1	converted 40 (80%) expressions
0.30/0.82	c 1	converted 45 (90%) expressions
0.95/1.08	c 1	converted 50 (100%) expressions
0.95/1.08	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
0.95/1.08	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.08	c 1	Propagation in CSP
0.95/1.08	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.95/1.08	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
0.95/1.08	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.95/1.09	c 1	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
0.95/1.09	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.05/1.18	c 1	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.05/1.18	c 1	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.05/1.18	c 1	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.05/1.19	c 1	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.05/1.19	c 1	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.05/1.19	c 1	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.05/1.19	c 1	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.05/1.19	c 1	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.05/1.19	c 1	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.05/1.19	c 1	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
2.24/2.30	c 3	2 (10%) CSP clauses are encoded (24190 clauses, 794568 bytes)
2.75/2.83	c 3	3 (20%) CSP clauses are encoded (35865 clauses, 1192258 bytes)
3.25/3.35	c 4	4 (30%) CSP clauses are encoded (47540 clauses, 1590097 bytes)
3.74/3.87	c 4	5 (40%) CSP clauses are encoded (59215 clauses, 2010053 bytes)
4.24/4.40	c 5	6 (50%) CSP clauses are encoded (70890 clauses, 2430009 bytes)
8.64/8.71	c 9	8 (60%) CSP clauses are encoded (115330 clauses, 4089531 bytes)
12.43/12.53	c 13	9 (70%) CSP clauses are encoded (148095 clauses, 5601211 bytes)
16.13/16.26	c 16	10 (80%) CSP clauses are encoded (180860 clauses, 7112891 bytes)
19.93/20.10	c 20	11 (90%) CSP clauses are encoded (213625 clauses, 8624571 bytes)
23.63/23.78	c 24	12 (100%) CSP clauses are encoded (246390 clauses, 10136251 bytes)
23.63/23.78	c 24	12 CSP clauses encoded
23.63/23.78	c 24	Writing map file : HOME/temp.map
23.63/23.78	c 24	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.63/23.78	c 24	SAT : 875 SAT variables, 246390 SAT clauses, 10136251 bytes
23.63/23.78	c 24	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.71/23.83	c 24	SOLVING HOME/temp.cnf
23.71/23.83	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.71/23.83	c 24	This is MiniSat 2.0 beta
23.71/23.83	c 24	WARNING: for repeatability, setting FPU to use double precision
23.71/23.83	c 24	============================[ Problem Statistics ]=============================
23.71/23.83	c 24	|                                                                             |
23.71/23.83	c 24	|  Number of variables:  875                                                  |
23.71/23.83	c 24	|  Number of clauses:    246390                                               |
23.73/24.06	c 24	|  Parsing time:         0.20         s                                       |
23.73/24.08	c 24	============================[ Search Statistics ]==============================
23.73/24.08	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.73/24.08	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.73/24.08	c 24	===============================================================================
23.73/24.08	c 24	|         0 |     875   246390  2212855 |    82130        0    nan |  0.000 % |
23.73/24.09	c 24	|       100 |     875   246390  2212855 |    90343      100      5 |  0.000 % |
23.99/24.15	c 24	|       251 |     875   246390  2212855 |    99377      251      7 |  0.003 % |
24.10/24.21	c 24	|       477 |     875   246390  2212855 |   109315      477      8 |  0.001 % |
24.29/24.46	c 25	|       815 |     875   246390  2212855 |   120246      815      9 |  0.003 % |
24.49/24.69	c 25	|      1321 |     875   246390  2212855 |   132271     1321     10 |  0.001 % |
25.09/25.29	c 26	|      2081 |     875   246390  2212855 |   145498     2081     12 |  0.003 % |
26.19/26.35	c 27	|      3220 |     875   246390  2212855 |   160048     3220     12 |  0.001 % |
27.88/28.09	c 28	|      4929 |     875   246390  2212855 |   176052     4929     12 |  0.003 % |
30.88/31.04	c 31	|      7492 |     875   246390  2212855 |   193658     7492     13 |  0.002 % |
34.78/34.91	c 35	|     11336 |     875   246390  2212855 |   213024    11336     13 |  0.000 % |
40.37/40.53	c 41	|     17104 |     875   246390  2212855 |   234326    17104     14 |  0.002 % |
49.98/50.15	c 50	|     25756 |     875   246390  2212855 |   257759    25756     15 |  0.002 % |
65.77/65.93	c 66	|     38731 |     875   246390  2212855 |   283535    38731     16 |  0.003 % |
90.95/91.13	c 91	|     58194 |     875   246390  2212855 |   311888    58194     16 |  0.002 % |
135.03/135.27	c 135	|     87386 |     875   246390  2212855 |   343077    87386     17 |  0.001 % |
211.19/211.48	c 212	|    131176 |     875   246390  2212855 |   377385   131176     18 |  0.002 % |
352.03/352.36	c 353	|    196860 |     875   246390  2212855 |   415123   196860     19 |  0.001 % |
608.60/609.06	c 609	|    295386 |     875   246390  2212855 |   456636   295386     19 |  0.003 % |
1066.27/1066.91	c 1067	|    443176 |     875   246390  2212855 |   502299   443176     20 |  0.001 % |
1697.68/1711.17	c 1711	|    664859 |     875   246390  2212855 |   552529   187746     19 |  0.001 % |
1800.02/1816.32	c ERROR INTERRUPTED
1800.02/1816.32	s UNKNOWN
1800.02/1816.32	c 1817	CPU 23.74 (0.06 0.01 23.42 0.25)
1800.02/1816.32	c 1817	END Sun Jul 12 05:35:33 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-2079178-1247367916/watcher-2079178-1247367916 -o /tmp/evaluation-result-2079178-1247367916/solver-2079178-1247367916 -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-2079178-1247367916.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: 1.78 1.97 2.05 4/75 26835
/proc/meminfo: memFree=1626784/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=12272 CPUtime=0
/proc/26835/stat : 26835 (sugar) R 26833 26835 26798 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23856202 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 0 0 0
/proc/26835/statm: 3068 327 246 3 0 168 0

[startup+0.014595 s]
/proc/loadavg: 1.78 1.97 2.05 4/75 26835
/proc/meminfo: memFree=1626784/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=12544 CPUtime=0
/proc/26835/stat : 26835 (sugar) R 26833 26835 26798 0 -1 4194304 490 0 0 0 0 0 0 0 18 0 1 0 23856202 12845056 458 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/26835/statm: 3136 459 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101615 s]
/proc/loadavg: 1.78 1.97 2.05 4/75 26835
/proc/meminfo: memFree=1626784/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=0.06
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23856202 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301654 s]
/proc/loadavg: 1.78 1.97 2.05 4/75 26835
/proc/meminfo: memFree=1626784/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=0.06
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23856202 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701735 s]
/proc/loadavg: 1.78 1.97 2.05 4/75 26835
/proc/meminfo: memFree=1626784/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=0.3
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1310 4733 0 1 6 1 20 3 15 0 1 0 23856202 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 1.78 1.97 2.05 3/86 26857
/proc/meminfo: memFree=1605064/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=0.3
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1310 4733 0 1 6 1 20 3 15 0 1 0 23856202 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1111 409 3 0 796 0
[pid=26848] ppid=26835 vsize=5356 CPUtime=0
/proc/26848/stat : 26848 (sh) S 26835 26835 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23856236 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26848/statm: 1339 233 193 169 0 50 0
[pid=26849] ppid=26848 vsize=864476 CPUtime=1.14
/proc/26849/stat : 26849 (java) S 26848 26835 26798 0 -1 0 8258 0 1 0 110 4 0 0 20 0 9 0 23856236 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26849/statm: 216119 7501 2590 9 0 210596 0
[pid=26849/tid=26850] ppid=26848 vsize=864476 CPUtime=0.68
/proc/26849/task/26850/stat : 26850 (java) R 26848 26835 26798 0 -1 64 2853 0 1 0 67 1 0 0 25 0 9 0 23856237 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26851] ppid=26848 vsize=864476 CPUtime=0.37
/proc/26849/task/26851/stat : 26851 (java) S 26848 26835 26798 0 -1 64 4369 0 0 0 35 2 0 0 16 0 9 0 23856238 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26852] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26852/stat : 26852 (java) S 26848 26835 26798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23856238 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26853] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26853/stat : 26853 (java) S 26848 26835 26798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23856238 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26854] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26854/stat : 26854 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23856240 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26855] ppid=26848 vsize=864476 CPUtime=0.07
/proc/26849/task/26855/stat : 26855 (java) S 26848 26835 26798 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 23856240 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26856] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26856/stat : 26856 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23856240 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26857] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26857/stat : 26857 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23856240 885223424 7501 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886700

[startup+3.10222 s]
/proc/loadavg: 1.78 1.97 2.05 3/86 26857
/proc/meminfo: memFree=1601928/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=0.3
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1310 4733 0 1 6 1 20 3 15 0 1 0 23856202 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1111 409 3 0 796 0
[pid=26848] ppid=26835 vsize=5356 CPUtime=0
/proc/26848/stat : 26848 (sh) S 26835 26835 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23856236 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26848/statm: 1339 233 193 169 0 50 0
[pid=26849] ppid=26848 vsize=864476 CPUtime=2.74
/proc/26849/stat : 26849 (java) S 26848 26835 26798 0 -1 0 9241 0 1 0 268 6 0 0 20 0 9 0 23856236 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26849/statm: 216119 8407 2590 9 0 210596 0
[pid=26849/tid=26850] ppid=26848 vsize=864476 CPUtime=2.2
/proc/26849/task/26850/stat : 26850 (java) R 26848 26835 26798 0 -1 64 2930 0 1 0 218 2 0 0 25 0 9 0 23856237 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4125952241 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26851] ppid=26848 vsize=864476 CPUtime=0.43
/proc/26849/task/26851/stat : 26851 (java) S 26848 26835 26798 0 -1 64 5270 0 0 0 41 2 0 0 16 0 9 0 23856238 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26852] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26852/stat : 26852 (java) S 26848 26835 26798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23856238 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26853] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26853/stat : 26853 (java) S 26848 26835 26798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23856238 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26854] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26854/stat : 26854 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23856240 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26855] ppid=26848 vsize=864476 CPUtime=0.08
/proc/26849/task/26855/stat : 26855 (java) S 26848 26835 26798 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 23856240 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26856] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26856/stat : 26856 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23856240 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26857] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26857/stat : 26857 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23856240 885223424 8407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886700

[startup+6.30288 s]
/proc/loadavg: 1.80 1.97 2.05 3/86 26857
/proc/meminfo: memFree=1591816/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=0.3
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1310 4733 0 1 6 1 20 3 15 0 1 0 23856202 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1111 409 3 0 796 0
[pid=26848] ppid=26835 vsize=5356 CPUtime=0
/proc/26848/stat : 26848 (sh) S 26835 26835 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23856236 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26848/statm: 1339 233 193 169 0 50 0
[pid=26849] ppid=26848 vsize=864476 CPUtime=5.94
/proc/26849/stat : 26849 (java) S 26848 26835 26798 0 -1 0 11753 0 1 0 584 10 0 0 20 0 9 0 23856236 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26849/statm: 216119 9585 2590 9 0 210596 0
[pid=26849/tid=26850] ppid=26848 vsize=864476 CPUtime=5.21
/proc/26849/task/26850/stat : 26850 (java) R 26848 26835 26798 0 -1 64 3051 0 1 0 517 4 0 0 25 0 9 0 23856237 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4126580165 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26851] ppid=26848 vsize=864476 CPUtime=0.63
/proc/26849/task/26851/stat : 26851 (java) S 26848 26835 26798 0 -1 64 7661 0 0 0 59 4 0 0 16 0 9 0 23856238 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26852] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26852/stat : 26852 (java) S 26848 26835 26798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23856238 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26853] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26853/stat : 26853 (java) S 26848 26835 26798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23856238 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26854] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26854/stat : 26854 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23856240 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26855] ppid=26848 vsize=864476 CPUtime=0.08
/proc/26849/task/26855/stat : 26855 (java) S 26848 26835 26798 0 -1 64 342 0 0 0 8 0 0 0 17 0 9 0 23856240 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26856] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26856/stat : 26856 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23856240 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26857] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26857/stat : 26857 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23856240 885223424 9585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 886700

[startup+12.7022 s]
/proc/loadavg: 1.81 1.97 2.05 3/86 26857
/proc/meminfo: memFree=1590216/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=0.3
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1310 4733 0 1 6 1 20 3 16 0 1 0 23856202 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1111 409 3 0 796 0
[pid=26848] ppid=26835 vsize=5356 CPUtime=0
/proc/26848/stat : 26848 (sh) S 26835 26835 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23856236 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26848/statm: 1339 233 193 169 0 50 0
[pid=26849] ppid=26848 vsize=864476 CPUtime=12.34
/proc/26849/stat : 26849 (java) S 26848 26835 26798 0 -1 0 13304 0 1 0 1221 13 0 0 20 0 9 0 23856236 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26849/statm: 216119 9649 2590 9 0 210596 0
[pid=26849/tid=26850] ppid=26848 vsize=864476 CPUtime=11.35
/proc/26849/task/26850/stat : 26850 (java) R 26848 26835 26798 0 -1 64 3248 0 1 0 1129 6 0 0 25 0 9 0 23856237 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 103211686 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26851] ppid=26848 vsize=864476 CPUtime=0.88
/proc/26849/task/26851/stat : 26851 (java) S 26848 26835 26798 0 -1 64 9014 0 0 0 83 5 0 0 16 0 9 0 23856238 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26852] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26852/stat : 26852 (java) S 26848 26835 26798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23856238 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26853] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26853/stat : 26853 (java) S 26848 26835 26798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23856238 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26854] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26854/stat : 26854 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23856240 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26855] ppid=26848 vsize=864476 CPUtime=0.08
/proc/26849/task/26855/stat : 26855 (java) S 26848 26835 26798 0 -1 64 343 0 0 0 8 0 0 0 17 0 9 0 23856240 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26856] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26856/stat : 26856 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23856240 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26849/tid=26857] ppid=26848 vsize=864476 CPUtime=0
/proc/26849/task/26857/stat : 26857 (java) S 26848 26835 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23856240 885223424 9649 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 886700

[startup+25.5018 s]
/proc/loadavg: 1.85 1.97 2.05 3/78 26859
/proc/meminfo: memFree=1593736/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 15 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=20132 CPUtime=1.66
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 4891 0 0 0 163 3 0 0 25 0 1 0 23858585 20615168 4877 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26859/statm: 5033 4877 75 150 0 4880 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 42356

[startup+51.102 s]
/proc/loadavg: 1.90 1.97 2.05 3/78 26859
/proc/meminfo: memFree=1590600/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0

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

/proc/meminfo: memFree=1424504/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79080 CPUtime=1336.58
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19225 0 0 0 133636 22 0 0 25 0 1 0 23858585 80977920 19211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26859/statm: 19770 19211 75 150 0 19617 0
Current children cumulated CPU time (s) 1360.31
Current children cumulated vsize (KiB) 101304

[startup+1422.31 s]
/proc/loadavg: 2.21 2.06 2.02 3/87 27116
/proc/meminfo: memFree=1113912/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79252 CPUtime=1395.8
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19240 0 0 0 139558 22 0 0 25 0 1 0 23858585 81154048 19226 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26859/statm: 19813 19226 75 150 0 19660 0
Current children cumulated CPU time (s) 1419.53
Current children cumulated vsize (KiB) 101476

[startup+1482.3 s]
/proc/loadavg: 2.25 2.09 2.03 3/87 27116
/proc/meminfo: memFree=865016/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79252 CPUtime=1454.07
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19241 0 0 0 145385 22 0 0 25 0 1 0 23858585 81154048 19227 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26859/statm: 19813 19227 75 150 0 19660 0
Current children cumulated CPU time (s) 1477.8
Current children cumulated vsize (KiB) 101476

[startup+1542.3 s]
/proc/loadavg: 2.38 2.15 2.05 3/87 27116
/proc/meminfo: memFree=852984/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79252 CPUtime=1511.94
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19267 0 0 0 151172 22 0 0 25 0 1 0 23858585 81154048 19253 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26859/statm: 19813 19253 75 150 0 19660 0
Current children cumulated CPU time (s) 1535.67
Current children cumulated vsize (KiB) 101476

[startup+1602.3 s]
/proc/loadavg: 2.52 2.24 2.09 3/87 27116
/proc/meminfo: memFree=852920/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79252 CPUtime=1569.67
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19268 0 0 0 156945 22 0 0 25 0 1 0 23858585 81154048 19254 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26859/statm: 19813 19254 75 150 0 19660 0
Current children cumulated CPU time (s) 1593.4
Current children cumulated vsize (KiB) 101476

[startup+1662.3 s]
/proc/loadavg: 2.58 2.31 2.12 3/87 27116
/proc/meminfo: memFree=852792/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79416 CPUtime=1627.04
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19306 0 0 0 162681 23 0 0 25 0 1 0 23858585 81321984 19292 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26859/statm: 19854 19292 75 150 0 19701 0
Current children cumulated CPU time (s) 1650.77
Current children cumulated vsize (KiB) 101640

[startup+1722.3 s]
/proc/loadavg: 2.35 2.30 2.12 3/87 27116
/proc/meminfo: memFree=852536/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79596 CPUtime=1684.7
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19331 0 0 0 168447 23 0 0 25 0 1 0 23858585 81506304 19317 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26859/statm: 19899 19317 75 150 0 19746 0
Current children cumulated CPU time (s) 1708.43
Current children cumulated vsize (KiB) 101820

[startup+1782.3 s]
/proc/loadavg: 2.20 2.26 2.12 3/87 27116
/proc/meminfo: memFree=852408/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79596 CPUtime=1742.4
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19338 0 0 0 174217 23 0 0 25 0 1 0 23858585 81506304 19324 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/26859/statm: 19899 19324 75 150 0 19746 0
Current children cumulated CPU time (s) 1766.13
Current children cumulated vsize (KiB) 101820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.21 2.26 2.12 3/87 27116
/proc/meminfo: memFree=856376/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79596 CPUtime=1776.29
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19340 0 0 0 177606 23 0 0 25 0 1 0 23858585 81506304 19326 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/26859/statm: 19899 19326 75 150 0 19746 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 101820

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

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

[startup+1816.3 s]
/proc/loadavg: 2.21 2.26 2.12 3/87 27116
/proc/meminfo: memFree=856376/2055920 swapFree=4192812/4192956
[pid=26835] ppid=26833 vsize=16868 CPUtime=23.73
/proc/26835/stat : 26835 (sugar) S 26833 26835 26798 0 -1 4194304 1374 20423 0 2 6 1 2342 24 16 0 1 0 23856202 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26835/statm: 4217 1112 409 3 0 796 0
[pid=26858] ppid=26835 vsize=5356 CPUtime=0
/proc/26858/stat : 26858 (sh) S 26835 26835 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23858585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26858/statm: 1339 232 193 169 0 50 0
[pid=26859] ppid=26858 vsize=79596 CPUtime=1776.29
/proc/26859/stat : 26859 (minisat) R 26858 26835 26798 0 -1 4194304 19340 0 0 0 177606 23 0 0 25 0 1 0 23858585 81506304 19326 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/26859/statm: 19899 19326 75 150 0 19746 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 101820

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26835 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=495428
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=273958
# CPU time returned by wait4() is 23.7694
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.33
CPU time (s): 1800.02
CPU user time (s): 1799.54
CPU system time (s): 0.48
CPU usage (%): 99.1021
Max. virtual memory (cumulated for all children) (KiB): 889520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.4954
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22180
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= 7742
involuntary context switches= 7632

runsolver used 2.16167 second user time and 5.97509 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 05:05:16
IDJOB=2079178
IDBENCH=56858
IDSOLVER=739
FILE ID=node80/2079178-1247367916
PBS_JOBID= 9507145
Free space on /tmp= 66364 MiB

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

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

MD5SUM BENCH= c56f703fbfb446fbf73a9fe89e10396f
RANDOM SEED=2142840227

node80.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.285
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.285
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:       1627264 kB
Buffers:         39700 kB
Cached:         280920 kB
SwapCached:          0 kB
Active:         159888 kB
Inactive:       190672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          41028 kB
Slab:            63372 kB
Committed_AS:   197044 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node80 at 2009-07-12 05:35:35