Trace number 1091765

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+picosat? (TO) 1800.01 1812.12

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-21-7-5-2_glb.xml
MD5SUM08ad51260c3d890d99e784cb9a585554
Bench CategoryGLOBAL (global constraints)
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 variables2520
Number of constraints2346
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2205
Global constraints used (with number of constraints)weightedsum(141)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:53:54 2008
0.00/0.05	c 0	PID 30933
0.04/0.05	c 0	HOST node20.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1091765-1215262433.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1091765-1215262433.xml' 'HOME/temp.csp'
0.04/0.66	c 0	1 domains, 2520 variables, 1 predicates, 0 relations, 2346 constraints
0.04/0.69	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.69	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.64/0.77	c 0	Parsing HOME/temp.csp
0.93/1.05	c 1	parsed 4868 expressions
0.93/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.05	c 1	Converting to clausal form CSP
0.93/1.08	c 1	converted 487 (10%) expressions
0.93/1.09	c 1	converted 974 (20%) expressions
0.93/1.09	c 1	converted 1461 (30%) expressions
1.03/1.10	c 1	converted 1948 (40%) expressions
1.03/1.11	c 1	converted 2434 (50%) expressions
1.32/1.42	c 1	converted 2921 (60%) expressions
1.52/1.62	c 1	converted 3408 (70%) expressions
1.73/1.80	c 1	converted 3895 (80%) expressions
1.82/1.93	c 1	converted 4382 (90%) expressions
2.31/2.46	c 2	converted 4868 (100%) expressions
2.31/2.46	c 2	CSP : 12036 integers, 4410 booleans, 32544 clauses, largest domain size 12
2.31/2.46	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.46	c 2	Propagation in CSP
2.51/2.68	c 2	3885 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/2.69	c 2	CSP : 12036 integers, 4410 booleans, 32544 clauses, largest domain size 12
2.51/2.69	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.70	c 2	Simplifing CSP by introducing new Boolean variables
2.61/2.73	c 2	CSP : 12036 integers, 4410 booleans, 32544 clauses, largest domain size 12
2.61/2.73	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.71/2.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.81/2.90	c 2	1204 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.91	c 2	2408 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.91	c 2	3611 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.91	c 2	4815 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.92	c 2	6018 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.81/2.92	c 2	7222 (60%) CSP integer variables are encoded (637 clauses, 8345 bytes)
2.81/2.93	c 2	8426 (70%) CSP integer variables are encoded (3442 clauses, 47377 bytes)
2.81/2.93	c 2	9629 (80%) CSP integer variables are encoded (5736 clauses, 81787 bytes)
2.81/2.94	c 2	10833 (90%) CSP integer variables are encoded (8054 clauses, 116557 bytes)
2.81/2.94	c 2	12036 (100%) CSP integer variables are encoded (10377 clauses, 151402 bytes)
2.91/3.02	c 3	3255 (10%) CSP clauses are encoded (13632 clauses, 197421 bytes)
2.91/3.05	c 3	6509 (20%) CSP clauses are encoded (16886 clauses, 244117 bytes)
2.91/3.07	c 3	9764 (30%) CSP clauses are encoded (20141 clauses, 291342 bytes)
2.91/3.10	c 3	13018 (40%) CSP clauses are encoded (23395 clauses, 339260 bytes)
3.00/3.12	c 3	16272 (50%) CSP clauses are encoded (26649 clauses, 388060 bytes)
3.00/3.14	c 3	19527 (60%) CSP clauses are encoded (29904 clauses, 436891 bytes)
3.00/3.18	c 3	22781 (70%) CSP clauses are encoded (37336 clauses, 549637 bytes)
3.10/3.25	c 3	26036 (80%) CSP clauses are encoded (60809 clauses, 944675 bytes)
3.20/3.32	c 3	29290 (90%) CSP clauses are encoded (81639 clauses, 1316368 bytes)
3.20/3.38	c 3	32544 (100%) CSP clauses are encoded (102471 clauses, 1690110 bytes)
3.20/3.38	c 3	32544 CSP clauses encoded
3.20/3.38	c 3	Writing map file : HOME/temp.map
3.29/3.44	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.44	c 3	SAT : 26823 SAT variables, 102471 SAT clauses, 1690110 bytes
3.29/3.44	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.46	c 3	SOLVING HOME/temp.cnf
3.29/3.46	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1812.11	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1812.11	c 1812	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1812.11	c ERROR INTERRUPTED
1800.01/1812.12	s UNKNOWN
1800.01/1812.12	c 1812	CPU 3.19 (0.03 0.01 3.16 0.16)
1800.01/1812.12	c 1812	END Sat Jul  5 15:24: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-1091765-1215262433/watcher-1091765-1215262433 -o /tmp/evaluation-result-1091765-1215262433/solver-1091765-1215262433 -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/picosat -tmp=HOME/temp HOME/instance-1091765-1215262433.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.08 2.02 2.01 4/73 30933
/proc/meminfo: memFree=1488112/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=18572 CPUtime=0
/proc/30933/stat : 30933 (runsolver) R 30931 30933 29157 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1314489259 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30933/statm: 4643 292 257 25 0 2626 0

[startup+0.050971 s]
/proc/loadavg: 2.08 2.02 2.01 4/73 30933
/proc/meminfo: memFree=1488112/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=0.04
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1314489259 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102984 s]
/proc/loadavg: 2.08 2.02 2.01 4/73 30933
/proc/meminfo: memFree=1488112/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=0.04
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1314489259 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.303025 s]
/proc/loadavg: 2.08 2.02 2.01 4/73 30933
/proc/meminfo: memFree=1488112/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=0.04
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1314489259 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702108 s]
/proc/loadavg: 2.08 2.02 2.01 4/73 30933
/proc/meminfo: memFree=1488112/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=0.64
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 956 6788 0 1 3 1 56 4 16 0 1 0 1314489259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 30955
/proc/meminfo: memFree=1479000/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=0.64
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 974 6788 0 1 3 1 56 4 15 0 1 0 1314489259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 29157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1314489328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868388 CPUtime=0.79
/proc/30947/stat : 30947 (java) S 30946 30933 29157 0 -1 0 7159 0 1 0 74 5 0 0 18 0 9 0 1314489329 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 217097 6393 2540 9 0 211672 0
[pid=30947/tid=30948] ppid=30946 vsize=868388 CPUtime=0.44
/proc/30947/task/30948/stat : 30948 (java) R 30946 30933 29157 0 -1 64 2672 0 1 0 42 2 0 0 23 0 9 0 1314489330 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30949] ppid=30946 vsize=868388 CPUtime=0.1
/proc/30947/task/30949/stat : 30949 (java) R 30946 30933 29157 0 -1 64 2326 0 0 0 10 0 0 0 16 0 9 0 1314489331 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30946 vsize=868388 CPUtime=0
/proc/30947/task/30950/stat : 30950 (java) S 30946 30933 29157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1314489331 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30946 vsize=868388 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30946 30933 29157 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1314489331 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30946 vsize=868388 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30946 30933 29157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1314489333 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30946 vsize=868388 CPUtime=0.2
/proc/30947/task/30953/stat : 30953 (java) S 30946 30933 29157 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 1314489333 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30946 vsize=868388 CPUtime=0
/proc/30947/task/30954/stat : 30954 (java) S 30946 30933 29157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1314489333 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30946 vsize=868388 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 29157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1314489333 889229312 6393 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887344

[startup+3.10257 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 30955
/proc/meminfo: memFree=1461080/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=0.64
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 974 6788 0 1 3 1 56 4 15 0 1 0 1314489259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 797 370 3 0 500 0
[pid=30946] ppid=30933 vsize=5356 CPUtime=0
/proc/30946/stat : 30946 (sh) S 30933 30933 29157 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1314489328 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30946/statm: 1339 233 193 169 0 50 0
[pid=30947] ppid=30946 vsize=868500 CPUtime=2.36
/proc/30947/stat : 30947 (java) S 30946 30933 29157 0 -1 0 11601 0 1 0 227 9 0 0 18 0 9 0 1314489329 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30947/statm: 217125 10488 2565 9 0 211672 0
[pid=30947/tid=30948] ppid=30946 vsize=868500 CPUtime=1.42
/proc/30947/task/30948/stat : 30948 (java) R 30946 30933 29157 0 -1 64 3003 0 1 0 139 3 0 0 25 0 9 0 1314489330 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4126913042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30949] ppid=30946 vsize=868500 CPUtime=0.6
/proc/30947/task/30949/stat : 30949 (java) S 30946 30933 29157 0 -1 64 6379 0 0 0 56 4 0 0 16 0 9 0 1314489331 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30950] ppid=30946 vsize=868500 CPUtime=0
/proc/30947/task/30950/stat : 30950 (java) S 30946 30933 29157 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1314489331 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30951] ppid=30946 vsize=868500 CPUtime=0
/proc/30947/task/30951/stat : 30951 (java) S 30946 30933 29157 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1314489331 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30952] ppid=30946 vsize=868500 CPUtime=0
/proc/30947/task/30952/stat : 30952 (java) S 30946 30933 29157 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1314489333 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30953] ppid=30946 vsize=868500 CPUtime=0.32
/proc/30947/task/30953/stat : 30953 (java) S 30946 30933 29157 0 -1 64 1526 0 0 0 31 1 0 0 16 0 9 0 1314489333 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30954] ppid=30946 vsize=868500 CPUtime=0
/proc/30947/task/30954/stat : 30954 (java) S 30946 30933 29157 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1314489333 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30947/tid=30955] ppid=30946 vsize=868500 CPUtime=0
/proc/30947/task/30955/stat : 30955 (java) S 30946 30933 29157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1314489333 889344000 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887456

[startup+6.30121 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 30957
/proc/meminfo: memFree=1477784/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=6340 CPUtime=2.8
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 1392 0 0 0 234 46 0 0 25 0 1 0 1314489606 6492160 1356 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/30957/statm: 1585 1356 42 102 0 1480 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 25296

[startup+12.7015 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 30957
/proc/meminfo: memFree=1475424/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=7636 CPUtime=9.14
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 1729 0 0 0 867 47 0 0 25 0 1 0 1314489606 7819264 1691 996147200 134512640 134931368 4294956256 18446744073709551615 134525659 0 0 4096 0 0 0 0 17 1 0 0
/proc/30957/statm: 1909 1691 48 102 0 1804 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 26592

[startup+25.503 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 30957
/proc/meminfo: memFree=1472480/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=8488 CPUtime=21.82
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 1947 0 0 0 2135 47 0 0 25 0 1 0 1314489606 8691712 1909 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30957/statm: 2122 1909 48 102 0 2017 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 27444

[startup+51.103 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 30957
/proc/meminfo: memFree=1466848/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=10256 CPUtime=47.17
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 2380 0 0 0 4669 48 0 0 25 0 1 0 1314489606 10502144 2342 996147200 134512640 134931368 4294956256 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 1 0 0
/proc/30957/statm: 2564 2342 48 102 0 2459 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 29212

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 30957
/proc/meminfo: memFree=1457504/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=12428 CPUtime=97.9
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 2893 0 0 0 9741 49 0 0 25 0 1 0 1314489606 12726272 2855 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/30957/statm: 3107 2855 48 102 0 3002 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 31384

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30957
/proc/meminfo: memFree=1438496/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1658408/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=34672 CPUtime=1347.26
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 9952 0 0 0 134667 59 0 0 25 0 1 0 1314489606 35504128 8423 996147200 134512640 134931368 4294956256 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 8668 8423 48 102 0 8563 0
Current children cumulated CPU time (s) 1350.61
Current children cumulated vsize (KiB) 53628

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1655272/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=37816 CPUtime=1407.21
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 10788 0 0 0 140661 60 0 0 25 0 1 0 1314489606 38723584 9185 996147200 134512640 134931368 4294956256 18446744073709551615 134520253 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 9454 9185 48 102 0 9349 0
Current children cumulated CPU time (s) 1410.56
Current children cumulated vsize (KiB) 56772

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1655336/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=37756 CPUtime=1467.15
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 10863 0 0 0 146655 60 0 0 25 0 1 0 1314489606 38662144 9186 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 9439 9186 48 102 0 9334 0
Current children cumulated CPU time (s) 1470.5
Current children cumulated vsize (KiB) 56712

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1655144/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=37756 CPUtime=1527.09
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 10870 0 0 0 152649 60 0 0 25 0 1 0 1314489606 38662144 9193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 9439 9193 48 102 0 9334 0
Current children cumulated CPU time (s) 1530.44
Current children cumulated vsize (KiB) 56712

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1654568/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=38272 CPUtime=1587.04
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 11073 0 0 0 158643 61 0 0 25 0 1 0 1314489606 39190528 9318 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 9568 9318 48 102 0 9463 0
Current children cumulated CPU time (s) 1590.39
Current children cumulated vsize (KiB) 57228

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1653864/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=38928 CPUtime=1646.99
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 11312 0 0 0 164638 61 0 0 25 0 1 0 1314489606 39862272 9475 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 9732 9475 48 102 0 9627 0
Current children cumulated CPU time (s) 1650.34
Current children cumulated vsize (KiB) 57884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1653800/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=38928 CPUtime=1706.94
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 11394 0 0 0 170633 61 0 0 25 0 1 0 1314489606 39862272 9475 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 9732 9475 48 102 0 9627 0
Current children cumulated CPU time (s) 1710.29
Current children cumulated vsize (KiB) 57884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1652648/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=40372 CPUtime=1766.88
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 11854 0 0 0 176626 62 0 0 25 0 1 0 1314489606 41340928 9853 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 10093 9853 48 102 0 9988 0
Current children cumulated CPU time (s) 1770.23
Current children cumulated vsize (KiB) 59328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1650088/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=42480 CPUtime=1796.66
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 12452 0 0 0 179603 63 0 0 25 0 1 0 1314489606 43499520 10369 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 10620 10369 48 102 0 10515 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 61436

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

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

[startup+1812.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30993
/proc/meminfo: memFree=1650088/2055920 swapFree=4122216/4192956
[pid=30933] ppid=30931 vsize=13600 CPUtime=3.35
/proc/30933/stat : 30933 (sugar) S 30931 30933 29157 0 -1 4194304 1022 18739 0 2 3 1 316 15 16 0 1 0 1314489259 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30933/statm: 3400 799 370 3 0 500 0
[pid=30956] ppid=30933 vsize=5356 CPUtime=0
/proc/30956/stat : 30956 (sh) S 30933 30933 29157 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1314489606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30956/statm: 1339 232 193 169 0 50 0
[pid=30957] ppid=30956 vsize=42480 CPUtime=1796.66
/proc/30957/stat : 30957 (picosat) R 30956 30933 29157 0 -1 4194304 12452 0 0 0 179603 63 0 0 25 0 1 0 1314489606 43499520 10369 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/30957/statm: 10620 10369 48 102 0 10515 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 61436

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30933 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=207512
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=178972
# CPU time returned by wait4() is 3.38648
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.12
CPU time (s): 1800.01
CPU user time (s): 1799.22
CPU system time (s): 0.79
CPU usage (%): 99.3316
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.20751
system time used= 0.178972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20215
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= 3595
involuntary context switches= 3524

runsolver used 2.24266 second user time and 6.00909 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 14:53:54
IDJOB=1091765
IDBENCH=58575
IDSOLVER=345
FILE ID=node20/1091765-1215262433
PBS_JOBID= 7882025
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-21-7-5-2_glb.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091765-1215262433/watcher-1091765-1215262433 -o /tmp/evaluation-result-1091765-1215262433/solver-1091765-1215262433 -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/picosat" -tmp="HOME/temp" HOME/instance-1091765-1215262433.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08ad51260c3d890d99e784cb9a585554
RANDOM SEED=1725969819

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1488656 kB
Buffers:         30324 kB
Cached:         157024 kB
SwapCached:      64388 kB
Active:         423560 kB
Inactive:        89068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488656 kB
SwapTotal:     4192956 kB
SwapFree:      4122216 kB
Dirty:            1980 kB
Writeback:           0 kB
Mapped:         331948 kB
Slab:            39420 kB
Committed_AS:  2948348 kB
PageTables:       2420 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 node20 at 2008-07-05 15:24:08