Trace number 1061124

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.13+minisat? (TO) 1800.05 1801.44

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-60.xml
MD5SUMcabdf9a782c3979d3dd3fb1fe0f10ac8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension220
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 02:23:59 2008
0.00/0.04	c 0	PID 24717
0.03/0.05	c 0	HOST node74.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1061124-1215131038.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1061124-1215131038.xml' 'HOME/temp.csp'
0.03/0.73	c 0	1 domains, 6000 variables, 2 predicates, 0 relations, 220 constraints
0.03/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.76	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.84	c 0	Parsing HOME/temp.csp
1.01/1.16	c 1	parsed 6223 expressions
1.01/1.16	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.16	c 1	Converting to clausal form CSP
1.01/1.19	c 1	converted 623 (10%) expressions
1.10/1.20	c 1	converted 1245 (20%) expressions
1.10/1.22	c 1	converted 1867 (30%) expressions
1.10/1.22	c 1	converted 2490 (40%) expressions
1.10/1.22	c 1	converted 3112 (50%) expressions
1.10/1.22	c 1	converted 3734 (60%) expressions
1.10/1.22	c 1	converted 4357 (70%) expressions
1.10/1.22	c 1	converted 4979 (80%) expressions
1.10/1.22	c 1	converted 5601 (90%) expressions
2.19/2.33	c 2	converted 6223 (100%) expressions
2.19/2.34	c 2	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 31
2.19/2.34	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.34	c 2	Propagation in CSP
2.49/2.62	c 2	23800 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.49/2.63	c 2	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 26
2.49/2.63	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.64	c 2	Simplifing CSP by introducing new Boolean variables
2.49/2.66	c 2	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 26
2.49/2.66	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.78	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.68/2.81	c 2	1756 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.82	c 2	3512 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.82	c 2	5268 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.68/2.83	c 2	7024 (40%) CSP integer variables are encoded (3991 clauses, 53562 bytes)
2.68/2.84	c 2	8780 (50%) CSP integer variables are encoded (10862 clauses, 156627 bytes)
2.68/2.85	c 2	10536 (60%) CSP integer variables are encoded (17766 clauses, 260187 bytes)
2.68/2.86	c 2	12292 (70%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.68/2.87	c 2	14048 (80%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.68/2.87	c 2	15804 (90%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.68/2.87	c 2	17560 (100%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.88/3.01	c 3	2334 (10%) CSP clauses are encoded (62740 clauses, 1038306 bytes)
2.98/3.10	c 3	4668 (20%) CSP clauses are encoded (102946 clauses, 1823281 bytes)
2.98/3.19	c 3	7002 (30%) CSP clauses are encoded (143120 clauses, 2607625 bytes)
3.08/3.29	c 3	9336 (40%) CSP clauses are encoded (183422 clauses, 3394542 bytes)
3.18/3.39	c 3	11670 (50%) CSP clauses are encoded (223380 clauses, 4174675 bytes)
3.27/3.41	c 3	14004 (60%) CSP clauses are encoded (228028 clauses, 4246388 bytes)
3.27/3.44	c 3	16338 (70%) CSP clauses are encoded (232676 clauses, 4318119 bytes)
3.27/3.47	c 3	18672 (80%) CSP clauses are encoded (237324 clauses, 4390531 bytes)
3.27/3.49	c 3	21006 (90%) CSP clauses are encoded (241972 clauses, 4463585 bytes)
3.38/3.52	c 3	23340 (100%) CSP clauses are encoded (246620 clauses, 4536639 bytes)
3.38/3.52	c 3	23340 CSP clauses encoded
3.38/3.52	c 3	Writing map file : HOME/temp.map
3.38/3.59	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.38/3.59	c 3	SAT : 40120 SAT variables, 246620 SAT clauses, 4536639 bytes
3.38/3.59	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.65	c 3	SOLVING HOME/temp.cnf
3.47/3.65	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.47/3.66	c 3	This is MiniSat 2.0 beta
3.47/3.66	c 3	WARNING: for repeatability, setting FPU to use double precision
3.47/3.66	c 3	============================[ Problem Statistics ]=============================
3.47/3.66	c 3	|                                                                             |
3.47/3.66	c 3	|  Number of variables:  40120                                                |
3.47/3.66	c 3	|  Number of clauses:    246620                                               |
3.51/3.80	c 3	|  Parsing time:         0.12         s                                       |
3.51/3.81	c 3	============================[ Search Statistics ]==============================
3.51/3.81	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.51/3.81	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.51/3.81	c 3	===============================================================================
3.51/3.81	c 3	|         0 |   40120   246620   643040 |    82206        0    nan |  0.000 % |
3.51/3.86	c 3	|       103 |   40120   246620   643040 |    90427      103    125 |  0.000 % |
3.51/3.94	c 3	|       257 |   40120   246620   643040 |    99470      257     69 |  0.000 % |
3.51/4.03	c 4	|       482 |   40120   246620   643040 |   109417      482     82 |  0.000 % |
3.51/4.12	c 4	|       819 |   40120   246620   643040 |   120358      819     55 |  0.000 % |
3.51/4.24	c 4	|      1326 |   40120   246620   643040 |   132394     1326     49 |  0.000 % |
4.33/4.55	c 4	|      2086 |   40120   246620   643040 |   145634     2086     77 |  0.000 % |
4.53/4.79	c 4	|      3225 |   40120   246620   643040 |   160197     3225     76 |  0.000 % |
5.02/5.22	c 5	|      4933 |   40120   246620   643040 |   176217     4933     79 |  0.000 % |
5.62/5.87	c 5	|      7495 |   40120   246620   643040 |   193839     7495     68 |  0.000 % |
7.30/7.54	c 7	|     11339 |   40120   246620   643040 |   213222    11339     95 |  0.000 % |
8.68/8.99	c 9	|     17105 |   40120   246620   643040 |   234545    17105     84 |  0.000 % |
11.07/11.31	c 11	|     25754 |   40120   246620   643040 |   257999    25754     65 |  0.000 % |
16.80/17.16	c 17	|     38729 |   40120   246620   643040 |   283799    38729     73 |  0.000 % |
25.52/26.00	c 26	|     58191 |   40120   246620   643040 |   312179    58191     68 |  0.000 % |
36.04/36.60	c 36	|     87383 |   40120   246620   643040 |   343397    87383     64 |  0.000 % |
63.62/64.13	c 64	|    131172 |   40120   246620   643040 |   377737   131172     64 |  0.000 % |
140.09/140.65	c 140	|    196856 |   40120   246620   643040 |   415511   196856     71 |  0.000 % |
243.94/244.52	c 244	|    295382 |   40120   246620   643040 |   457062   295382     71 |  0.000 % |
549.68/550.49	c 550	|    443171 |   40120   246620   643040 |   502768   443171     77 |  0.000 % |
913.50/914.43	c 914	|    664855 |   40120   246620   643040 |   553045   162954     70 |  0.000 % |
1800.05/1801.42	c ERROR INTERRUPTED
1800.05/1801.44	s UNKNOWN
1800.05/1801.44	c 1801	CPU 3.33 (0.04 0.01 3.29 0.17)
1800.05/1801.44	c 1801	END Fri Jul  4 02:54:00 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061124-1215131038/watcher-1061124-1215131038 -o /tmp/evaluation-result-1061124-1215131038/solver-1061124-1215131038 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1061124-1215131038.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 24717
/proc/meminfo: memFree=1589056/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=18572 CPUtime=0
/proc/24717/stat : 24717 (runsolver) R 24715 24717 24219 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1992054980 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24717/statm: 4643 292 257 25 0 2626 0

[startup+0.050465 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 24717
/proc/meminfo: memFree=1589056/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=0.03
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1992054980 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101235 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 24717
/proc/meminfo: memFree=1589056/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=0.03
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992054980 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301763 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 24717
/proc/meminfo: memFree=1589056/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=0.03
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992054980 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701856 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 24717
/proc/meminfo: memFree=1589056/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=0.03
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992054980 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 1.92 1.98 1.91 3/92 24739
/proc/meminfo: memFree=1580904/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=0.69
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 973 5432 0 1 3 0 62 4 15 0 1 0 1992054980 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 797 370 3 0 500 0
[pid=24730] ppid=24717 vsize=5356 CPUtime=0
/proc/24730/stat : 24730 (sh) S 24717 24717 24219 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992055057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24730/statm: 1339 233 193 169 0 50 0
[pid=24731] ppid=24730 vsize=868448 CPUtime=0.72
/proc/24731/stat : 24731 (java) S 24730 24717 24219 0 -1 0 6129 0 1 0 68 4 0 0 18 0 9 0 1992055057 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24731/statm: 217112 5491 1842 9 0 211687 0
[pid=24731/tid=24732] ppid=24730 vsize=868448 CPUtime=0.4
/proc/24731/task/24732/stat : 24732 (java) R 24730 24717 24219 0 -1 64 2673 0 1 0 39 1 0 0 22 0 9 0 1992055058 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24733] ppid=24730 vsize=868448 CPUtime=0.08
/proc/24731/task/24733/stat : 24733 (java) R 24730 24717 24219 0 -1 64 1301 0 0 0 8 0 0 0 16 0 9 0 1992055059 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 103663436 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24734] ppid=24730 vsize=868448 CPUtime=0
/proc/24731/task/24734/stat : 24734 (java) S 24730 24717 24219 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1992055059 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24735] ppid=24730 vsize=868448 CPUtime=0
/proc/24731/task/24735/stat : 24735 (java) S 24730 24717 24219 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992055059 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24736] ppid=24730 vsize=868448 CPUtime=0
/proc/24731/task/24736/stat : 24736 (java) S 24730 24717 24219 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992055061 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24737] ppid=24730 vsize=868448 CPUtime=0.19
/proc/24731/task/24737/stat : 24737 (java) S 24730 24717 24219 0 -1 64 1463 0 0 0 19 0 0 0 16 0 9 0 1992055061 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24738] ppid=24730 vsize=868448 CPUtime=0
/proc/24731/task/24738/stat : 24738 (java) S 24730 24717 24219 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992055061 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24739] ppid=24730 vsize=868448 CPUtime=0
/proc/24731/task/24739/stat : 24739 (java) S 24730 24717 24219 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992055061 889290752 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887404

[startup+3.10232 s]
/proc/loadavg: 1.92 1.98 1.91 4/92 24739
/proc/meminfo: memFree=1563376/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=0.69
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 974 5432 0 1 3 0 62 4 15 0 1 0 1992054980 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 797 370 3 0 500 0
[pid=24730] ppid=24717 vsize=5356 CPUtime=0
/proc/24730/stat : 24730 (sh) S 24717 24717 24219 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992055057 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24730/statm: 1339 233 193 169 0 50 0
[pid=24731] ppid=24730 vsize=868496 CPUtime=2.29
/proc/24731/stat : 24731 (java) S 24730 24717 24219 0 -1 0 10453 0 1 0 220 9 0 0 18 0 9 0 1992055057 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24731/statm: 217124 9433 2565 9 0 211671 0
[pid=24731/tid=24732] ppid=24730 vsize=868496 CPUtime=1.45
/proc/24731/task/24732/stat : 24732 (java) R 24730 24717 24219 0 -1 64 2966 0 1 0 141 4 0 0 25 0 9 0 1992055058 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4127046500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24733] ppid=24730 vsize=868496 CPUtime=0.54
/proc/24731/task/24733/stat : 24733 (java) S 24730 24717 24219 0 -1 64 5288 0 0 0 51 3 0 0 16 0 9 0 1992055059 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24734] ppid=24730 vsize=868496 CPUtime=0
/proc/24731/task/24734/stat : 24734 (java) S 24730 24717 24219 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992055059 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24735] ppid=24730 vsize=868496 CPUtime=0
/proc/24731/task/24735/stat : 24735 (java) S 24730 24717 24219 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992055059 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24736] ppid=24730 vsize=868496 CPUtime=0
/proc/24731/task/24736/stat : 24736 (java) S 24730 24717 24219 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992055061 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24737] ppid=24730 vsize=868496 CPUtime=0.26
/proc/24731/task/24737/stat : 24737 (java) S 24730 24717 24219 0 -1 64 1506 0 0 0 26 0 0 0 16 0 9 0 1992055061 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24738] ppid=24730 vsize=868496 CPUtime=0
/proc/24731/task/24738/stat : 24738 (java) S 24730 24717 24219 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992055061 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24731/tid=24739] ppid=24730 vsize=868496 CPUtime=0
/proc/24731/task/24739/stat : 24739 (java) S 24730 24717 24219 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992055061 889339904 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887452

[startup+6.30195 s]
/proc/loadavg: 2.01 2.00 1.91 3/84 24741
/proc/meminfo: memFree=1566512/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 15 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=17368 CPUtime=2.6
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 4145 0 0 0 259 1 0 0 25 0 1 0 1992055346 17784832 4131 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24741/statm: 4342 4131 76 150 0 4189 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 36324

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 1.91 3/84 24741
/proc/meminfo: memFree=1559664/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=24024 CPUtime=8.94
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 5808 0 0 0 891 3 0 0 25 0 1 0 1992055346 24600576 5794 996147200 134512640 135127466 4294956272 18446744073709551615 134521694 0 0 4096 3 0 0 0 17 1 0 0
/proc/24741/statm: 6006 5794 76 150 0 5853 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 42980

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 24741
/proc/meminfo: memFree=1550256/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=32700 CPUtime=21.61
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 7987 0 0 0 2156 5 0 0 25 0 1 0 1992055346 33484800 7973 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24741/statm: 8175 7973 76 150 0 8022 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 51656

[startup+51.1017 s]
/proc/loadavg: 1.86 1.97 1.90 3/76 24804
/proc/meminfo: memFree=1580208/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=49272 CPUtime=47.12
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 12088 0 0 0 4702 10 0 0 25 0 1 0 1992055346 50454528 12074 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 12318 12074 76 150 0 12165 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 68228

[startup+102.307 s]
/proc/loadavg: 1.94 1.97 1.91 3/76 24804
/proc/meminfo: memFree=1554416/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=72004 CPUtime=98.3
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 17699 0 0 0 9814 16 0 0 25 0 1 0 1992055346 73732096 17685 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 18001 17685 76 150 0 17848 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 90960

[startup+162.302 s]
/proc/loadavg: 1.98 1.97 1.91 3/76 24804
/proc/meminfo: memFree=1536240/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1423728/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1297.7
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 129712 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1301.21
Current children cumulated vsize (KiB) 222212

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24805
/proc/meminfo: memFree=1423600/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1357.67
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 135709 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1361.18
Current children cumulated vsize (KiB) 222212

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24806
/proc/meminfo: memFree=1423664/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1417.64
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 141706 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1421.15
Current children cumulated vsize (KiB) 222212

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24806
/proc/meminfo: memFree=1423664/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1477.6
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 147702 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1481.11
Current children cumulated vsize (KiB) 222212

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24806
/proc/meminfo: memFree=1423664/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1537.57
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 153699 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1541.08
Current children cumulated vsize (KiB) 222212

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24806
/proc/meminfo: memFree=1423664/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1597.54
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 159696 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1601.05
Current children cumulated vsize (KiB) 222212

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24806
/proc/meminfo: memFree=1423664/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1657.51
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 165693 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1661.02
Current children cumulated vsize (KiB) 222212

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24806
/proc/meminfo: memFree=1423600/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1717.48
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 171690 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1720.99
Current children cumulated vsize (KiB) 222212

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24806
/proc/meminfo: memFree=1423408/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1777.45
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 177687 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1780.96
Current children cumulated vsize (KiB) 222212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 24806
/proc/meminfo: memFree=1423472/2055920 swapFree=4179604/4192956
[pid=24717] ppid=24715 vsize=13600 CPUtime=3.51
/proc/24717/stat : 24717 (sugar) S 24715 24717 24219 0 -1 4194304 1034 16265 0 2 4 1 329 17 16 0 1 0 1992054980 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24717/statm: 3400 799 370 3 0 500 0
[pid=24740] ppid=24717 vsize=5356 CPUtime=0
/proc/24740/stat : 24740 (sh) S 24717 24717 24219 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992055346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24740/statm: 1339 232 193 169 0 50 0
[pid=24741] ppid=24740 vsize=203256 CPUtime=1796.54
/proc/24741/stat : 24741 (minisat) R 24740 24717 24219 0 -1 4194304 50057 0 0 0 179596 58 0 0 25 0 1 0 1992055346 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24741/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 222212

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 24717 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=336492
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=188971
# CPU time returned by wait4() is 3.52546
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.44
CPU time (s): 1800.05
CPU user time (s): 1799.29
CPU system time (s): 0.76
CPU usage (%): 99.9226
Max. virtual memory (cumulated for all children) (KiB): 887592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.33649
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17643
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= 3609
involuntary context switches= 3508

runsolver used 2.11368 second user time and 6.08807 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 02:23:58
IDJOB=1061124
IDBENCH=54510
IDSOLVER=346
FILE ID=node74/1061124-1215131038
PBS_JOBID= 7877249
Free space on /tmp= 103208 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-60.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061124-1215131038/watcher-1061124-1215131038 -o /tmp/evaluation-result-1061124-1215131038/solver-1061124-1215131038 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1061124-1215131038.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cabdf9a782c3979d3dd3fb1fe0f10ac8
RANDOM SEED=1404735954

node74.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.259
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.259
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:       1589536 kB
Buffers:         47476 kB
Cached:         271060 kB
SwapCached:       6708 kB
Active:         177124 kB
Inactive:       226336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589536 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:          98508 kB
Slab:            47944 kB
Committed_AS:  4753260 kB
PageTables:       2008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103212 MiB
End job on node74 at 2008-07-04 02:54:02