Trace number 1080852

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.06 1813.96

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-9.xml
MD5SUM062c12e95edc5eb24e32ca6160b7df4f
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1314
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
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 01:17:38 2008
0.00/0.04	c 0	PID 625
0.03/0.04	c 0	HOST node88.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1080852-1215213458.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080852-1215213458.xml' 'HOME/temp.csp'
0.03/0.85	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.03/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.87	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.83/0.95	c 1	Parsing HOME/temp.csp
1.03/1.19	c 1	parsed 3732 expressions
1.03/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.19	c 1	Converting to clausal form CSP
1.13/1.22	c 1	converted 374 (10%) expressions
1.13/1.27	c 1	converted 747 (20%) expressions
1.23/1.38	c 1	converted 1120 (30%) expressions
1.33/1.41	c 1	converted 1493 (40%) expressions
1.33/1.42	c 1	converted 1866 (50%) expressions
1.33/1.44	c 1	converted 2240 (60%) expressions
1.33/1.44	c 1	converted 2613 (70%) expressions
1.33/1.45	c 1	converted 2986 (80%) expressions
1.33/1.46	c 1	converted 3359 (90%) expressions
1.33/1.47	c 1	converted 3732 (100%) expressions
1.33/1.47	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1314
1.33/1.47	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.47	c 1	Propagation in CSP
1.53/1.64	c 2	211862 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.64	c 2	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 711
1.53/1.64	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.64	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.72	c 2	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 711
1.63/1.72	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.76	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.73/1.80	c 2	30 (10%) CSP integer variables are encoded (16485 clauses, 225173 bytes)
1.73/1.82	c 2	60 (20%) CSP integer variables are encoded (33255 clauses, 476723 bytes)
1.73/1.84	c 2	90 (30%) CSP integer variables are encoded (49800 clauses, 724898 bytes)
1.73/1.87	c 2	120 (40%) CSP integer variables are encoded (68250 clauses, 1001648 bytes)
1.73/1.89	c 2	150 (50%) CSP integer variables are encoded (84195 clauses, 1240823 bytes)
1.83/1.91	c 2	180 (60%) CSP integer variables are encoded (100980 clauses, 1494915 bytes)
1.83/1.93	c 2	210 (70%) CSP integer variables are encoded (115425 clauses, 1740480 bytes)
1.83/1.95	c 2	240 (80%) CSP integer variables are encoded (134370 clauses, 2062545 bytes)
1.83/1.97	c 2	270 (90%) CSP integer variables are encoded (152715 clauses, 2374410 bytes)
1.83/1.99	c 2	300 (100%) CSP integer variables are encoded (166905 clauses, 2615640 bytes)
2.22/2.32	c 2	883 (10%) CSP clauses are encoded (321294 clauses, 5981035 bytes)
2.62/2.72	c 3	1766 (20%) CSP clauses are encoded (524531 clauses, 10602379 bytes)
2.92/3.04	c 3	2649 (30%) CSP clauses are encoded (686679 clauses, 14331497 bytes)
3.32/3.45	c 3	3532 (40%) CSP clauses are encoded (902356 clauses, 19299171 bytes)
3.62/3.79	c 4	4415 (50%) CSP clauses are encoded (1083353 clauses, 23478383 bytes)
4.01/4.12	c 4	5298 (60%) CSP clauses are encoded (1257052 clauses, 27477501 bytes)
4.40/4.52	c 4	6181 (70%) CSP clauses are encoded (1458154 clauses, 32119166 bytes)
4.70/4.86	c 5	7064 (80%) CSP clauses are encoded (1638257 clauses, 36275271 bytes)
5.10/5.20	c 5	7947 (90%) CSP clauses are encoded (1817929 clauses, 40530782 bytes)
5.39/5.59	c 6	8830 (100%) CSP clauses are encoded (2035647 clauses, 45566384 bytes)
5.39/5.59	c 6	8830 CSP clauses encoded
5.39/5.59	c 6	Writing map file : HOME/temp.map
5.49/5.60	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.49/5.60	c 6	SAT : 172905 SAT variables, 2035647 SAT clauses, 45566384 bytes
5.49/5.60	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.49/5.61	c 6	SOLVING HOME/temp.cnf
5.49/5.61	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.49/5.61	c 6	This is MiniSat 2.0 beta
5.49/5.61	c 6	WARNING: for repeatability, setting FPU to use double precision
5.49/5.61	c 6	============================[ Problem Statistics ]=============================
5.49/5.61	c 6	|                                                                             |
5.49/5.61	c 6	|  Number of variables:  172905                                               |
5.49/5.61	c 6	|  Number of clauses:    2035647                                              |
6.58/6.77	c 7	|  Parsing time:         0.98         s                                       |
6.68/6.83	c 7	============================[ Search Statistics ]==============================
6.68/6.83	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.68/6.83	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.68/6.83	c 7	===============================================================================
6.68/6.83	c 7	|         0 |  172139  2034881  5773612 |   678293        0    nan |  0.000 % |
7.68/7.82	c 8	|       101 |  172139  2034881  5773612 |   746123      101     15 |  0.443 % |
9.36/9.50	c 9	|       252 |  172139  2034881  5773612 |   820735      252     17 |  0.443 % |
11.75/12.00	c 12	|       477 |  172139  2034881  5773612 |   902808      477     16 |  0.443 % |
15.24/15.43	c 15	|       815 |  172139  2034881  5773612 |   993089      815     17 |  0.443 % |
21.71/21.96	c 22	|      1323 |  172139  2034881  5773612 |  1092398     1323     17 |  0.443 % |
28.07/28.35	c 28	|      2082 |  172139  2034881  5773612 |  1201638     2082     17 |  0.443 % |
36.83/37.17	c 37	|      3222 |  172139  2034881  5773612 |  1321802     3222     14 |  0.443 % |
54.44/54.86	c 55	|      4930 |  172139  2034881  5773612 |  1453982     4930     15 |  0.443 % |
76.43/76.98	c 77	|      7492 |  172139  2034881  5773612 |  1599380     7492     16 |  0.443 % |
104.98/105.68	c 106	|     11338 |  172139  2034881  5773612 |  1759319    11338     15 |  0.443 % |
168.04/169.05	c 169	|     17104 |  172139  2034881  5773612 |  1935250    17104     18 |  0.443 % |
246.06/247.42	c 247	|     25753 |  172139  2034881  5773612 |  2128776    25753     22 |  0.443 % |
383.48/385.55	c 385	|     38727 |  172139  2034881  5773612 |  2341653    38727     25 |  0.443 % |
590.56/593.64	c 594	|     58188 |  172139  2034881  5773612 |  2575819    58188     25 |  0.443 % |
877.88/883.54	c 883	|     87380 |  172139  2034881  5773612 |  2833400    87380     25 |  0.443 % |
1300.62/1310.07	c 1310	|    131169 |  172139  2034881  5773612 |  3116741   131169     31 |  0.443 % |
1800.06/1813.92	c ERROR INTERRUPTED
1800.06/1813.94	s UNKNOWN
1800.06/1813.94	c 1814	CPU 5.1 (0.04 0 5.06 0.42)
1800.06/1813.94	c 1814	END Sat Jul  5 01:47:52 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-1080852-1215213458/watcher-1080852-1215213458 -o /tmp/evaluation-result-1080852-1215213458/solver-1080852-1215213458 -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-1080852-1215213458.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.99 1.98 1.93 4/74 625
/proc/meminfo: memFree=754536/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=8540 CPUtime=0
/proc/625/stat : 625 (sugar) R 623 625 31749 0 -1 4194304 70 0 0 0 0 0 0 0 20 0 1 0 633593038 8744960 55 996147200 4194304 4206940 548682068608 18446744073709551615 270184543625 0 0 4096 0 0 0 0 17 1 0 0
/proc/625/statm: 2135 55 41 3 0 55 0

[startup+0.046545 s]
/proc/loadavg: 1.99 1.98 1.93 4/74 625
/proc/meminfo: memFree=754536/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=0.03
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 633593038 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102769 s]
/proc/loadavg: 1.99 1.98 1.93 4/74 625
/proc/meminfo: memFree=754536/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=0.03
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 633593038 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302804 s]
/proc/loadavg: 1.99 1.98 1.93 4/74 625
/proc/meminfo: memFree=754536/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=0.03
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 633593038 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701844 s]
/proc/loadavg: 1.99 1.98 1.93 4/74 625
/proc/meminfo: memFree=754536/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=0.03
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 633593038 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50193 s]
/proc/loadavg: 1.99 1.98 1.93 4/85 647
/proc/meminfo: memFree=747152/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=0.83
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 974 6762 0 1 3 0 76 4 15 0 1 0 633593038 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 797 370 3 0 500 0
[pid=638] ppid=625 vsize=5356 CPUtime=0
/proc/638/stat : 638 (sh) S 625 625 31749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 633593126 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/638/statm: 1339 233 193 169 0 50 0
[pid=639] ppid=638 vsize=868240 CPUtime=0.6
/proc/639/stat : 639 (java) S 638 625 31749 0 -1 0 5700 0 1 0 57 3 0 0 20 0 9 0 633593126 889077760 5093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/639/statm: 217060 5093 1734 9 0 211635 0
[pid=639/tid=640] ppid=638 vsize=868240 CPUtime=0.36
/proc/639/task/640/stat : 640 (java) R 638 625 31749 0 -1 64 2659 0 1 0 35 1 0 0 25 0 9 0 633593127 889077760 5093 996147200 134512640 134550740 4294955952 18446744073709551615 4126095680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=641] ppid=638 vsize=868240 CPUtime=0.04
/proc/639/task/641/stat : 641 (java) S 638 625 31749 0 -1 64 882 0 0 0 4 0 0 0 16 0 9 0 633593128 889077760 5093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=642] ppid=638 vsize=868240 CPUtime=0
/proc/639/task/642/stat : 642 (java) S 638 625 31749 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 633593128 889077760 5093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=643] ppid=638 vsize=868240 CPUtime=0
/proc/639/task/643/stat : 643 (java) S 638 625 31749 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 633593128 889077760 5093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=644] ppid=638 vsize=868240 CPUtime=0
/proc/639/task/644/stat : 644 (java) S 638 625 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 633593130 889077760 5093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=645] ppid=638 vsize=868240 CPUtime=0.17
/proc/639/task/645/stat : 645 (java) S 638 625 31749 0 -1 64 1468 0 0 0 17 0 0 0 16 0 9 0 633593130 889077760 5093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=646] ppid=638 vsize=868240 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 638 625 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 633593130 889077760 5093 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=647] ppid=638 vsize=868240 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 638 625 31749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 633593130 889077760 5093 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) 887196

[startup+3.10211 s]
/proc/loadavg: 1.99 1.98 1.93 3/85 647
/proc/meminfo: memFree=732240/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=0.83
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 974 6762 0 1 3 0 76 4 15 0 1 0 633593038 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 797 370 3 0 500 0
[pid=638] ppid=625 vsize=5356 CPUtime=0
/proc/638/stat : 638 (sh) S 625 625 31749 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 633593126 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/638/statm: 1339 233 193 169 0 50 0
[pid=639] ppid=638 vsize=868468 CPUtime=2.19
/proc/639/stat : 639 (java) S 638 625 31749 0 -1 0 7791 0 1 0 205 14 0 0 20 0 9 0 633593126 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/639/statm: 217117 6572 2564 9 0 211664 0
[pid=639/tid=640] ppid=638 vsize=868468 CPUtime=1.7
/proc/639/task/640/stat : 640 (java) R 638 625 31749 0 -1 64 3144 0 1 0 161 9 0 0 25 0 9 0 633593127 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4126835884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=641] ppid=638 vsize=868468 CPUtime=0.24
/proc/639/task/641/stat : 641 (java) S 638 625 31749 0 -1 64 2455 0 0 0 21 3 0 0 16 0 9 0 633593128 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=642] ppid=638 vsize=868468 CPUtime=0
/proc/639/task/642/stat : 642 (java) S 638 625 31749 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 633593128 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=643] ppid=638 vsize=868468 CPUtime=0
/proc/639/task/643/stat : 643 (java) S 638 625 31749 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 633593128 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=644] ppid=638 vsize=868468 CPUtime=0
/proc/639/task/644/stat : 644 (java) S 638 625 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 633593130 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=645] ppid=638 vsize=868468 CPUtime=0.23
/proc/639/task/645/stat : 645 (java) S 638 625 31749 0 -1 64 1500 0 0 0 22 1 0 0 16 0 9 0 633593130 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=646] ppid=638 vsize=868468 CPUtime=0
/proc/639/task/646/stat : 646 (java) S 638 625 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 633593130 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=639/tid=647] ppid=638 vsize=868468 CPUtime=0
/proc/639/task/647/stat : 647 (java) S 638 625 31749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 633593130 889311232 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887424

[startup+6.3015 s]
/proc/loadavg: 1.99 1.98 1.93 3/85 647
/proc/meminfo: memFree=691408/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.51
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 3 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 13600

[startup+12.7012 s]
/proc/loadavg: 2.07 2.00 1.93 3/77 649
/proc/meminfo: memFree=609040/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=101500 CPUtime=7.03
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 24362 0 0 0 685 18 0 0 25 0 1 0 633593600 103936000 24348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 25375 24348 75 150 0 25222 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 120456

[startup+25.5027 s]
/proc/loadavg: 2.06 2.00 1.93 3/77 649
/proc/meminfo: memFree=609296/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=101764 CPUtime=19.77
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 24450 0 0 0 1959 18 0 0 25 0 1 0 633593600 104206336 24436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 25441 24436 75 150 0 25288 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 120720

[startup+51.1026 s]
/proc/loadavg: 2.04 2.00 1.93 3/77 649
/proc/meminfo: memFree=608976/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=102160 CPUtime=45.23
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 24541 0 0 0 4505 18 0 0 25 0 1 0 633593600 104611840 24527 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 25540 24527 75 150 0 25387 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 121116

[startup+102.308 s]
/proc/loadavg: 2.01 2.00 1.93 3/77 649
/proc/meminfo: memFree=608080/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=102820 CPUtime=96.17
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 24710 0 0 0 9599 18 0 0 25 0 1 0 633593600 105287680 24696 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 25705 24696 75 150 0 25552 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 121776

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/77 649
/proc/meminfo: memFree=607312/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=103616 CPUtime=155.86
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 24900 0 0 0 15568 18 0 0 25 0 1 0 633593600 106102784 24886 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 25904 24886 75 150 0 25751 0
Current children cumulated CPU time (s) 161.38

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

/proc/meminfo: memFree=530760/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=124120 CPUtime=1346.93
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 29947 0 0 0 134664 29 0 0 25 0 1 0 633593600 127098880 29933 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 31030 29933 75 150 0 30877 0
Current children cumulated CPU time (s) 1352.45
Current children cumulated vsize (KiB) 143076

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=529864/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=125056 CPUtime=1406.4
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 30141 0 0 0 140611 29 0 0 25 0 1 0 633593600 128057344 30127 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 31264 30127 75 150 0 31111 0
Current children cumulated CPU time (s) 1411.92
Current children cumulated vsize (KiB) 144012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=529288/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=125620 CPUtime=1465.87
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 30273 0 0 0 146557 30 0 0 25 0 1 0 633593600 128634880 30259 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 31405 30259 75 150 0 31252 0
Current children cumulated CPU time (s) 1471.39
Current children cumulated vsize (KiB) 144576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=529224/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=125620 CPUtime=1525.34
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 30274 0 0 0 152504 30 0 0 25 0 1 0 633593600 128634880 30260 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 31405 30260 75 150 0 31252 0
Current children cumulated CPU time (s) 1530.86
Current children cumulated vsize (KiB) 144576

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=528328/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=126544 CPUtime=1584.82
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 30503 0 0 0 158451 31 0 0 25 0 1 0 633593600 129581056 30489 996147200 134512640 135127466 4294956256 18446744073709551615 134530866 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 31636 30489 75 150 0 31483 0
Current children cumulated CPU time (s) 1590.34
Current children cumulated vsize (KiB) 145500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=527304/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=127468 CPUtime=1644.28
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 30736 0 0 0 164397 31 0 0 25 0 1 0 633593600 130527232 30722 996147200 134512640 135127466 4294956256 18446744073709551615 134531104 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 31867 30722 75 150 0 31714 0
Current children cumulated CPU time (s) 1649.8
Current children cumulated vsize (KiB) 146424

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=526344/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=128392 CPUtime=1703.75
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 30984 0 0 0 170343 32 0 0 25 0 1 0 633593600 131473408 30970 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 32098 30970 75 150 0 31945 0
Current children cumulated CPU time (s) 1709.27
Current children cumulated vsize (KiB) 147348

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=525192/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=129472 CPUtime=1763.22
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 31241 0 0 0 176290 32 0 0 25 0 1 0 633593600 132579328 31227 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 32368 31227 75 150 0 32215 0
Current children cumulated CPU time (s) 1768.74
Current children cumulated vsize (KiB) 148428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=524680/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=129868 CPUtime=1794.54
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 31338 0 0 0 179422 32 0 0 25 0 1 0 633593600 132984832 31324 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 32467 31324 75 150 0 32314 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 148824

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

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

[startup+1813.91 s]
/proc/loadavg: 2.00 2.00 1.93 3/85 691
/proc/meminfo: memFree=524680/2055920 swapFree=4179952/4192956
[pid=625] ppid=623 vsize=13600 CPUtime=5.52
/proc/625/stat : 625 (sugar) S 623 625 31749 0 -1 4194304 1033 15660 0 2 4 0 506 42 16 0 1 0 633593038 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/625/statm: 3400 799 370 3 0 500 0
[pid=648] ppid=625 vsize=5356 CPUtime=0
/proc/648/stat : 648 (sh) S 625 625 31749 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633593599 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/648/statm: 1339 232 193 169 0 50 0
[pid=649] ppid=648 vsize=129868 CPUtime=1794.54
/proc/649/stat : 649 (minisat) R 648 625 31749 0 -1 4194304 31338 0 0 0 179422 32 0 0 25 0 1 0 633593600 132984832 31324 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/649/statm: 32467 31324 75 150 0 32314 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 148824

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 625 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=107223
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=456930
# CPU time returned by wait4() is 5.56415
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.96
CPU time (s): 1800.06
CPU user time (s): 1799.32
CPU system time (s): 0.74
CPU usage (%): 99.234
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.10722
system time used= 0.45693
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17037
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= 10541
involuntary context switches= 10424

runsolver used 2.15067 second user time and 5.31619 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 01:17:38
IDJOB=1080852
IDBENCH=57035
IDSOLVER=346
FILE ID=node88/1080852-1215213458
PBS_JOBID= 7881763
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-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-1080852-1215213458/watcher-1080852-1215213458 -o /tmp/evaluation-result-1080852-1215213458/solver-1080852-1215213458 -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-1080852-1215213458.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 062c12e95edc5eb24e32ca6160b7df4f
RANDOM SEED=1705061371

node88.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.232
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.232
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:        754952 kB
Buffers:          8676 kB
Cached:        1124004 kB
SwapCached:       7272 kB
Active:         175984 kB
Inactive:      1074708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        754952 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:         124196 kB
Slab:            35220 kB
Committed_AS:  1118436 kB
PageTables:       2092 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= 66496 MiB
End job on node88 at 2008-07-05 01:47:54