Trace number 1081591

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.07 1808.03

General information on the benchmark

Namecsp/knights/
normalized-knights-80-9.xml
MD5SUMdcac56c0e48723f8c0ddbfc8ec2d0014
Bench Category2-ARY-INT (binary 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 variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
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 Sat Jul  5 02:28:02 2008
0.00/0.04	c 0	PID 4100
0.00/0.05	c 0	HOST node83.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081591-1215217682.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081591-1215217682.xml' 'HOME/temp.csp'
0.03/0.21	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.03/0.26	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.26	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.18/0.33	c 0	Parsing HOME/temp.csp
0.18/0.36	c 0	parsed 48 expressions
0.18/0.38	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.18/0.38	c 0	Converting to clausal form CSP
0.18/0.40	c 0	converted 5 (10%) expressions
0.18/0.40	c 0	converted 10 (20%) expressions
0.18/0.41	c 0	converted 15 (30%) expressions
0.18/0.42	c 0	converted 20 (40%) expressions
0.18/0.42	c 0	converted 24 (50%) expressions
0.18/0.43	c 0	converted 29 (60%) expressions
0.18/0.44	c 0	converted 34 (70%) expressions
0.18/0.44	c 0	converted 39 (80%) expressions
0.18/0.45	c 1	converted 44 (90%) expressions
0.18/0.46	c 1	converted 48 (100%) expressions
0.18/0.46	c 1	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 6400
0.18/0.46	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.18/0.46	c 1	Propagation in CSP
0.18/0.47	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.18/0.47	c 1	CSP : 45 integers, 18 booleans, 180 clauses, largest domain size 6400
0.18/0.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.18/0.47	c 1	Simplifing CSP by introducing new Boolean variables
0.18/0.47	c 1	CSP : 45 integers, 144 booleans, 306 clauses, largest domain size 6400
0.18/0.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.18/0.49	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.18/0.62	c 1	5 (10%) CSP integer variables are encoded (31990 clauses, 457708 bytes)
0.18/0.65	c 1	9 (20%) CSP integer variables are encoded (57582 clauses, 841588 bytes)
0.18/0.65	c 1	14 (30%) CSP integer variables are encoded (57972 clauses, 847438 bytes)
0.18/0.65	c 1	18 (40%) CSP integer variables are encoded (58284 clauses, 852118 bytes)
0.18/0.65	c 1	23 (50%) CSP integer variables are encoded (58674 clauses, 857968 bytes)
0.18/0.66	c 1	27 (60%) CSP integer variables are encoded (58986 clauses, 862648 bytes)
0.18/0.66	c 1	32 (70%) CSP integer variables are encoded (59376 clauses, 868498 bytes)
0.18/0.66	c 1	36 (80%) CSP integer variables are encoded (59688 clauses, 873178 bytes)
0.18/0.66	c 1	41 (90%) CSP integer variables are encoded (60078 clauses, 879028 bytes)
0.18/0.66	c 1	45 (100%) CSP integer variables are encoded (60390 clauses, 883708 bytes)
0.18/0.78	c 1	31 (10%) CSP clauses are encoded (125643 clauses, 2225884 bytes)
0.18/0.93	c 1	62 (20%) CSP clauses are encoded (215876 clauses, 4118804 bytes)
0.18/0.98	c 1	92 (30%) CSP clauses are encoded (243046 clauses, 4699495 bytes)
1.00/1.16	c 1	123 (40%) CSP clauses are encoded (346002 clauses, 6904169 bytes)
1.09/1.25	c 1	153 (50%) CSP clauses are encoded (404630 clauses, 8193741 bytes)
1.19/1.34	c 1	184 (60%) CSP clauses are encoded (457089 clauses, 9330749 bytes)
1.29/1.44	c 1	215 (70%) CSP clauses are encoded (515868 clauses, 10606790 bytes)
1.39/1.55	c 2	245 (80%) CSP clauses are encoded (580891 clauses, 12020186 bytes)
1.49/1.64	c 2	276 (90%) CSP clauses are encoded (633350 clauses, 13157194 bytes)
1.49/1.66	c 2	306 (100%) CSP clauses are encoded (647730 clauses, 13473376 bytes)
1.49/1.66	c 2	306 CSP clauses encoded
1.49/1.66	c 2	Writing map file : HOME/temp.map
1.49/1.66	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.66	c 2	SAT : 60579 SAT variables, 647730 SAT clauses, 13473376 bytes
1.49/1.66	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.67	c 2	SOLVING HOME/temp.cnf
1.49/1.67	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.68	c 2	This is MiniSat 2.0 beta
1.49/1.68	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/1.68	c 2	============================[ Problem Statistics ]=============================
1.49/1.68	c 2	|                                                                             |
1.49/1.68	c 2	|  Number of variables:  60579                                                |
1.49/1.68	c 2	|  Number of clauses:    647730                                               |
1.57/2.01	c 2	|  Parsing time:         0.29         s                                       |
1.57/2.03	c 2	============================[ Search Statistics ]==============================
1.57/2.03	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.57/2.03	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.57/2.03	c 2	===============================================================================
1.57/2.03	c 2	|         0 |   60579   647730  1876824 |   215910        0    nan |  0.000 % |
2.18/2.34	c 2	|       100 |   60579   647730  1876824 |   237501      100     10 |  0.000 % |
2.68/2.86	c 3	|       250 |   60579   647730  1876824 |   261251      250     10 |  0.000 % |
3.28/3.48	c 4	|       475 |   60579   647730  1876824 |   287376      475     10 |  0.001 % |
4.37/4.52	c 5	|       812 |   60579   647730  1876824 |   316113      812     11 |  0.000 % |
5.07/5.27	c 5	|      1319 |   60579   647730  1876824 |   347725     1319     11 |  0.000 % |
15.61/15.82	c 16	|      2078 |   60579   647730  1876824 |   382497     2078     12 |  0.000 % |
20.69/20.93	c 21	|      3217 |   60579   647730  1876824 |   420747     3217     12 |  0.000 % |
28.95/29.20	c 29	|      4925 |   60579   647730  1876824 |   462822     4925     13 |  0.000 % |
41.08/41.40	c 41	|      7488 |   60579   647730  1876824 |   509104     7488     13 |  0.000 % |
64.97/65.48	c 66	|     11333 |   60579   647730  1876824 |   560014    11333     13 |  0.000 % |
77.90/78.47	c 79	|     17100 |   60579   647730  1876824 |   616016    17100     14 |  0.000 % |
118.99/119.79	c 120	|     25749 |   60579   647730  1876824 |   677618    25749     14 |  0.000 % |
183.78/184.88	c 185	|     38723 |   60579   647730  1876824 |   745379    38723     14 |  0.000 % |
224.57/225.82	c 226	|     58184 |   60579   647730  1876824 |   819917    58184     14 |  0.000 % |
286.26/287.84	c 288	|     87378 |   60579   647730  1876824 |   901909    87378     14 |  0.000 % |
572.75/575.78	c 576	|    131168 |   60579   647730  1876824 |   992100   131168     14 |  0.000 % |
1039.65/1044.99	c 1045	|    196852 |   60579   647730  1876824 |  1091310   196852     14 |  0.000 % |
1681.40/1689.35	c 1689	|    295379 |   60579   647730  1876824 |  1200441   295379     14 |  0.000 % |
1800.07/1808.01	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1808.01	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1808.01	c ERROR INTERRUPTED
1800.07/1808.02	s UNKNOWN
1800.07/1808.02	c 1808	CPU 1.41 (0.03 0.01 1.38 0.16)
1800.07/1808.02	c 1808	END Sat Jul  5 02:58:10 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-1081591-1215217682/watcher-1081591-1215217682 -o /tmp/evaluation-result-1081591-1215217682/solver-1081591-1215217682 -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-1081591-1215217682.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: 2.00 2.04 2.01 4/81 4100
/proc/meminfo: memFree=1632864/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=18572 CPUtime=0
/proc/4100/stat : 4100 (runsolver) R 4098 4100 2260 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 677497783 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 230266826023 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4100/statm: 4643 292 257 25 0 2626 0

[startup+0.0585449 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 4100
/proc/meminfo: memFree=1632864/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=0.03
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 677497783 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4100/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101554 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 4100
/proc/meminfo: memFree=1632864/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=0.03
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 677497783 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4100/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301591 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 4100
/proc/meminfo: memFree=1632864/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=0.18
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 956 4096 0 1 3 0 13 2 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13600

[startup+0.701666 s]
/proc/loadavg: 2.00 2.04 2.01 4/81 4100
/proc/meminfo: memFree=1632864/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=0.18
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 974 4096 0 1 3 0 13 2 15 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13600

[startup+1.50182 s]
/proc/loadavg: 2.00 2.04 2.01 3/92 4122
/proc/meminfo: memFree=1618888/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=0.18
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 974 4096 0 1 3 0 13 2 15 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4113] ppid=4100 vsize=5356 CPUtime=0
/proc/4113/stat : 4113 (sh) S 4100 4100 2260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677497809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4113/statm: 1339 233 193 169 0 50 0
[pid=4114] ppid=4113 vsize=864404 CPUtime=1.21
/proc/4114/stat : 4114 (java) S 4113 4100 2260 0 -1 0 5261 0 1 0 110 11 0 0 19 0 9 0 677497809 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4114/statm: 216101 4244 2562 9 0 210648 0
[pid=4114/tid=4115] ppid=4113 vsize=864404 CPUtime=1.03
/proc/4114/task/4115/stat : 4115 (java) R 4113 4100 2260 0 -1 64 2984 0 1 0 96 7 0 0 25 0 9 0 677497810 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4114/tid=4116] ppid=4113 vsize=864404 CPUtime=0.1
/proc/4114/task/4116/stat : 4116 (java) R 4113 4100 2260 0 -1 64 1260 0 0 0 7 3 0 0 15 0 9 0 677497811 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4114/tid=4117] ppid=4113 vsize=864404 CPUtime=0
/proc/4114/task/4117/stat : 4117 (java) S 4113 4100 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677497811 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4114/tid=4118] ppid=4113 vsize=864404 CPUtime=0
/proc/4114/task/4118/stat : 4118 (java) S 4113 4100 2260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677497811 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4114/tid=4119] ppid=4113 vsize=864404 CPUtime=0
/proc/4114/task/4119/stat : 4119 (java) S 4113 4100 2260 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 677497813 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4114/tid=4120] ppid=4113 vsize=864404 CPUtime=0.05
/proc/4114/task/4120/stat : 4120 (java) S 4113 4100 2260 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 677497813 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4114/tid=4121] ppid=4113 vsize=864404 CPUtime=0
/proc/4114/task/4121/stat : 4121 (java) S 4113 4100 2260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 677497813 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4114/tid=4122] ppid=4113 vsize=864404 CPUtime=0
/proc/4114/task/4122/stat : 4122 (java) S 4113 4100 2260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677497813 885149696 4244 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883360

[startup+3.10111 s]
/proc/loadavg: 2.00 2.04 2.01 4/84 4124
/proc/meminfo: memFree=1585032/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 15 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=34220 CPUtime=1.41
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 8346 0 0 0 136 5 0 0 25 0 1 0 677497951 35041280 8332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 8555 8332 75 150 0 8402 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 53176

[startup+6.30271 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 4124
/proc/meminfo: memFree=1583816/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 15 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=34616 CPUtime=4.58
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 8435 0 0 0 453 5 0 0 25 0 1 0 677497951 35446784 8421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 8654 8421 75 150 0 8501 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 53572

[startup+12.7019 s]
/proc/loadavg: 2.08 2.06 2.01 3/84 4124
/proc/meminfo: memFree=1583496/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 15 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=34616 CPUtime=10.95
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 8441 0 0 0 1090 5 0 0 25 0 1 0 677497951 35446784 8427 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 8654 8427 75 150 0 8501 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 53572

[startup+25.5023 s]
/proc/loadavg: 2.06 2.05 2.01 3/84 4124
/proc/meminfo: memFree=1583624/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=34752 CPUtime=23.7
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 8474 0 0 0 2364 6 0 0 25 0 1 0 677497951 35586048 8460 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 8688 8460 75 150 0 8535 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 53708

[startup+51.103 s]
/proc/loadavg: 2.04 2.05 2.01 3/84 4124
/proc/meminfo: memFree=1583304/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=35148 CPUtime=49.17
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 8577 0 0 0 4911 6 0 0 25 0 1 0 677497951 35991552 8563 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 8787 8563 75 150 0 8634 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 54104

[startup+102.308 s]
/proc/loadavg: 2.02 2.04 2.01 3/84 4124
/proc/meminfo: memFree=1582280/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=36136 CPUtime=100.11
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 8829 0 0 0 10005 6 0 0 25 0 1 0 677497951 37003264 8815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 9034 8815 75 150 0 8881 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 55092

[startup+162.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 4124
/proc/meminfo: memFree=1581000/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=37492 CPUtime=159.81
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 9146 0 0 0 15975 6 0 0 25 0 1 0 677497951 38391808 9132 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 9373 9132 75 150 0 9220 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 56448

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 4124
/proc/meminfo: memFree=1578824/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1562376/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=56008 CPUtime=1294.21
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 13638 0 0 0 129410 11 0 0 25 0 1 0 677497951 57352192 13624 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 14002 13624 75 150 0 13849 0
Current children cumulated CPU time (s) 1295.78
Current children cumulated vsize (KiB) 74964

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4124
/proc/meminfo: memFree=1561352/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=57012 CPUtime=1353.92
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 13880 0 0 0 135380 12 0 0 25 0 1 0 677497951 58380288 13866 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 14253 13866 75 150 0 14100 0
Current children cumulated CPU time (s) 1355.49
Current children cumulated vsize (KiB) 75968

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4125
/proc/meminfo: memFree=1560008/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=58204 CPUtime=1413.62
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 14195 0 0 0 141350 12 0 0 25 0 1 0 677497951 59600896 14181 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 14551 14181 75 150 0 14398 0
Current children cumulated CPU time (s) 1415.19
Current children cumulated vsize (KiB) 77160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4125
/proc/meminfo: memFree=1558536/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=59728 CPUtime=1473.32
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 14559 0 0 0 147320 12 0 0 25 0 1 0 677497951 61161472 14545 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 14932 14545 75 150 0 14779 0
Current children cumulated CPU time (s) 1474.89
Current children cumulated vsize (KiB) 78684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 4125
/proc/meminfo: memFree=1557384/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=60660 CPUtime=1533.04
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 14811 0 0 0 153291 13 0 0 25 0 1 0 677497951 62115840 14797 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 15165 14797 75 150 0 15012 0
Current children cumulated CPU time (s) 1534.61
Current children cumulated vsize (KiB) 79616

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 4156
/proc/meminfo: memFree=1310280/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=61088 CPUtime=1592.88
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 14926 0 0 0 159274 14 0 0 25 0 1 0 677497951 62554112 14912 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 15272 14912 75 150 0 15119 0
Current children cumulated CPU time (s) 1594.45
Current children cumulated vsize (KiB) 80044

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 4156
/proc/meminfo: memFree=1309576/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=61512 CPUtime=1652.85
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 15033 0 0 0 165271 14 0 0 25 0 1 0 677497951 62988288 15019 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 15378 15019 75 150 0 15225 0
Current children cumulated CPU time (s) 1654.42
Current children cumulated vsize (KiB) 80468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4156
/proc/meminfo: memFree=1308552/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=62368 CPUtime=1712.82
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 15250 0 0 0 171268 14 0 0 25 0 1 0 677497951 63864832 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 15592 15236 75 150 0 15439 0
Current children cumulated CPU time (s) 1714.39
Current children cumulated vsize (KiB) 81324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4156
/proc/meminfo: memFree=1307464/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=63524 CPUtime=1772.8
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 15491 0 0 0 177265 15 0 0 25 0 1 0 677497951 65048576 15477 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 15881 15477 75 150 0 15728 0
Current children cumulated CPU time (s) 1774.37
Current children cumulated vsize (KiB) 82480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4156
/proc/meminfo: memFree=1306952/2055924 swapFree=4177320/4192956
[pid=4100] ppid=4098 vsize=13600 CPUtime=1.57
/proc/4100/stat : 4100 (sugar) S 4098 4100 2260 0 -1 4194304 1031 9718 0 2 3 0 138 16 16 0 1 0 677497783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4100/statm: 3400 797 370 3 0 500 0
[pid=4123] ppid=4100 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4100 4100 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677497950 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=64528 CPUtime=1798.5
/proc/4124/stat : 4124 (minisat) R 4123 4100 2260 0 -1 4194304 15608 0 0 0 179835 15 0 0 25 0 1 0 677497951 66076672 15594 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 16132 15594 75 150 0 15979 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 83484

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 4100 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=424783
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=186971
# CPU time returned by wait4() is 1.61175
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.03
CPU time (s): 1800.07
CPU user time (s): 1799.76
CPU system time (s): 0.31
CPU usage (%): 99.5599
Max. virtual memory (cumulated for all children) (KiB): 883360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.42478
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11174
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= 3106
involuntary context switches= 2913

runsolver used 2.25866 second user time and 5.49116 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 02:28:02
IDJOB=1081591
IDBENCH=57115
IDSOLVER=346
FILE ID=node83/1081591-1215217682
PBS_JOBID= 7881765
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-80-9.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-1081591-1215217682/watcher-1081591-1215217682 -o /tmp/evaluation-result-1081591-1215217682/solver-1081591-1215217682 -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-1081591-1215217682.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dcac56c0e48723f8c0ddbfc8ec2d0014
RANDOM SEED=1721593422

node83.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.263
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.263
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:      2055924 kB
MemFree:       1633344 kB
Buffers:         51588 kB
Cached:         250212 kB
SwapCached:       9572 kB
Active:         244556 kB
Inactive:       130444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1633344 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:          84788 kB
Slab:            32796 kB
Committed_AS:  1919808 kB
PageTables:       1904 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= 66484 MiB
End job on node83 at 2008-07-05 02:58:12