Trace number 2079717

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.03 1817.13

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-41_ext.xml
MD5SUMb5cf0a5cebccc02723b1c0e25cb32a5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.19667
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 05:17:19 2009
0.01/0.07	c 0	PID 21777
0.01/0.08	c 0	HOST node71.alineos.net
0.01/0.08	c 0	CONVERTING HOME/instance-2079717-1247368639.xml TO HOME/temp.csp
0.01/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079717-1247368639.xml' 'HOME/temp.csp'
0.06/0.73	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.70/0.83	c 1	Parsing HOME/temp.csp
1.91/2.01	c 2	parsed 141 expressions
1.91/2.01	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.01	c 2	Converting to clausal form CSP
1.91/2.03	c 2	converted 15 (10%) expressions
1.91/2.05	c 2	converted 29 (20%) expressions
1.91/2.06	c 2	converted 43 (30%) expressions
2.12/2.22	c 2	converted 57 (40%) expressions
2.12/2.25	c 2	converted 71 (50%) expressions
2.12/2.30	c 2	converted 85 (60%) expressions
2.30/2.41	c 3	converted 99 (70%) expressions
2.40/2.51	c 3	converted 113 (80%) expressions
2.50/2.62	c 3	converted 127 (90%) expressions
2.81/2.96	c 3	converted 141 (100%) expressions
2.81/2.96	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.81/2.96	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.96	c 3	Propagation in CSP
2.81/2.96	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.96	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.81/2.96	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.96	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.96	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.81/2.96	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.08	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.90/3.09	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.90/3.09	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.90/3.09	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.90/3.09	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.90/3.09	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.90/3.10	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.90/3.10	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.00/3.10	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.00/3.10	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.00/3.10	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.10/3.30	c 3	6 (10%) CSP clauses are encoded (11114 clauses, 247660 bytes)
3.30/3.44	c 4	12 (20%) CSP clauses are encoded (21897 clauses, 499307 bytes)
3.39/3.57	c 4	18 (30%) CSP clauses are encoded (32750 clauses, 765909 bytes)
3.59/3.70	c 4	24 (40%) CSP clauses are encoded (43543 clauses, 1030967 bytes)
3.69/3.84	c 4	30 (50%) CSP clauses are encoded (54337 clauses, 1298904 bytes)
3.79/3.97	c 4	36 (60%) CSP clauses are encoded (65152 clauses, 1576371 bytes)
3.99/4.10	c 4	42 (70%) CSP clauses are encoded (75919 clauses, 1860305 bytes)
4.08/4.24	c 4	48 (80%) CSP clauses are encoded (86800 clauses, 2151231 bytes)
4.18/4.38	c 4	54 (90%) CSP clauses are encoded (97679 clauses, 2442257 bytes)
4.38/4.51	c 5	60 (100%) CSP clauses are encoded (108465 clauses, 2730832 bytes)
4.38/4.51	c 5	60 CSP clauses encoded
4.38/4.52	c 5	Writing map file : HOME/temp.map
4.38/4.52	c 5	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.52	c 5	SAT : 380 SAT variables, 108465 SAT clauses, 2730832 bytes
4.38/4.52	c 5	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.57	c 5	SOLVING HOME/temp.cnf
4.38/4.57	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.57	c 5	This is MiniSat 2.0 beta
4.38/4.57	c 5	WARNING: for repeatability, setting FPU to use double precision
4.38/4.57	c 5	============================[ Problem Statistics ]=============================
4.38/4.57	c 5	|                                                                             |
4.38/4.57	c 5	|  Number of variables:  380                                                  |
4.38/4.57	c 5	|  Number of clauses:    108465                                               |
4.42/4.64	c 5	|  Parsing time:         0.06         s                                       |
4.42/4.65	c 5	============================[ Search Statistics ]==============================
4.42/4.65	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.42/4.65	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.42/4.65	c 5	===============================================================================
4.42/4.65	c 5	|         0 |     380   108465   595442 |    36155        0    nan |  0.000 % |
4.42/4.71	c 5	|       100 |     380   108465   595442 |    39770      100      9 |  0.001 % |
4.42/4.81	c 5	|       250 |     380   108465   595442 |    43747      250     10 |  0.013 % |
4.42/4.93	c 5	|       476 |     380   108465   595442 |    48122      476     11 |  0.013 % |
4.42/5.08	c 5	|       813 |     380   108465   595442 |    52934      813     11 |  0.013 % |
4.42/5.29	c 5	|      1320 |     380   108465   595442 |    58227     1320     11 |  0.013 % |
5.43/5.61	c 6	|      2079 |     380   108465   595442 |    64050     2079     11 |  0.013 % |
5.72/5.97	c 6	|      3219 |     380   108465   595442 |    70455     3219     12 |  0.003 % |
6.51/6.78	c 7	|      4928 |     380   108465   595442 |    77501     4928     13 |  0.011 % |
7.90/8.19	c 8	|      7490 |     380   108465   595442 |    85251     7490     13 |  0.013 % |
9.19/9.42	c 10	|     11335 |     380   108465   595442 |    93776    11335     13 |  0.002 % |
11.97/12.25	c 12	|     17102 |     380   108465   595442 |   103154    17102     13 |  0.007 % |
17.22/17.55	c 18	|     25754 |     380   108465   595442 |   113469    25754     13 |  0.015 % |
26.04/26.43	c 27	|     38728 |     380   108465   595442 |   124816    38728     14 |  0.015 % |
40.39/40.93	c 41	|     58190 |     380   108465   595442 |   137298    58190     15 |  0.006 % |
63.87/64.67	c 65	|     87382 |     380   108465   595442 |   151028    87382     15 |  0.011 % |
107.26/108.42	c 109	|    131171 |     380   108465   595442 |   166131   131171     15 |  0.012 % |
178.48/180.38	c 181	|    196855 |     380   108465   595442 |   182744    46309     16 |  0.013 % |
273.08/275.85	c 276	|    295383 |     378   106557   585872 |   201018    48607     15 |  0.527 % |
462.09/466.63	c 467	|    443172 |     375   104758   576659 |   221120    66121     14 |  1.316 % |
765.62/773.03	c 773	|    664857 |     373   102894   567422 |   243232   176773     15 |  1.843 % |
1254.49/1266.50	c 1267	|    997383 |     367    96721   532764 |   267556   111971     16 |  3.422 % |
1800.03/1817.12	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1817.12	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1817.12	c ERROR INTERRUPTED
1800.03/1817.12	s UNKNOWN
1800.03/1817.12	c 1817	CPU 4.43 (0.05 0.01 4.22 0.15)
1800.03/1817.12	c 1817	END Sun Jul 12 05:47: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-2079717-1247368639/watcher-2079717-1247368639 -o /tmp/evaluation-result-2079717-1247368639/solver-2079717-1247368639 -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-2079717-1247368639.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.93 2.01 2.04 4/73 21777
/proc/meminfo: memFree=1860128/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=12268 CPUtime=0
/proc/21777/stat : 21777 (sugar) D 21775 21777 17098 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 23926485 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/21777/statm: 3067 316 241 3 0 167 0

[startup+0.023887 s]
/proc/loadavg: 1.93 2.01 2.04 4/73 21777
/proc/meminfo: memFree=1860128/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=12676 CPUtime=0.01
/proc/21777/stat : 21777 (sugar) R 21775 21777 17098 0 -1 4194304 544 0 0 0 1 0 0 0 18 0 1 0 23926485 12980224 512 996147200 4194304 4206940 548682068608 18446744073709551615 231962219233 0 0 4224 0 0 0 0 17 0 0 0
/proc/21777/statm: 3169 513 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.1019 s]
/proc/loadavg: 1.93 2.01 2.04 4/73 21777
/proc/meminfo: memFree=1860128/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=0.06
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23926485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301923 s]
/proc/loadavg: 1.93 2.01 2.04 4/73 21777
/proc/meminfo: memFree=1860128/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=0.06
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23926485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701979 s]
/proc/loadavg: 1.93 2.01 2.04 4/73 21777
/proc/meminfo: memFree=1860128/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=0.06
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23926485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 1.93 2.01 2.04 4/84 21799
/proc/meminfo: memFree=1850232/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=0.7
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1309 6999 0 1 5 1 60 4 16 0 1 0 23926485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1111 409 3 0 796 0
[pid=21790] ppid=21777 vsize=5356 CPUtime=0
/proc/21790/stat : 21790 (sh) S 21777 21777 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23926561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21790/statm: 1339 233 193 169 0 50 0
[pid=21791] ppid=21790 vsize=862288 CPUtime=0.72
/proc/21791/stat : 21791 (java) S 21790 21777 17098 0 -1 0 6517 0 1 0 69 3 0 0 18 0 9 0 23926561 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21791/statm: 215572 5799 2158 9 0 210485 0
[pid=21791/tid=21792] ppid=21790 vsize=862288 CPUtime=0.49
/proc/21791/task/21792/stat : 21792 (java) R 21790 21777 17098 0 -1 64 2027 0 1 0 48 1 0 0 21 0 9 0 23926562 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4126485324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21793] ppid=21790 vsize=862288 CPUtime=0.17
/proc/21791/task/21793/stat : 21793 (java) S 21790 21777 17098 0 -1 64 3490 0 0 0 16 1 0 0 16 0 9 0 23926563 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21794] ppid=21790 vsize=862288 CPUtime=0
/proc/21791/task/21794/stat : 21794 (java) S 21790 21777 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23926563 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21795] ppid=21790 vsize=862288 CPUtime=0
/proc/21791/task/21795/stat : 21795 (java) S 21790 21777 17098 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23926563 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21796] ppid=21790 vsize=862288 CPUtime=0
/proc/21791/task/21796/stat : 21796 (java) S 21790 21777 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23926565 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21797] ppid=21790 vsize=862288 CPUtime=0.03
/proc/21791/task/21797/stat : 21797 (java) S 21790 21777 17098 0 -1 64 298 0 0 0 3 0 0 0 17 0 9 0 23926565 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21798] ppid=21790 vsize=862288 CPUtime=0
/proc/21791/task/21798/stat : 21798 (java) S 21790 21777 17098 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23926566 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21799] ppid=21790 vsize=862288 CPUtime=0
/proc/21791/task/21799/stat : 21799 (java) S 21790 21777 17098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23926566 882982912 5799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884512

[startup+3.1023 s]
/proc/loadavg: 1.93 2.01 2.04 4/84 21799
/proc/meminfo: memFree=1826552/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=0.7
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1310 6999 0 1 5 1 60 4 15 0 1 0 23926485 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1111 409 3 0 796 0
[pid=21790] ppid=21777 vsize=5356 CPUtime=0
/proc/21790/stat : 21790 (sh) S 21777 21777 17098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23926561 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21790/statm: 1339 233 193 169 0 50 0
[pid=21791] ppid=21790 vsize=864360 CPUtime=2.3
/proc/21791/stat : 21791 (java) S 21790 21777 17098 0 -1 0 15210 0 1 0 223 7 0 0 18 0 9 0 23926561 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21791/statm: 216090 14428 2590 9 0 210567 0
[pid=21791/tid=21792] ppid=21790 vsize=864360 CPUtime=1.19
/proc/21791/task/21792/stat : 21792 (java) R 21790 21777 17098 0 -1 64 3268 0 1 0 117 2 0 0 21 0 9 0 23926562 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21793] ppid=21790 vsize=864360 CPUtime=1.03
/proc/21791/task/21793/stat : 21793 (java) S 21790 21777 17098 0 -1 64 10932 0 0 0 99 4 0 0 18 0 9 0 23926563 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21794] ppid=21790 vsize=864360 CPUtime=0
/proc/21791/task/21794/stat : 21794 (java) S 21790 21777 17098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23926563 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21795] ppid=21790 vsize=864360 CPUtime=0
/proc/21791/task/21795/stat : 21795 (java) S 21790 21777 17098 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23926563 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21796] ppid=21790 vsize=864360 CPUtime=0
/proc/21791/task/21796/stat : 21796 (java) S 21790 21777 17098 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23926565 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21797] ppid=21790 vsize=864360 CPUtime=0.05
/proc/21791/task/21797/stat : 21797 (java) R 21790 21777 17098 0 -1 64 308 0 0 0 5 0 0 0 16 0 9 0 23926565 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 101872398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21798] ppid=21790 vsize=864360 CPUtime=0
/proc/21791/task/21798/stat : 21798 (java) S 21790 21777 17098 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23926566 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21791/tid=21799] ppid=21790 vsize=864360 CPUtime=0
/proc/21791/task/21799/stat : 21799 (java) S 21790 21777 17098 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23926566 885104640 14428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886584

[startup+6.30179 s]
/proc/loadavg: 1.93 2.01 2.04 3/76 21801
/proc/meminfo: memFree=1844536/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 15 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=8580 CPUtime=1.7
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 2036 0 0 0 170 0 0 0 25 0 1 0 23926943 8785920 2022 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 2145 2022 75 150 0 1992 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 30804

[startup+12.7027 s]
/proc/loadavg: 1.94 2.01 2.03 3/76 21801
/proc/meminfo: memFree=1842936/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=9968 CPUtime=8.04
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 2366 0 0 0 803 1 0 0 25 0 1 0 23926943 10207232 2352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 2492 2352 75 150 0 2339 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 32192

[startup+25.5013 s]
/proc/loadavg: 1.95 2.01 2.03 3/76 21801
/proc/meminfo: memFree=1841272/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=11748 CPUtime=20.72
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 2811 0 0 0 2070 2 0 0 25 0 1 0 23926943 12029952 2797 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 2937 2797 75 150 0 2784 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 33972

[startup+51.1018 s]
/proc/loadavg: 1.97 2.01 2.03 3/76 21801
/proc/meminfo: memFree=1838072/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=15008 CPUtime=46.07
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 3614 0 0 0 4605 2 0 0 25 0 1 0 23926943 15368192 3600 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 3752 3600 75 150 0 3599 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 37232

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 2.03 3/76 21801
/proc/meminfo: memFree=1832888/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=20228 CPUtime=96.79
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 4904 0 0 0 9676 3 0 0 25 0 1 0 23926943 20713472 4890 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 5057 4890 75 150 0 4904 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 42452

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 2.02 3/76 21801
/proc/meminfo: memFree=1828664/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1815152/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=37312 CPUtime=1344.97
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9010 0 0 0 134489 8 0 0 25 0 1 0 23926943 38207488 8988 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9328 8988 75 150 0 9175 0
Current children cumulated CPU time (s) 1349.39
Current children cumulated vsize (KiB) 59536

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/78 21803
/proc/meminfo: memFree=1814384/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=38000 CPUtime=1404.41
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9161 0 0 0 140433 8 0 0 25 0 1 0 23926943 38912000 9139 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9500 9139 75 150 0 9347 0
Current children cumulated CPU time (s) 1408.83
Current children cumulated vsize (KiB) 60224

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/78 21803
/proc/meminfo: memFree=1814064/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=38284 CPUtime=1463.84
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9239 0 0 0 146376 8 0 0 25 0 1 0 23926943 39202816 9217 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9571 9217 75 150 0 9418 0
Current children cumulated CPU time (s) 1468.26
Current children cumulated vsize (KiB) 60508

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/79 21804
/proc/meminfo: memFree=1813992/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=38284 CPUtime=1523.28
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9239 0 0 0 152320 8 0 0 25 0 1 0 23926943 39202816 9217 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9571 9217 75 150 0 9418 0
Current children cumulated CPU time (s) 1527.7
Current children cumulated vsize (KiB) 60508

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/79 21804
/proc/meminfo: memFree=1813864/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=38448 CPUtime=1582.72
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9277 0 0 0 158264 8 0 0 25 0 1 0 23926943 39370752 9255 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9612 9255 75 150 0 9459 0
Current children cumulated CPU time (s) 1587.14
Current children cumulated vsize (KiB) 60672

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/79 21804
/proc/meminfo: memFree=1813480/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=38780 CPUtime=1642.15
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9335 0 0 0 164207 8 0 0 25 0 1 0 23926943 39710720 9313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9695 9313 75 150 0 9542 0
Current children cumulated CPU time (s) 1646.57
Current children cumulated vsize (KiB) 61004

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/79 21804
/proc/meminfo: memFree=1813352/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=38780 CPUtime=1701.59
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9340 0 0 0 170151 8 0 0 25 0 1 0 23926943 39710720 9318 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9695 9318 75 150 0 9542 0
Current children cumulated CPU time (s) 1706.01
Current children cumulated vsize (KiB) 61004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21871
/proc/meminfo: memFree=1630568/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=38924 CPUtime=1761.13
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9391 0 0 0 176104 9 0 0 25 0 1 0 23926943 39858176 9369 996147200 134512640 135127466 4294956256 18446744073709551615 134531033 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9731 9369 75 150 0 9578 0
Current children cumulated CPU time (s) 1765.55
Current children cumulated vsize (KiB) 61148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21871
/proc/meminfo: memFree=1615592/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=39396 CPUtime=1795.61
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9528 0 0 0 179552 9 0 0 25 0 1 0 23926943 40341504 9506 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9849 9506 75 150 0 9696 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 61620

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

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

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 21871
/proc/meminfo: memFree=1615592/2055920 swapFree=4192812/4192956
[pid=21777] ppid=21775 vsize=16868 CPUtime=4.42
/proc/21777/stat : 21777 (sugar) S 21775 21777 17098 0 -1 4194304 1374 22627 0 2 5 1 422 14 16 0 1 0 23926485 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21777/statm: 4217 1112 409 3 0 796 0
[pid=21800] ppid=21777 vsize=5356 CPUtime=0
/proc/21800/stat : 21800 (sh) S 21777 21777 17098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23926942 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21800/statm: 1339 232 193 169 0 50 0
[pid=21801] ppid=21800 vsize=39396 CPUtime=1795.61
/proc/21801/stat : 21801 (minisat) R 21800 21777 17098 0 -1 4194304 9528 0 0 0 179552 9 0 0 25 0 1 0 23926943 40341504 9506 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/21801/statm: 9849 9506 75 150 0 9696 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 61620

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21777 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=282348
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=172973
# CPU time returned by wait4() is 4.45532
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.13
CPU time (s): 1800.03
CPU user time (s): 1799.79
CPU system time (s): 0.24
CPU usage (%): 99.059
Max. virtual memory (cumulated for all children) (KiB): 886584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.28235
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24651
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= 2585
involuntary context switches= 2470

runsolver used 2.42163 second user time and 5.86111 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-12 05:17:19
IDJOB=2079717
IDBENCH=56941
IDSOLVER=739
FILE ID=node71/2079717-1247368639
PBS_JOBID= 9507012
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-41_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-2079717-1247368639/watcher-2079717-1247368639 -o /tmp/evaluation-result-2079717-1247368639/solver-2079717-1247368639 -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-2079717-1247368639.xml

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

MD5SUM BENCH= b5cf0a5cebccc02723b1c0e25cb32a5b
RANDOM SEED=425330005

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1860608 kB
Buffers:          8644 kB
Cached:          86352 kB
SwapCached:          0 kB
Active:         119048 kB
Inactive:        28728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:          63448 kB
Slab:            32696 kB
Committed_AS:   262184 kB
PageTables:       1884 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= 66392 MiB
End job on node71 at 2009-07-12 05:47:38