Trace number 1059444

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? (MO) 639.262 757.434

General information on the benchmark

Namecsp/fischer/
normalized-fischer-8-11-fair.xml
MD5SUM6abbcb8884ba3278c5cc6aeb258540b5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22935
Number of constraints21709
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21709
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 00:13:52 2008
0.00/0.04	c 0	PID 32018
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1059444-1215123232.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059444-1215123232.xml' 'HOME/temp.csp'
1.69/1.63	c 2	3 domains, 22935 variables, 9 predicates, 0 relations, 21709 constraints
1.69/1.67	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.69/1.67	c 2	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'
1.75/1.74	c 2	Parsing HOME/temp.csp
1.75/1.99	c 2	parsed 10000 expressions
2.23/2.17	c 3	parsed 20000 expressions
2.43/2.38	c 3	parsed 30000 expressions
2.63/2.58	c 3	parsed 40000 expressions
2.82/2.74	c 3	parsed 44656 expressions
2.82/2.75	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.82/2.75	c 3	Converting to clausal form CSP
2.82/2.79	c 3	converted 4466 (10%) expressions
2.82/2.79	c 3	converted 8932 (20%) expressions
2.93/2.81	c 3	converted 13397 (30%) expressions
2.93/2.81	c 3	converted 17863 (40%) expressions
2.93/2.82	c 3	converted 22328 (50%) expressions
3.23/3.04	c 3	converted 26794 (60%) expressions
3.74/3.58	c 4	converted 31260 (70%) expressions
4.34/4.15	c 5	converted 35725 (80%) expressions
4.75/4.53	c 5	converted 40191 (90%) expressions
5.35/5.15	c 6	converted 44656 (100%) expressions
5.35/5.16	c 6	CSP : 40185 integers, 1356 booleans, 98761 clauses, largest domain size 20001
5.35/5.16	c 6	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.35/5.16	c 6	Propagation in CSP
590.07/592.02	c 592	564739710 values, 0 unsatisfiable literals, and 0 valid clauses are removed
590.07/592.03	c 592	CSP : 40185 integers, 1356 booleans, 98761 clauses, largest domain size 20001
590.07/592.03	c 592	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
590.07/592.06	c 592	Simplifing CSP by introducing new Boolean variables
590.27/592.27	c 593	CSP : 40185 integers, 36262 booleans, 133667 clauses, largest domain size 20001
590.27/592.27	c 593	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
590.78/592.72	c 593	Encoding CSP to SAT : HOME/temp.cnf
591.08/593.10	c 593	4019 (10%) CSP integer variables are encoded (299772 clauses, 4878551 bytes)
593.28/595.21	c 596	8037 (20%) CSP integer variables are encoded (2184324 clauses, 39290104 bytes)
594.17/596.12	c 596	12056 (30%) CSP integer variables are encoded (2974620 clauses, 54305728 bytes)
594.56/596.54	c 597	16074 (40%) CSP integer variables are encoded (3344579 clauses, 61334949 bytes)
595.16/597.14	c 597	20093 (50%) CSP integer variables are encoded (3860900 clauses, 71145048 bytes)
595.16/597.15	c 598	24111 (60%) CSP integer variables are encoded (3860900 clauses, 71145048 bytes)
595.85/597.85	c 598	28130 (70%) CSP integer variables are encoded (4460780 clauses, 82542768 bytes)
596.24/598.26	c 599	32148 (80%) CSP integer variables are encoded (4820708 clauses, 89381400 bytes)
596.35/598.40	c 599	36167 (90%) CSP integer variables are encoded (4930692 clauses, 91471096 bytes)
596.64/598.64	c 599	40185 (100%) CSP integer variables are encoded (5140660 clauses, 95460488 bytes)
624.40/632.11	c 632	13367 (10%) CSP clauses are encoded (21903986 clauses, 455605418 bytes)
624.90/632.61	c 633	26734 (20%) CSP clauses are encoded (22228434 clauses, 462130400 bytes)
626.49/634.22	c 635	40101 (30%) CSP clauses are encoded (23353823 clauses, 485119978 bytes)
628.47/636.30	c 637	53467 (40%) CSP clauses are encoded (24797567 clauses, 515790788 bytes)
629.86/637.69	c 638	66834 (50%) CSP clauses are encoded (25761936 clauses, 536275509 bytes)
629.97/637.77	c 638	80201 (60%) CSP clauses are encoded (25768258 clauses, 536404119 bytes)
630.07/637.84	c 638	93567 (70%) CSP clauses are encoded (25774522 clauses, 536531460 bytes)
630.96/638.75	c 639	106934 (80%) CSP clauses are encoded (26380812 clauses, 549409411 bytes)
631.95/639.77	c 640	120301 (90%) CSP clauses are encoded (27066955 clauses, 563983966 bytes)
632.05/639.86	c 640	133667 (100%) CSP clauses are encoded (27084110 clauses, 564426748 bytes)
632.05/639.86	c 640	133667 CSP clauses encoded
632.05/639.86	c 640	Writing map file : HOME/temp.map
632.17/639.96	c 640	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
632.17/639.96	c 640	SAT : 5188251 SAT variables, 27084110 SAT clauses, 564426748 bytes
632.17/639.96	c 640	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
632.24/640.03	c 640	SOLVING HOME/temp.cnf
632.24/640.03	c 640	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
632.24/640.04	c 640	This is MiniSat 2.0 beta
632.24/640.04	c 640	WARNING: for repeatability, setting FPU to use double precision
632.24/640.04	c 640	============================[ Problem Statistics ]=============================
632.24/640.04	c 640	|                                                                             |
632.24/640.04	c 640	|  Number of variables:  5188251                                              |
632.24/640.04	c 640	|  Number of clauses:    27084110                                             |
639.24/755.42	c ERROR INTERRUPTED

Verifier Data (download as text)

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

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-1059444-1215123232/watcher-1059444-1215123232 -o /tmp/evaluation-result-1059444-1215123232/solver-1059444-1215123232 -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-1059444-1215123232.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: 0.41 1.20 1.66 3/89 32018
/proc/meminfo: memFree=759960/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=12272 CPUtime=0
/proc/32018/stat : 32018 (sugar) R 32016 32018 30902 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 124003866 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 0 0 0
/proc/32018/statm: 3068 327 246 3 0 168 0

[startup+0.057517 s]
/proc/loadavg: 0.41 1.20 1.66 3/89 32018
/proc/meminfo: memFree=759960/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=0.03
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 124003866 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101518 s]
/proc/loadavg: 0.41 1.20 1.66 3/89 32018
/proc/meminfo: memFree=759960/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=0.03
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 124003866 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301543 s]
/proc/loadavg: 0.41 1.20 1.66 3/89 32018
/proc/meminfo: memFree=759960/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=0.03
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 124003866 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701591 s]
/proc/loadavg: 0.41 1.20 1.66 3/89 32018
/proc/meminfo: memFree=759960/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=0.03
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 124003866 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 0.41 1.20 1.66 2/100 32030
/proc/meminfo: memFree=723072/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=0.03
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 124003866 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 796 370 3 0 500 0
[pid=32021] ppid=32018 vsize=5356 CPUtime=0
/proc/32021/stat : 32021 (sh) S 32018 32018 30902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124003870 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32021/statm: 1339 233 193 169 0 50 0
[pid=32022] ppid=32021 vsize=865528 CPUtime=1.56
/proc/32022/stat : 32022 (java) S 32021 32018 30902 0 -1 0 16733 0 1 0 149 7 0 0 18 0 9 0 124003870 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32022/statm: 216382 14772 2529 9 0 210964 0
[pid=32022/tid=32023] ppid=32021 vsize=865528 CPUtime=0.88
/proc/32022/task/32023/stat : 32023 (java) R 32021 32018 30902 0 -1 64 3080 0 1 0 86 2 0 0 17 0 9 0 124003872 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4125952101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32022/tid=32024] ppid=32021 vsize=865528 CPUtime=0.52
/proc/32022/task/32024/stat : 32024 (java) S 32021 32018 30902 0 -1 64 12441 0 0 0 49 3 0 0 15 0 9 0 124003873 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32022/tid=32025] ppid=32021 vsize=865528 CPUtime=0
/proc/32022/task/32025/stat : 32025 (java) S 32021 32018 30902 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 124003873 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32022/tid=32026] ppid=32021 vsize=865528 CPUtime=0
/proc/32022/task/32026/stat : 32026 (java) S 32021 32018 30902 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 124003873 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32022/tid=32027] ppid=32021 vsize=865528 CPUtime=0
/proc/32022/task/32027/stat : 32027 (java) S 32021 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 124003875 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32022/tid=32028] ppid=32021 vsize=865528 CPUtime=0.13
/proc/32022/task/32028/stat : 32028 (java) S 32021 32018 30902 0 -1 64 512 0 0 0 13 0 0 0 16 0 9 0 124003875 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32022/tid=32029] ppid=32021 vsize=865528 CPUtime=0
/proc/32022/task/32029/stat : 32029 (java) S 32021 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 124003875 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32022/tid=32030] ppid=32021 vsize=865528 CPUtime=0
/proc/32022/task/32030/stat : 32030 (java) S 32021 32018 30902 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 124003875 886300672 14772 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 884484

[startup+3.10186 s]
/proc/loadavg: 0.41 1.20 1.66 2/100 32040
/proc/meminfo: memFree=745600/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=1.75
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 974 17199 0 1 3 0 163 9 16 0 1 0 124003866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 797 370 3 0 500 0
[pid=32031] ppid=32018 vsize=5356 CPUtime=0
/proc/32031/stat : 32031 (sh) S 32018 32018 30902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124004034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32031/statm: 1339 233 193 169 0 50 0
[pid=32032] ppid=32031 vsize=869124 CPUtime=1.59
/proc/32032/stat : 32032 (java) S 32031 32018 30902 0 -1 0 11500 0 1 0 152 7 0 0 19 0 9 0 124004034 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32032/statm: 217281 10241 2543 9 0 211856 0
[pid=32032/tid=32033] ppid=32031 vsize=869124 CPUtime=0.99
/proc/32032/task/32033/stat : 32033 (java) R 32031 32018 30902 0 -1 64 2861 0 1 0 98 1 0 0 17 0 9 0 124004035 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4126615996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32034] ppid=32031 vsize=869124 CPUtime=0.38
/proc/32032/task/32034/stat : 32034 (java) S 32031 32018 30902 0 -1 64 6467 0 0 0 35 3 0 0 16 0 9 0 124004036 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32035] ppid=32031 vsize=869124 CPUtime=0
/proc/32032/task/32035/stat : 32035 (java) S 32031 32018 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124004036 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32036] ppid=32031 vsize=869124 CPUtime=0
/proc/32032/task/32036/stat : 32036 (java) S 32031 32018 30902 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 124004036 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32037] ppid=32031 vsize=869124 CPUtime=0
/proc/32032/task/32037/stat : 32037 (java) S 32031 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 124004038 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32038] ppid=32031 vsize=869124 CPUtime=0.17
/proc/32032/task/32038/stat : 32038 (java) S 32031 32018 30902 0 -1 64 1474 0 0 0 17 0 0 0 16 0 9 0 124004038 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32039] ppid=32031 vsize=869124 CPUtime=0
/proc/32032/task/32039/stat : 32039 (java) S 32031 32018 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124004038 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32040] ppid=32031 vsize=869124 CPUtime=0
/proc/32032/task/32040/stat : 32040 (java) S 32031 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124004038 889982976 10241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 888080

[startup+6.30222 s]
/proc/loadavg: 0.62 1.23 1.66 3/100 32040
/proc/meminfo: memFree=678592/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=1.75
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 974 17199 0 1 3 0 163 9 16 0 1 0 124003866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 797 370 3 0 500 0
[pid=32031] ppid=32018 vsize=5356 CPUtime=0
/proc/32031/stat : 32031 (sh) S 32018 32018 30902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124004034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32031/statm: 1339 233 193 169 0 50 0
[pid=32032] ppid=32031 vsize=869240 CPUtime=4.81
/proc/32032/stat : 32032 (java) S 32031 32018 30902 0 -1 0 24568 0 1 0 468 13 0 0 19 0 9 0 124004034 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32032/statm: 217310 22367 2540 9 0 211885 0
[pid=32032/tid=32033] ppid=32031 vsize=869240 CPUtime=2.97
/proc/32032/task/32033/stat : 32033 (java) R 32031 32018 30902 0 -1 64 3737 0 1 0 295 2 0 0 16 0 9 0 124004035 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4126633170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32034] ppid=32031 vsize=869240 CPUtime=1.59
/proc/32032/task/32034/stat : 32034 (java) S 32031 32018 30902 0 -1 64 18633 0 0 0 151 8 0 0 16 0 9 0 124004036 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32035] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32035/stat : 32035 (java) S 32031 32018 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124004036 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32036] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32036/stat : 32036 (java) S 32031 32018 30902 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124004036 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32037] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32037/stat : 32037 (java) S 32031 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 124004038 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32038] ppid=32031 vsize=869240 CPUtime=0.21
/proc/32032/task/32038/stat : 32038 (java) S 32031 32018 30902 0 -1 64 1500 0 0 0 20 1 0 0 15 0 9 0 124004038 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32039] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32039/stat : 32039 (java) S 32031 32018 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124004038 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32040] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32040/stat : 32040 (java) S 32031 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124004038 890101760 22367 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 888196

[startup+12.7019 s]
/proc/loadavg: 0.73 1.24 1.67 2/100 32040
/proc/meminfo: memFree=675520/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=1.75
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 974 17199 0 1 3 0 163 9 16 0 1 0 124003866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 797 370 3 0 500 0
[pid=32031] ppid=32018 vsize=5356 CPUtime=0
/proc/32031/stat : 32031 (sh) S 32018 32018 30902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124004034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32031/statm: 1339 233 193 169 0 50 0
[pid=32032] ppid=32031 vsize=869240 CPUtime=11.18
/proc/32032/stat : 32032 (java) S 32031 32018 30902 0 -1 0 24764 0 1 0 1103 15 0 0 19 0 9 0 124004034 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32032/statm: 217310 22413 2540 9 0 211885 0
[pid=32032/tid=32033] ppid=32031 vsize=869240 CPUtime=9.27
/proc/32032/task/32033/stat : 32033 (java) R 32031 32018 30902 0 -1 64 3887 0 1 0 924 3 0 0 16 0 9 0 124004035 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4126633170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32034] ppid=32031 vsize=869240 CPUtime=1.67
/proc/32032/task/32034/stat : 32034 (java) S 32031 32018 30902 0 -1 64 18679 0 0 0 158 9 0 0 15 0 9 0 124004036 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32035] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32035/stat : 32035 (java) S 32031 32018 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124004036 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32036] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32036/stat : 32036 (java) S 32031 32018 30902 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124004036 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32037] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32037/stat : 32037 (java) S 32031 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 124004038 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32038] ppid=32031 vsize=869240 CPUtime=0.21
/proc/32032/task/32038/stat : 32038 (java) S 32031 32018 30902 0 -1 64 1500 0 0 0 20 1 0 0 15 0 9 0 124004038 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32039] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32039/stat : 32039 (java) S 32031 32018 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124004038 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32040] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32040/stat : 32040 (java) S 32031 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124004038 890101760 22413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.93
Current children cumulated vsize (KiB) 888196

[startup+25.5024 s]
/proc/loadavg: 0.79 1.23 1.65 2/100 32040
/proc/meminfo: memFree=675456/2055920 swapFree=4179080/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=1.75
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 974 17199 0 1 3 0 163 9 16 0 1 0 124003866 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 797 370 3 0 500 0
[pid=32031] ppid=32018 vsize=5356 CPUtime=0
/proc/32031/stat : 32031 (sh) S 32018 32018 30902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 124004034 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32031/statm: 1339 233 193 169 0 50 0
[pid=32032] ppid=32031 vsize=869240 CPUtime=23.93
/proc/32032/stat : 32032 (java) S 32031 32018 30902 0 -1 0 25070 0 1 0 2376 17 0 0 19 0 9 0 124004034 890101760 22418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32032/statm: 217310 22418 2540 9 0 211885 0
[pid=32032/tid=32033] ppid=32031 vsize=869240 CPUtime=21.89
/proc/32032/task/32033/stat : 32033 (java) R 32031 32018 30902 0 -1 64 4188 0 1 0 2185 4 0 0 25 0 9 0 124004035 890101760 22418 996147200 134512640 134550740 4294955952 18446744073709551615 4126977546 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32034] ppid=32031 vsize=869240 CPUtime=1.81
/proc/32032/task/32034/stat : 32034 (java) S 32031 32018 30902 0 -1 64 18684 0 0 0 170 11 0 0 16 0 9 0 124004036 890101760 22418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32035] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32035/stat : 32035 (java) S 32031 32018 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124004036 890101760 22418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32036] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32036/stat : 32036 (java) S 32031 32018 30902 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124004036 890101760 22418 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32032] ppid=32031 vsize=869240 CPUtime=578.64
/proc/32032/stat : 32032 (java) S 32031 32018 30902 0 -1 0 38334 0 1 0 57733 131 0 0 19 0 9 0 124004034 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32032/statm: 217310 22616 2540 9 0 211885 0
[pid=32032/tid=32033] ppid=32031 vsize=869240 CPUtime=570.66
/proc/32032/task/32033/stat : 32033 (java) R 32031 32018 30902 0 -1 64 17254 0 1 0 57022 44 0 0 25 0 9 0 124004035 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4126621132 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32034] ppid=32031 vsize=869240 CPUtime=7.75
/proc/32032/task/32034/stat : 32034 (java) S 32031 32018 30902 0 -1 64 18882 0 0 0 690 85 0 0 16 0 9 0 124004036 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32035] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32035/stat : 32035 (java) S 32031 32018 30902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 124004036 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32036] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32036/stat : 32036 (java) S 32031 32018 30902 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 124004036 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32032/tid=32037] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32037/stat : 32037 (java) S 32031 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 124004038 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32038] ppid=32031 vsize=869240 CPUtime=0.21
/proc/32032/task/32038/stat : 32038 (java) S 32031 32018 30902 0 -1 64 1500 0 0 0 20 1 0 0 15 0 9 0 124004038 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32039] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32039/stat : 32039 (java) S 32031 32018 30902 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 124004038 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32032/tid=32040] ppid=32031 vsize=869240 CPUtime=0
/proc/32032/task/32040/stat : 32040 (java) S 32031 32018 30902 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 124004038 890101760 22616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.39
Current children cumulated vsize (KiB) 888196

[startup+642.303 s]
/proc/loadavg: 4.02 1.82 1.61 2/100 32051
/proc/meminfo: memFree=13432/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1033 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=5356 CPUtime=0
/proc/32050/stat : 32050 (sh) S 32018 32018 30902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124067869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32050/statm: 1339 232 193 169 0 50 0
[pid=32051] ppid=32050 vsize=395236 CPUtime=2.22
/proc/32051/stat : 32051 (minisat) R 32050 32018 30902 0 -1 4194304 95080 0 0 0 176 46 0 0 24 0 1 0 124067870 404721664 95066 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/32051/statm: 98809 95066 62 150 0 98656 0
Current children cumulated CPU time (s) 634.5
Current children cumulated vsize (KiB) 414192

[startup+702.302 s]
/proc/loadavg: 7.42 3.36 2.16 1/97 32051
/proc/meminfo: memFree=16912/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1033 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=5356 CPUtime=0
/proc/32050/stat : 32050 (sh) S 32018 32018 30902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124067869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32050/statm: 1339 232 193 169 0 50 0
[pid=32051] ppid=32050 vsize=803600 CPUtime=5.94
/proc/32051/stat : 32051 (minisat) D 32050 32018 30902 0 -1 4194304 193903 0 0 0 473 121 0 0 18 0 1 0 124067870 822886400 193889 996147200 134512640 135127466 4294956272 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/32051/statm: 200900 193889 62 150 0 200747 0
Current children cumulated CPU time (s) 638.22
Current children cumulated vsize (KiB) 822556



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+755.403 s]
/proc/loadavg: 6.36 3.68 2.33 1/95 32051
/proc/meminfo: memFree=15840/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1033 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=5356 CPUtime=0
/proc/32050/stat : 32050 (sh) S 32018 32018 30902 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 124067869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32050/statm: 1339 232 193 169 0 50 0
[pid=32051] ppid=32050 vsize=902940 CPUtime=6.96
/proc/32051/stat : 32051 (minisat) D 32050 32018 30902 0 -1 4194304 215171 0 0 0 559 137 0 0 18 0 1 0 124067870 924610560 215157 996147200 134512640 135127466 4294956272 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/32051/statm: 225735 215157 62 150 0 225582 0
Current children cumulated CPU time (s) 639.24
Current children cumulated vsize (KiB) 921896

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

[startup+756.402 s]
/proc/loadavg: 6.36 3.68 2.33 1/95 32051
/proc/meminfo: memFree=15840/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1044 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=0 CPUtime=0
/proc/32050/stat : 32050 (sh) Z 32018 32018 30902 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 124067869 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/32050/statm: 0 0 0 0 0 0 0
[pid=32051] ppid=1 vsize=902940 CPUtime=6.96
/proc/32051/stat : 32051 (minisat) D 1 32018 30902 0 -1 4194304 215171 0 0 0 559 137 0 0 18 0 1 0 124067870 924610560 215157 996147200 134512640 135127466 4294956272 18446744073709551615 134722894 256 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/32051/statm: 225735 215157 62 150 0 225582 0
Current children cumulated CPU time (s) 639.24
Current children cumulated vsize (KiB) 916540

# WARNING:
# current cumulated CPU time (632.28 s) is less than in the last sample (639.24 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (6.96002 s) to the 'lost time'.

[startup+756.502 s]
/proc/loadavg: 6.36 3.68 2.33 1/96 32052
/proc/meminfo: memFree=16024/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1044 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=0 CPUtime=0
/proc/32050/stat : 32050 (sh) Z 32018 32018 30902 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 124067869 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/32050/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 632.28
Current children cumulated vsize (KiB) 13600

Sending SIGKILL to process tree (bottom up)

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

[startup+756.002 s]
/proc/loadavg: 6.36 3.68 2.33 1/95 32051
/proc/meminfo: memFree=15840/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1044 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=0 CPUtime=0
/proc/32050/stat : 32050 (sh) Z 32018 32018 30902 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 124067869 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/32050/statm: 0 0 0 0 0 0 0
[pid=32051] ppid=1 vsize=902940 CPUtime=6.96
/proc/32051/stat : 32051 (minisat) D 1 32018 30902 0 -1 4194304 215171 0 0 0 559 137 0 0 18 0 1 0 124067870 924610560 215157 996147200 134512640 135127466 4294956272 18446744073709551615 134722894 256 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/32051/statm: 225735 215157 62 150 0 225582 0
Current children cumulated CPU time (s) 639.24
Current children cumulated vsize (KiB) 916540

[startup+756.802 s]
/proc/loadavg: 6.36 3.68 2.33 1/96 32052
/proc/meminfo: memFree=16024/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1044 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=0 CPUtime=0
/proc/32050/stat : 32050 (sh) Z 32018 32018 30902 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 124067869 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/32050/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 632.28
Current children cumulated vsize (KiB) 13600

[startup+757.202 s]
/proc/loadavg: 6.36 3.68 2.33 1/96 32052
/proc/meminfo: memFree=16024/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1044 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=0 CPUtime=0
/proc/32050/stat : 32050 (sh) Z 32018 32018 30902 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 124067869 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/32050/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 632.28
Current children cumulated vsize (KiB) 13600

[startup+757.402 s]
/proc/loadavg: 6.36 3.68 2.33 1/96 32052
/proc/meminfo: memFree=16024/2055920 swapFree=4179092/4192956
[pid=32018] ppid=32016 vsize=13600 CPUtime=632.28
/proc/32018/stat : 32018 (sugar) S 32016 32018 30902 0 -1 4194304 1044 65240 0 2 5 0 62758 465 16 0 1 0 124003866 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32018/statm: 3400 799 370 3 0 500 0
[pid=32050] ppid=32018 vsize=0 CPUtime=0
/proc/32050/stat : 32050 (sh) Z 32018 32018 30902 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 124067869 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/32050/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 632.28
Current children cumulated vsize (KiB) 13600

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 6.96002
#  lost CPU user time (s): 5.59003
#  lost CPU system time (s): 1.37

Real time (s): 757.434
CPU time (s): 639.262
CPU user time (s): 633.229
CPU system time (s): 6.03329
CPU usage (%): 84.3983
Max. virtual memory (cumulated for all children) (KiB): 921896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 627.639
system time used= 4.66329
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66284
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= 104990
involuntary context switches= 100860

runsolver used 1.00085 second user time and 2.52562 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 00:13:52
IDJOB=1059444
IDBENCH=54259
IDSOLVER=346
FILE ID=node76/1059444-1215123232
PBS_JOBID= 7877056
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-8-11-fair.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-1059444-1215123232/watcher-1059444-1215123232 -o /tmp/evaluation-result-1059444-1215123232/solver-1059444-1215123232 -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-1059444-1215123232.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6abbcb8884ba3278c5cc6aeb258540b5
RANDOM SEED=1316900232

node76.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        760504 kB
Buffers:         34300 kB
Cached:         429524 kB
SwapCached:       7620 kB
Active:         792820 kB
Inactive:       430924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        760504 kB
SwapTotal:     4192956 kB
SwapFree:      4179080 kB
Dirty:            5088 kB
Writeback:           0 kB
Mapped:         778952 kB
Slab:            54960 kB
Committed_AS:  1094312 kB
PageTables:       3560 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= 66004 MiB
End job on node76 at 2008-07-04 00:26:30