Trace number 1070282

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.1 1804.93

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl35-45-pb-cnf-cr.xml
MD5SUM947154cb99982b2034e5540593a79891
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.3121
Satisfiable
(Un)Satisfiability was proved
Number of variables3150
Number of constraints160
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(160)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Fri Jul  4 11:36:01 2008
0.02/0.04	c 0	PID 1746
0.02/0.04	c 0	HOST node79.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1070282-1215164161.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070282-1215164161.xml' 'HOME/temp.csp'
0.03/0.58	c 1	1 domains, 3150 variables, 0 predicates, 0 relations, 160 constraints
0.03/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.60	c 1	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.03/0.68	c 1	Parsing HOME/temp.csp
0.56/0.95	c 1	parsed 3311 expressions
0.56/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.95	c 1	Converting to clausal form CSP
0.56/0.98	c 1	converted 332 (10%) expressions
0.56/0.98	c 1	converted 663 (20%) expressions
0.56/0.99	c 1	converted 994 (30%) expressions
0.56/0.99	c 1	converted 1325 (40%) expressions
0.56/1.00	c 1	converted 1656 (50%) expressions
0.56/1.00	c 1	converted 1987 (60%) expressions
0.56/1.00	c 1	converted 2318 (70%) expressions
0.56/1.00	c 1	converted 2649 (80%) expressions
0.56/1.00	c 1	converted 2980 (90%) expressions
1.54/1.63	c 2	converted 3311 (100%) expressions
1.54/1.63	c 2	CSP : 9130 integers, 0 booleans, 12120 clauses, largest domain size 24
1.54/1.63	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.63	c 2	Propagation in CSP
1.64/1.78	c 2	11410 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.64/1.79	c 2	CSP : 9130 integers, 0 booleans, 12120 clauses, largest domain size 19
1.64/1.79	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.80	c 2	Simplifing CSP by introducing new Boolean variables
1.74/1.80	c 2	CSP : 9130 integers, 0 booleans, 12120 clauses, largest domain size 19
1.74/1.80	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.86	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.74/1.88	c 2	913 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.89	c 2	1826 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.89	c 2	2739 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.90	c 2	3652 (40%) CSP integer variables are encoded (1708 clauses, 22268 bytes)
1.83/1.90	c 2	4565 (50%) CSP integer variables are encoded (4832 clauses, 62880 bytes)
1.83/1.92	c 2	5478 (60%) CSP integer variables are encoded (7970 clauses, 109017 bytes)
1.83/1.92	c 2	6391 (70%) CSP integer variables are encoded (10170 clauses, 142017 bytes)
1.83/1.92	c 2	7304 (80%) CSP integer variables are encoded (10170 clauses, 142017 bytes)
1.83/1.92	c 2	8217 (90%) CSP integer variables are encoded (10170 clauses, 142017 bytes)
1.83/1.92	c 2	9130 (100%) CSP integer variables are encoded (10170 clauses, 142017 bytes)
1.83/1.99	c 2	1212 (10%) CSP clauses are encoded (25870 clauses, 400265 bytes)
1.93/2.03	c 2	2424 (20%) CSP clauses are encoded (41582 clauses, 660293 bytes)
1.93/2.07	c 2	3636 (30%) CSP clauses are encoded (57340 clauses, 938299 bytes)
2.04/2.11	c 2	4848 (40%) CSP clauses are encoded (73056 clauses, 1239122 bytes)
2.04/2.14	c 2	6060 (50%) CSP clauses are encoded (88620 clauses, 1537015 bytes)
2.04/2.16	c 2	7272 (60%) CSP clauses are encoded (91030 clauses, 1573508 bytes)
2.04/2.17	c 3	8484 (70%) CSP clauses are encoded (93440 clauses, 1610046 bytes)
2.04/2.19	c 3	9696 (80%) CSP clauses are encoded (95850 clauses, 1647289 bytes)
2.04/2.20	c 3	10908 (90%) CSP clauses are encoded (98260 clauses, 1685138 bytes)
2.14/2.22	c 3	12120 (100%) CSP clauses are encoded (100670 clauses, 1722993 bytes)
2.14/2.22	c 3	12120 CSP clauses encoded
2.14/2.22	c 3	Writing map file : HOME/temp.map
2.14/2.26	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.14/2.26	c 3	SAT : 19300 SAT variables, 100670 SAT clauses, 1722993 bytes
2.14/2.26	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.32	c 3	SOLVING HOME/temp.cnf
2.20/2.32	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.20/2.32	c 3	This is MiniSat 2.0 beta
2.20/2.32	c 3	WARNING: for repeatability, setting FPU to use double precision
2.20/2.33	c 3	============================[ Problem Statistics ]=============================
2.20/2.33	c 3	|                                                                             |
2.20/2.33	c 3	|  Number of variables:  19300                                                |
2.20/2.33	c 3	|  Number of clauses:    100670                                               |
2.20/2.38	c 3	|  Parsing time:         0.05         s                                       |
2.20/2.38	c 3	============================[ Search Statistics ]==============================
2.20/2.38	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.20/2.38	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.20/2.38	c 3	===============================================================================
2.20/2.38	c 3	|         0 |   19300   100670   256370 |    33556        0    nan |  0.000 % |
2.22/2.41	c 3	|       100 |   19300   100670   256370 |    36912      100    106 |  0.000 % |
2.22/2.45	c 3	|       251 |   19300   100670   256370 |    40603      251     99 |  0.000 % |
2.22/2.49	c 3	|       477 |   19300   100670   256370 |    44663      477     70 |  0.000 % |
2.22/2.53	c 3	|       814 |   19300   100670   256370 |    49130      814     48 |  0.000 % |
2.22/2.62	c 3	|      1320 |   19300   100670   256370 |    54043     1320     43 |  0.000 % |
2.22/2.76	c 3	|      2080 |   19300   100670   256370 |    59447     2080     57 |  0.000 % |
2.22/2.92	c 3	|      3221 |   19300   100670   256370 |    65392     3221     54 |  0.000 % |
2.22/3.19	c 4	|      4930 |   19300   100670   256370 |    71931     4930     51 |  0.000 % |
3.28/3.48	c 4	|      7492 |   19300   100670   256370 |    79124     7492     40 |  0.000 % |
4.38/4.56	c 5	|     11336 |   19300   100670   256370 |    87037    11336     68 |  0.000 % |
5.39/5.58	c 6	|     17104 |   19300   100670   256370 |    95741    17104     55 |  0.000 % |
7.38/7.56	c 8	|     25754 |   19300   100670   256370 |   105315    25754     58 |  0.000 % |
10.98/11.19	c 12	|     38728 |   19300   100670   256370 |   115846    38728     61 |  0.000 % |
19.57/19.79	c 20	|     58189 |   19300   100670   256370 |   127431    58189     66 |  0.000 % |
38.16/38.34	c 39	|     87381 |   19300   100670   256370 |   140174    87381     84 |  0.000 % |
61.86/62.03	c 62	|    131170 |   19300   100670   256370 |   154191   131170     72 |  0.000 % |
132.13/132.37	c 133	|    196854 |   19300   100670   256370 |   169611    50477    109 |  0.000 % |
176.01/176.25	c 177	|    295380 |   19300   100670   256370 |   186572   149003     76 |  0.000 % |
374.54/374.90	c 375	|    443170 |   19300   100670   256370 |   205229   118826     72 |  0.000 % |
637.34/637.71	c 638	|    664853 |   19300   100670   256370 |   225752   144899     55 |  0.000 % |
1280.10/1282.58	c 1283	|    997378 |   19300   100670   256370 |   248327    49239     59 |  0.000 % |
1800.10/1804.91	c ERROR INTERRUPTED
1800.10/1804.92	s UNKNOWN
1800.10/1804.92	c 1805	CPU 2.1 (0.03 0.01 2.07 0.12)
1800.10/1804.92	c 1805	END Fri Jul  4 12:06:06 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-1070282-1215164161/watcher-1070282-1215164161 -o /tmp/evaluation-result-1070282-1215164161/solver-1070282-1215164161 -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-1070282-1215164161.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.09 2.00 2.00 4/75 1746
/proc/meminfo: memFree=1711832/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=12272 CPUtime=0
/proc/1746/stat : 1746 (sugar) R 1744 1746 1127 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 639346536 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 234063465940 0 0 4224 0 0 0 0 17 0 0 0
/proc/1746/statm: 3068 325 245 3 0 168 0

[startup+0.034023 s]
/proc/loadavg: 2.09 2.00 2.00 4/75 1746
/proc/meminfo: memFree=1711832/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13336 CPUtime=0.02
/proc/1746/stat : 1746 (sugar) R 1744 1746 1127 0 -1 4194304 717 0 0 0 2 0 0 0 18 0 1 0 639346536 13656064 685 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 0 0 0
/proc/1746/statm: 3334 686 336 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.102028 s]
/proc/loadavg: 2.09 2.00 2.00 4/75 1746
/proc/meminfo: memFree=1711832/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=0.03
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639346536 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301047 s]
/proc/loadavg: 2.09 2.00 2.00 4/75 1746
/proc/meminfo: memFree=1711832/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=0.03
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639346536 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701094 s]
/proc/loadavg: 2.09 2.00 2.00 4/75 1746
/proc/meminfo: memFree=1711832/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=0.56
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 973 5053 0 1 3 0 50 3 15 0 1 0 639346536 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.09 2.00 2.00 4/86 1768
/proc/meminfo: memFree=1701760/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=0.56
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 973 5053 0 1 3 0 50 3 15 0 1 0 639346536 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 797 370 3 0 500 0
[pid=1759] ppid=1746 vsize=5356 CPUtime=0
/proc/1759/stat : 1759 (sh) S 1746 1746 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639346596 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1759/statm: 1339 233 193 169 0 50 0
[pid=1760] ppid=1759 vsize=868268 CPUtime=0.87
/proc/1760/stat : 1760 (java) S 1759 1746 1127 0 -1 0 7805 0 1 0 84 3 0 0 20 0 9 0 639346596 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1760/statm: 217067 6999 2541 9 0 211642 0
[pid=1760/tid=1761] ppid=1759 vsize=868268 CPUtime=0.54
/proc/1760/task/1761/stat : 1761 (java) R 1759 1746 1127 0 -1 64 2683 0 1 0 53 1 0 0 25 0 9 0 639346597 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4126653664 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1760/tid=1762] ppid=1759 vsize=868268 CPUtime=0.11
/proc/1760/task/1762/stat : 1762 (java) S 1759 1746 1127 0 -1 64 2939 0 0 0 11 0 0 0 16 0 9 0 639346598 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1760/tid=1763] ppid=1759 vsize=868268 CPUtime=0
/proc/1760/task/1763/stat : 1763 (java) S 1759 1746 1127 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639346599 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1760/tid=1764] ppid=1759 vsize=868268 CPUtime=0
/proc/1760/task/1764/stat : 1764 (java) S 1759 1746 1127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639346599 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1760/tid=1765] ppid=1759 vsize=868268 CPUtime=0
/proc/1760/task/1765/stat : 1765 (java) S 1759 1746 1127 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639346600 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1760/tid=1766] ppid=1759 vsize=868268 CPUtime=0.19
/proc/1760/task/1766/stat : 1766 (java) S 1759 1746 1127 0 -1 64 1489 0 0 0 19 0 0 0 16 0 9 0 639346600 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1760/tid=1767] ppid=1759 vsize=868268 CPUtime=0
/proc/1760/task/1767/stat : 1767 (java) S 1759 1746 1127 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 639346600 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1760/tid=1768] ppid=1759 vsize=868268 CPUtime=0
/proc/1760/task/1768/stat : 1768 (java) S 1759 1746 1127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639346601 889106432 6999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887224

[startup+3.10135 s]
/proc/loadavg: 2.08 2.00 2.00 3/86 1768
/proc/meminfo: memFree=1688192/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 15 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 13600

[startup+6.30168 s]
/proc/loadavg: 2.08 2.00 2.00 3/78 1770
/proc/meminfo: memFree=1696832/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=13028 CPUtime=3.96
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 3089 0 0 0 395 1 0 0 25 0 1 0 639346768 13340672 3075 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/1770/statm: 3257 3075 76 150 0 3104 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 31984

[startup+12.7014 s]
/proc/loadavg: 2.07 2.00 2.00 3/78 1770
/proc/meminfo: memFree=1689352/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=20168 CPUtime=10.36
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 4846 0 0 0 1033 3 0 0 25 0 1 0 639346768 20652032 4832 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/1770/statm: 5042 4832 76 150 0 4889 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 39124

[startup+25.5027 s]
/proc/loadavg: 2.06 2.00 2.00 3/78 1770
/proc/meminfo: memFree=1677256/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=30856 CPUtime=23.15
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 7506 0 0 0 2309 6 0 0 25 0 1 0 639346768 31596544 7492 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1770/statm: 7714 7492 76 150 0 7561 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 49812

[startup+51.1014 s]
/proc/loadavg: 2.04 2.00 2.00 3/78 1770
/proc/meminfo: memFree=1661256/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=47048 CPUtime=48.74
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 11560 0 0 0 4864 10 0 0 25 0 1 0 639346768 48177152 11546 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1770/statm: 11762 11546 76 150 0 11609 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 66004

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/78 1770
/proc/meminfo: memFree=1643464/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=64576 CPUtime=99.92
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 15906 0 0 0 9977 15 0 0 25 0 1 0 639346768 66125824 15892 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/1770/statm: 16144 15892 76 150 0 15991 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 83532

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 1770
/proc/meminfo: memFree=1631368/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=64576 CPUtime=159.89
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 15907 0 0 0 15974 15 0 0 25 0 1 0 639346768 66125824 15893 996147200 134512640 135127466 4294956256 18446744073709551615 134522608 0 0 4096 3 0 0 0 17 0 0 0
/proc/1770/statm: 16144 15893 76 150 0 15991 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 83532

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 1770
/proc/meminfo: memFree=1619848/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=76072 CPUtime=219.88
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 18789 0 0 0 21969 19 0 0 25 0 1 0 639346768 77897728 18775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1770/statm: 19018 18775 76 150 0 18865 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 95028

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

/proc/meminfo: memFree=1643384/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=94604 CPUtime=1357.3
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 23101 0 0 0 135703 27 0 0 25 0 1 0 639346768 96874496 23087 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 23651 23087 76 150 0 23498 0
Current children cumulated CPU time (s) 1359.52
Current children cumulated vsize (KiB) 113560

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1822
/proc/meminfo: memFree=1642488/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=95532 CPUtime=1417.01
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 23312 0 0 0 141674 27 0 0 25 0 1 0 639346768 97824768 23298 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 23883 23298 76 150 0 23730 0
Current children cumulated CPU time (s) 1419.23
Current children cumulated vsize (KiB) 114488

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1822
/proc/meminfo: memFree=1641912/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=96312 CPUtime=1476.73
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 23482 0 0 0 147646 27 0 0 25 0 1 0 639346768 98623488 23468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 24078 23468 76 150 0 23925 0
Current children cumulated CPU time (s) 1478.95
Current children cumulated vsize (KiB) 115268

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1828
/proc/meminfo: memFree=1633208/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=104824 CPUtime=1536.46
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 25575 0 0 0 153616 30 0 0 25 0 1 0 639346768 107339776 25561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 26206 25561 76 150 0 26053 0
Current children cumulated CPU time (s) 1538.68
Current children cumulated vsize (KiB) 123780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1828
/proc/meminfo: memFree=1624760/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=113628 CPUtime=1596.19
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 27680 0 0 0 159587 32 0 0 25 0 1 0 639346768 116355072 27666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 28407 27666 76 150 0 28254 0
Current children cumulated CPU time (s) 1598.41
Current children cumulated vsize (KiB) 132584

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1828
/proc/meminfo: memFree=1618488/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=119864 CPUtime=1655.93
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 29213 0 0 0 165559 34 0 0 25 0 1 0 639346768 122740736 29199 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 29966 29199 76 150 0 29813 0
Current children cumulated CPU time (s) 1658.15
Current children cumulated vsize (KiB) 138820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1828
/proc/meminfo: memFree=1618552/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=119864 CPUtime=1715.66
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 29214 0 0 0 171532 34 0 0 25 0 1 0 639346768 122740736 29200 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 29966 29200 76 150 0 29813 0
Current children cumulated CPU time (s) 1717.88
Current children cumulated vsize (KiB) 138820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1828
/proc/meminfo: memFree=1618424/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=119864 CPUtime=1775.38
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 29219 0 0 0 177504 34 0 0 25 0 1 0 639346768 122740736 29205 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 29966 29205 76 150 0 29813 0
Current children cumulated CPU time (s) 1777.6
Current children cumulated vsize (KiB) 138820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1828
/proc/meminfo: memFree=1618424/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=119864 CPUtime=1797.88
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 29219 0 0 0 179754 34 0 0 25 0 1 0 639346768 122740736 29205 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 29966 29205 76 150 0 29813 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 138820

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

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

[startup+1804.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 1828
/proc/meminfo: memFree=1618424/2055920 swapFree=4180580/4192956
[pid=1746] ppid=1744 vsize=13600 CPUtime=2.22
/proc/1746/stat : 1746 (sugar) S 1744 1746 1127 0 -1 4194304 1034 13839 0 2 3 1 207 11 16 0 1 0 639346536 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1746/statm: 3400 799 370 3 0 500 0
[pid=1769] ppid=1746 vsize=5356 CPUtime=0
/proc/1769/stat : 1769 (sh) S 1746 1746 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639346768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1769/statm: 1339 232 193 169 0 50 0
[pid=1770] ppid=1769 vsize=119864 CPUtime=1797.88
/proc/1770/stat : 1770 (minisat) R 1769 1746 1127 0 -1 4194304 29219 0 0 0 179754 34 0 0 25 0 1 0 639346768 122740736 29205 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1770/statm: 29966 29205 76 150 0 29813 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 138820

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1746 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=118677
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=133979
# CPU time returned by wait4() is 2.25266
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.93
CPU time (s): 1800.1
CPU user time (s): 1799.64
CPU system time (s): 0.46
CPU usage (%): 99.7325
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.11868
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15217
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= 2904
involuntary context switches= 2781

runsolver used 2.30165 second user time and 5.42518 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 11:36:01
IDJOB=1070282
IDBENCH=55833
IDSOLVER=346
FILE ID=node79/1070282-1215164161
PBS_JOBID= 7881453
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl35-45-pb-cnf-cr.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-1070282-1215164161/watcher-1070282-1215164161 -o /tmp/evaluation-result-1070282-1215164161/solver-1070282-1215164161 -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-1070282-1215164161.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 947154cb99982b2034e5540593a79891
RANDOM SEED=1513376725

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1712312 kB
Buffers:         49324 kB
Cached:         150244 kB
SwapCached:       6948 kB
Active:         206948 kB
Inactive:        82120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712312 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            2216 kB
Writeback:           0 kB
Mapped:          96240 kB
Slab:            39684 kB
Committed_AS:  1070368 kB
PageTables:       1952 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= 66532 MiB
End job on node79 at 2008-07-04 12:06:08