Trace number 1064420

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 1816.43

General information on the benchmark

Namecsp/tdsp/
normalized-C4-3-60.xml
MD5SUM2e6b653379e70d82ad071d293c462e81
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark104.074
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 05:15:08 2008
0.00/0.04	c 0	PID 1954
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1064420-1215141307.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-1064420-1215141307.xml' 'HOME/temp.csp'
0.03/0.61	c 0	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.03/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.64	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.61/0.72	c 0	Parsing HOME/temp.csp
0.61/0.92	c 0	parsed 1430 expressions
0.61/0.92	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/0.92	c 0	Converting to clausal form CSP
0.61/0.95	c 1	converted 143 (10%) expressions
0.94/1.10	c 1	converted 286 (20%) expressions
1.05/1.13	c 1	converted 429 (30%) expressions
1.05/1.14	c 1	converted 572 (40%) expressions
1.05/1.16	c 1	converted 715 (50%) expressions
1.05/1.17	c 1	converted 858 (60%) expressions
1.05/1.18	c 1	converted 1001 (70%) expressions
1.05/1.19	c 1	converted 1144 (80%) expressions
1.14/1.20	c 1	converted 1287 (90%) expressions
1.14/1.21	c 1	converted 1430 (100%) expressions
1.14/1.21	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 61
1.14/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.21	c 1	Propagation in CSP
1.14/1.24	c 1	468 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.24	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 60
1.14/1.24	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.24	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.28	c 1	CSP : 244 integers, 4704 booleans, 6162 clauses, largest domain size 60
1.14/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.33	c 1	25 (10%) CSP integer variables are encoded (848 clauses, 9180 bytes)
1.24/1.34	c 1	49 (20%) CSP integer variables are encoded (1728 clauses, 20373 bytes)
1.24/1.34	c 1	74 (30%) CSP integer variables are encoded (2634 clauses, 32151 bytes)
1.24/1.34	c 1	98 (40%) CSP integer variables are encoded (3498 clauses, 43383 bytes)
1.24/1.34	c 1	122 (50%) CSP integer variables are encoded (4364 clauses, 54641 bytes)
1.24/1.34	c 1	147 (60%) CSP integer variables are encoded (5260 clauses, 66289 bytes)
1.24/1.34	c 1	171 (70%) CSP integer variables are encoded (5450 clauses, 68759 bytes)
1.24/1.34	c 1	196 (80%) CSP integer variables are encoded (5615 clauses, 70904 bytes)
1.24/1.34	c 1	220 (90%) CSP integer variables are encoded (5761 clauses, 72802 bytes)
1.24/1.34	c 1	244 (100%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
1.44/1.58	c 1	617 (10%) CSP clauses are encoded (110263 clauses, 2278385 bytes)
1.84/1.97	c 2	1233 (20%) CSP clauses are encoded (292606 clauses, 6274421 bytes)
2.33/2.48	c 2	1849 (30%) CSP clauses are encoded (546067 clauses, 11909989 bytes)
2.73/2.88	c 2	2465 (40%) CSP clauses are encoded (755681 clauses, 16614561 bytes)
3.13/3.25	c 3	3081 (50%) CSP clauses are encoded (946279 clauses, 21015858 bytes)
3.42/3.55	c 3	3698 (60%) CSP clauses are encoded (1100999 clauses, 24558540 bytes)
3.72/3.85	c 3	4314 (70%) CSP clauses are encoded (1256807 clauses, 28128708 bytes)
4.12/4.20	c 4	4930 (80%) CSP clauses are encoded (1438220 clauses, 32309557 bytes)
4.42/4.52	c 4	5546 (90%) CSP clauses are encoded (1601626 clauses, 36196174 bytes)
4.82/4.95	c 5	6162 (100%) CSP clauses are encoded (1816594 clauses, 41391902 bytes)
4.82/4.95	c 5	6162 CSP clauses encoded
4.82/4.95	c 5	Writing map file : HOME/temp.map
4.82/4.95	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.82/4.95	c 5	SAT : 10879 SAT variables, 1816594 SAT clauses, 41391902 bytes
4.82/4.95	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.82/4.97	c 5	SOLVING HOME/temp.cnf
4.82/4.97	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1816.42	c ERROR INTERRUPTED
1800.01/1816.43	s UNKNOWN
1800.01/1816.43	c 1816	CPU 4.51 (0.03 0.01 4.48 0.36)
1800.01/1816.43	c 1816	END Fri Jul  4 05:45:24 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-1064420-1215141307/watcher-1064420-1215141307 -o /tmp/evaluation-result-1064420-1215141307/solver-1064420-1215141307 -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-1064420-1215141307.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.99 4/82 1954
/proc/meminfo: memFree=1555448/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=12272 CPUtime=0
/proc/1954/stat : 1954 (sugar) R 1951 1954 31896 0 -1 4194304 358 0 0 0 0 0 0 0 19 0 1 0 248604573 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 224284759552 0 0 4224 0 0 0 0 17 0 0 0
/proc/1954/statm: 3068 327 246 3 0 168 0

[startup+0.0804411 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 1954
/proc/meminfo: memFree=1555448/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=0.03
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 248604573 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101442 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 1954
/proc/meminfo: memFree=1555448/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=0.03
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 248604573 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301462 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 1954
/proc/meminfo: memFree=1555448/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=0.03
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 248604573 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701501 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 1954
/proc/meminfo: memFree=1555448/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=0.61
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 956 4921 0 1 3 1 54 3 16 0 1 0 248604573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1954/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50158 s]
/proc/loadavg: 1.99 1.98 1.99 4/93 1976
/proc/meminfo: memFree=1546456/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=0.61
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 974 4921 0 1 3 1 54 3 15 0 1 0 248604573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 797 370 3 0 500 0
[pid=1967] ppid=1954 vsize=5356 CPUtime=0
/proc/1967/stat : 1967 (sh) S 1954 1954 31896 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248604638 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1967/statm: 1339 233 193 169 0 50 0
[pid=1968] ppid=1967 vsize=868488 CPUtime=0.83
/proc/1968/stat : 1968 (java) S 1967 1954 31896 0 -1 0 7039 0 1 0 79 4 0 0 20 0 9 0 248604638 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1968/statm: 217122 6222 2563 9 0 211669 0
[pid=1968/tid=1969] ppid=1967 vsize=868488 CPUtime=0.51
/proc/1968/task/1969/stat : 1969 (java) R 1967 1954 31896 0 -1 64 2758 0 1 0 50 1 0 0 25 0 9 0 248604639 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1970] ppid=1967 vsize=868488 CPUtime=0.09
/proc/1968/task/1970/stat : 1970 (java) S 1967 1954 31896 0 -1 64 2119 0 0 0 9 0 0 0 16 0 9 0 248604640 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1971] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1971/stat : 1971 (java) S 1967 1954 31896 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248604640 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1972] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1972/stat : 1972 (java) S 1967 1954 31896 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248604640 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1973] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1973/stat : 1973 (java) S 1967 1954 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248604642 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1974] ppid=1967 vsize=868488 CPUtime=0.19
/proc/1968/task/1974/stat : 1974 (java) S 1967 1954 31896 0 -1 64 1468 0 0 0 19 0 0 0 16 0 9 0 248604642 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1975] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1975/stat : 1975 (java) S 1967 1954 31896 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 248604642 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1976] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1976/stat : 1976 (java) S 1967 1954 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248604642 889331712 6222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887444

[startup+3.10275 s]
/proc/loadavg: 1.99 1.98 1.99 3/93 1976
/proc/meminfo: memFree=1530328/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=0.61
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 974 4921 0 1 3 1 54 3 15 0 1 0 248604573 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 797 370 3 0 500 0
[pid=1967] ppid=1954 vsize=5356 CPUtime=0
/proc/1967/stat : 1967 (sh) S 1954 1954 31896 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 248604638 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1967/statm: 1339 233 193 169 0 50 0
[pid=1968] ppid=1967 vsize=868488 CPUtime=2.41
/proc/1968/stat : 1968 (java) S 1967 1954 31896 0 -1 0 7615 0 1 0 225 16 0 0 20 0 9 0 248604638 889331712 6236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1968/statm: 217122 6236 2563 9 0 211669 0
[pid=1968/tid=1969] ppid=1967 vsize=868488 CPUtime=1.94
/proc/1968/task/1969/stat : 1969 (java) R 1967 1954 31896 0 -1 64 3322 0 1 0 183 11 0 0 25 0 9 0 248604639 889331712 6236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1970] ppid=1967 vsize=868488 CPUtime=0.23
/proc/1968/task/1970/stat : 1970 (java) S 1967 1954 31896 0 -1 64 2119 0 0 0 20 3 0 0 15 0 9 0 248604640 889331712 6236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1971] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1971/stat : 1971 (java) S 1967 1954 31896 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 248604640 889331712 6236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1972] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1972/stat : 1972 (java) S 1967 1954 31896 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 248604640 889331712 6236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1973] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1973/stat : 1973 (java) S 1967 1954 31896 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 248604642 889331712 6236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1974] ppid=1967 vsize=868488 CPUtime=0.21
/proc/1968/task/1974/stat : 1974 (java) S 1967 1954 31896 0 -1 64 1480 0 0 0 21 0 0 0 16 0 9 0 248604642 889331712 6236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1975] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1975/stat : 1975 (java) S 1967 1954 31896 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 248604642 889331712 6236 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1968/tid=1976] ppid=1967 vsize=868488 CPUtime=0
/proc/1968/task/1976/stat : 1976 (java) S 1967 1954 31896 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248604642 889331712 6236 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) 887444

[startup+6.3021 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 1980
/proc/meminfo: memFree=1509336/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=5692 CPUtime=1.31
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 1342 0 0 0 57 74 0 0 25 0 1 0 248605071 5828608 1328 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 1423 1328 40 102 0 1318 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 24648

[startup+12.7018 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 1980
/proc/meminfo: memFree=1487064/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=28944 CPUtime=7.67
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 6872 0 0 0 345 422 0 0 25 0 1 0 248605071 29638656 6858 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 7236 6858 40 102 0 7131 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 47900

[startup+25.5011 s]
/proc/loadavg: 2.06 2.00 2.00 3/85 1980
/proc/meminfo: memFree=1447192/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=66848 CPUtime=20.4
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 16275 0 0 0 1033 1007 0 0 25 0 1 0 248605071 68452352 16253 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 16712 16253 42 102 0 16607 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 85804

[startup+51.1019 s]
/proc/loadavg: 2.04 2.00 2.00 3/85 1980
/proc/meminfo: memFree=1442904/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=71080 CPUtime=45.87
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 17384 0 0 0 3579 1008 0 0 25 0 1 0 248605071 72785920 17360 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 17770 17360 48 102 0 17665 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 90036

[startup+102.305 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 1980
/proc/meminfo: memFree=1433688/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=79924 CPUtime=96.81
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 19635 0 0 0 8672 1009 0 0 25 0 1 0 248605071 81842176 19611 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 19981 19611 48 102 0 19876 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 98880

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 1980
/proc/meminfo: memFree=1428184/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=952904/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=122308 CPUtime=1289.65
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 31070 0 0 0 127943 1022 0 0 25 0 1 0 248605071 125243392 30171 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 30577 30171 48 102 0 30472 0
Current children cumulated CPU time (s) 1294.53
Current children cumulated vsize (KiB) 141264

[startup+1362.3 s]
/proc/loadavg: 2.14 2.12 2.04 4/87 2024
/proc/meminfo: memFree=925064/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=130344 CPUtime=1348.71
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 33088 0 0 0 133846 1025 0 0 25 0 1 0 248605071 133472256 32189 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/1980/statm: 32586 32189 48 102 0 32481 0
Current children cumulated CPU time (s) 1353.59
Current children cumulated vsize (KiB) 149300

[startup+1422.31 s]
/proc/loadavg: 2.11 2.12 2.04 3/87 2024
/proc/meminfo: memFree=903496/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=131260 CPUtime=1407.77
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 33476 0 0 0 139751 1026 0 0 25 0 1 0 248605071 134410240 32425 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/1980/statm: 32815 32425 48 102 0 32710 0
Current children cumulated CPU time (s) 1412.65
Current children cumulated vsize (KiB) 150216

[startup+1482.3 s]
/proc/loadavg: 2.15 2.13 2.05 3/87 2024
/proc/meminfo: memFree=884552/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=131260 CPUtime=1466.85
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 33476 0 0 0 145659 1026 0 0 25 0 1 0 248605071 134410240 32425 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 32815 32425 48 102 0 32710 0
Current children cumulated CPU time (s) 1471.73
Current children cumulated vsize (KiB) 150216

[startup+1542.3 s]
/proc/loadavg: 2.38 2.20 2.08 3/87 2024
/proc/meminfo: memFree=869512/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=131260 CPUtime=1526.05
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 33476 0 0 0 151579 1026 0 0 25 0 1 0 248605071 134410240 32425 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 32815 32425 48 102 0 32710 0
Current children cumulated CPU time (s) 1530.93
Current children cumulated vsize (KiB) 150216

[startup+1602.3 s]
/proc/loadavg: 2.29 2.19 2.08 3/87 2024
/proc/meminfo: memFree=817352/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=133636 CPUtime=1584.98
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 34076 0 0 0 157472 1026 0 0 25 0 1 0 248605071 136843264 33025 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 33409 33025 48 102 0 33304 0
Current children cumulated CPU time (s) 1589.86
Current children cumulated vsize (KiB) 152592

[startup+1662.3 s]
/proc/loadavg: 2.10 2.15 2.07 5/87 2024
/proc/meminfo: memFree=783624/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=133768 CPUtime=1643.4
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 34275 0 0 0 163313 1027 0 0 25 0 1 0 248605071 136978432 33066 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 33442 33066 48 102 0 33337 0
Current children cumulated CPU time (s) 1648.28
Current children cumulated vsize (KiB) 152724

[startup+1722.3 s]
/proc/loadavg: 2.27 2.18 2.09 3/87 2024
/proc/meminfo: memFree=752904/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=133768 CPUtime=1702.19
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 34275 0 0 0 169192 1027 0 0 25 0 1 0 248605071 136978432 33066 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 33442 33066 48 102 0 33337 0
Current children cumulated CPU time (s) 1707.07
Current children cumulated vsize (KiB) 152724

[startup+1782.3 s]
/proc/loadavg: 2.29 2.21 2.10 3/87 2024
/proc/meminfo: memFree=742216/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=133768 CPUtime=1761.24
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 34275 0 0 0 175097 1027 0 0 25 0 1 0 248605071 136978432 33066 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/1980/statm: 33442 33066 48 102 0 33337 0
Current children cumulated CPU time (s) 1766.12
Current children cumulated vsize (KiB) 152724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 2.16 2.18 2.10 3/87 2024
/proc/meminfo: memFree=742216/2055920 swapFree=4169364/4192956
[pid=1954] ppid=1951 vsize=13600 CPUtime=4.88
/proc/1954/stat : 1954 (sugar) S 1951 1954 31896 0 -1 4194304 1022 13515 0 2 3 1 448 36 16 0 1 0 248604573 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1954/statm: 3400 798 370 3 0 500 0
[pid=1977] ppid=1954 vsize=5356 CPUtime=0
/proc/1977/stat : 1977 (sh) S 1954 1954 31896 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 248605070 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1977/statm: 1339 232 193 169 0 50 0
[pid=1980] ppid=1977 vsize=133768 CPUtime=1795.13
/proc/1980/stat : 1980 (picosat) R 1977 1954 31896 0 -1 4194304 34275 0 0 0 178486 1027 0 0 25 0 1 0 248605071 136978432 33066 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/1980/statm: 33442 33066 48 102 0 33337 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 152724

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1954 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=528311
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=378942
# CPU time returned by wait4() is 4.90725
# 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): 1816.43
CPU time (s): 1800.01
CPU user time (s): 1789.37
CPU system time (s): 10.64
CPU usage (%): 99.096
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.52831
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14890
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= 10603
involuntary context switches= 10583

runsolver used 1.83072 second user time and 5.14522 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-04 05:15:08
IDJOB=1064420
IDBENCH=54947
IDSOLVER=345
FILE ID=node82/1064420-1215141307
PBS_JOBID= 7877305
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-3-60.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-1064420-1215141307/watcher-1064420-1215141307 -o /tmp/evaluation-result-1064420-1215141307/solver-1064420-1215141307 -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-1064420-1215141307.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e6b653379e70d82ad071d293c462e81
RANDOM SEED=1379535215

node82.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.239
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.239
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:       1555928 kB
Buffers:         41404 kB
Cached:         344144 kB
SwapCached:      17896 kB
Active:         254588 kB
Inactive:       201068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1555928 kB
SwapTotal:     4192956 kB
SwapFree:      4169364 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:          71516 kB
Slab:            29448 kB
Committed_AS:  1271040 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node82 at 2008-07-04 05:45:26