Trace number 2062699

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.14.6+picosat? (TO) 1800.08 1800.52

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-10.xml
MD5SUMc5f974ec11a4363fd9e60d6b844f5167
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables310
Number of constraints219
Maximum constraint arity102
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension99
Global constraints used (with number of constraints)alldifferent(20),element(100)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sat Jul 11 18:17:21 2009
0.02/0.07	c 0	PID 13596
0.02/0.07	c 0	HOST node31.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2062699-1247329041.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062699-1247329041.xml' 'HOME/temp.csp'
0.06/0.33	c 0	57 domains, 310 variables, 10 predicates, 0 relations, 219 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.41	c 0	Parsing HOME/temp.csp
0.44/0.46	c 0	parsed 596 expressions
0.44/0.47	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.47	c 0	Converting to clausal form CSP
0.44/0.49	c 0	converted 60 (10%) expressions
0.44/0.49	c 0	converted 120 (20%) expressions
0.44/0.50	c 0	converted 179 (30%) expressions
0.44/0.50	c 0	converted 239 (40%) expressions
0.44/0.50	c 0	converted 298 (50%) expressions
0.44/0.50	c 0	converted 358 (60%) expressions
0.44/0.54	c 0	converted 418 (70%) expressions
0.44/0.57	c 1	converted 477 (80%) expressions
1.24/1.04	c 1	converted 537 (90%) expressions
1.64/1.46	c 1	converted 596 (100%) expressions
1.64/1.46	c 1	CSP : 310 integers, 5968 booleans, 21473 clauses, largest domain size 98
1.64/1.46	c 1	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.46	c 1	Propagation in CSP
1.75/1.53	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.75/1.53	c 1	CSP : 310 integers, 5968 booleans, 21473 clauses, largest domain size 98
1.75/1.53	c 1	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.75/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.75/1.57	c 1	CSP : 310 integers, 7408 booleans, 22913 clauses, largest domain size 98
1.75/1.57	c 1	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.85/1.69	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.95/1.71	c 2	31 (10%) CSP integer variables are encoded (168 clauses, 1728 bytes)
1.95/1.71	c 2	62 (20%) CSP integer variables are encoded (336 clauses, 3576 bytes)
1.95/1.72	c 2	93 (30%) CSP integer variables are encoded (504 clauses, 5424 bytes)
1.95/1.72	c 2	124 (40%) CSP integer variables are encoded (1623 clauses, 19170 bytes)
1.95/1.72	c 2	155 (50%) CSP integer variables are encoded (2938 clauses, 36265 bytes)
1.95/1.72	c 2	186 (60%) CSP integer variables are encoded (4327 clauses, 54322 bytes)
1.95/1.73	c 2	217 (70%) CSP integer variables are encoded (5731 clauses, 72574 bytes)
1.95/1.73	c 2	248 (80%) CSP integer variables are encoded (7120 clauses, 90631 bytes)
1.95/1.73	c 2	279 (90%) CSP integer variables are encoded (8531 clauses, 108974 bytes)
1.95/1.73	c 2	310 (100%) CSP integer variables are encoded (9718 clauses, 124405 bytes)
2.08/1.86	c 2	2292 (10%) CSP clauses are encoded (32266 clauses, 481843 bytes)
2.08/1.89	c 2	4583 (20%) CSP clauses are encoded (34988 clauses, 524134 bytes)
2.19/1.91	c 2	6874 (30%) CSP clauses are encoded (37261 clauses, 558614 bytes)
2.19/1.94	c 2	9166 (40%) CSP clauses are encoded (39536 clauses, 593052 bytes)
2.19/1.96	c 2	11457 (50%) CSP clauses are encoded (41810 clauses, 627434 bytes)
2.19/1.99	c 2	13748 (60%) CSP clauses are encoded (44085 clauses, 661878 bytes)
2.31/2.01	c 2	16040 (70%) CSP clauses are encoded (46359 clauses, 696266 bytes)
2.31/2.04	c 2	18331 (80%) CSP clauses are encoded (48634 clauses, 730715 bytes)
2.31/2.06	c 2	20622 (90%) CSP clauses are encoded (50907 clauses, 765205 bytes)
2.31/2.09	c 2	22913 (100%) CSP clauses are encoded (53167 clauses, 800901 bytes)
2.31/2.09	c 2	22913 CSP clauses encoded
2.31/2.09	c 2	Writing map file : HOME/temp.map
2.31/2.10	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.31/2.10	c 2	SAT : 17317 SAT variables, 53167 SAT clauses, 800901 bytes
2.31/2.10	c 2	Heap : 15 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.40/2.12	c 2	SOLVING HOME/temp.cnf
2.40/2.12	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1800.50	sh: line 1: 13620 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1800.51	c 1800	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1800.51	c 1800	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1800.51	c ERROR INTERRUPTED
1800.03/1800.51	s UNKNOWN
1800.03/1800.51	c 1800	CPU 1800.06 (0.05 0.02 1799.59 0.4)
1800.03/1800.51	c 1800	END Sat Jul 11 18:47:21 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062699-1247329041/watcher-2062699-1247329041 -o /tmp/evaluation-result-2062699-1247329041/solver-2062699-1247329041 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2062699-1247329041.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.29 1.79 1.77 3/82 13596
/proc/meminfo: memFree=772376/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=12272 CPUtime=0
/proc/13596/stat : 13596 (sugar) R 13594 13596 12675 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19970213 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 225612364389 0 0 4224 0 0 0 0 17 0 0 0
/proc/13596/statm: 3068 328 246 3 0 168 0

[startup+0.0312681 s]
/proc/loadavg: 1.29 1.79 1.77 3/82 13596
/proc/meminfo: memFree=772376/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=13204 CPUtime=0.02
/proc/13596/stat : 13596 (sugar) R 13594 13596 12675 0 -1 4194304 687 0 0 0 2 0 0 0 18 0 1 0 19970213 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 0 0 0 0 17 0 0 0
/proc/13596/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.101274 s]
/proc/loadavg: 1.29 1.79 1.77 3/82 13596
/proc/meminfo: memFree=772376/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=0.06
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19970213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301297 s]
/proc/loadavg: 1.29 1.79 1.77 3/82 13596
/proc/meminfo: memFree=772376/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=0.06
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19970213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701332 s]
/proc/loadavg: 1.29 1.79 1.77 3/82 13596
/proc/meminfo: memFree=772376/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=0.44
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1309 4727 0 1 5 1 35 3 16 0 1 0 19970213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.5024 s]
/proc/loadavg: 1.29 1.79 1.77 2/93 13618
/proc/meminfo: memFree=750144/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=0.44
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1310 4727 0 1 5 1 35 3 15 0 1 0 19970213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1111 409 3 0 796 0
[pid=13609] ppid=13596 vsize=5356 CPUtime=0
/proc/13609/stat : 13609 (sh) S 13596 13596 12675 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19970247 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13609/statm: 1339 233 193 169 0 50 0
[pid=13610] ppid=13609 vsize=869404 CPUtime=1.31
/proc/13610/stat : 13610 (java) S 13609 13596 12675 0 -1 0 10586 0 1 0 126 5 0 0 18 0 9 0 19970247 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13610/statm: 217351 9746 2567 9 0 211856 0
[pid=13610/tid=13611] ppid=13609 vsize=869404 CPUtime=0.8
/proc/13610/task/13611/stat : 13611 (java) R 13609 13596 12675 0 -1 64 2818 0 1 0 79 1 0 0 16 0 9 0 19970248 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4126571144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13610/tid=13612] ppid=13609 vsize=869404 CPUtime=0.33
/proc/13610/task/13612/stat : 13612 (java) S 13609 13596 12675 0 -1 64 5543 0 0 0 31 2 0 0 16 0 9 0 19970249 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13610/tid=13613] ppid=13609 vsize=869404 CPUtime=0
/proc/13610/task/13613/stat : 13613 (java) S 13609 13596 12675 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19970249 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13610/tid=13614] ppid=13609 vsize=869404 CPUtime=0
/proc/13610/task/13614/stat : 13614 (java) S 13609 13596 12675 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19970249 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13610/tid=13615] ppid=13609 vsize=869404 CPUtime=0
/proc/13610/task/13615/stat : 13615 (java) S 13609 13596 12675 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19970251 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13610/tid=13616] ppid=13609 vsize=869404 CPUtime=0.15
/proc/13610/task/13616/stat : 13616 (java) S 13609 13596 12675 0 -1 64 1526 0 0 0 14 1 0 0 15 0 9 0 19970251 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13610/tid=13617] ppid=13609 vsize=869404 CPUtime=0
/proc/13610/task/13617/stat : 13617 (java) S 13609 13596 12675 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19970251 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13610/tid=13618] ppid=13609 vsize=869404 CPUtime=0
/proc/13610/task/13618/stat : 13618 (java) S 13609 13596 12675 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19970251 890269696 9746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 891628

[startup+3.10154 s]
/proc/loadavg: 1.26 1.78 1.77 2/93 13618
/proc/meminfo: memFree=738368/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30181 s]
/proc/loadavg: 1.26 1.78 1.77 2/85 13620
/proc/meminfo: memFree=764608/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=4892 CPUtime=4.15
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 919 0 0 0 392 23 0 0 25 0 1 0 19970426 5009408 905 996147200 134512640 134931368 4294956256 18446744073709551615 134522932 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 1223 905 42 102 0 1118 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 27116

[startup+12.7014 s]
/proc/loadavg: 1.22 1.75 1.76 2/85 13620
/proc/meminfo: memFree=764096/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=5164 CPUtime=10.55
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 984 0 0 0 1032 23 0 0 25 0 1 0 19970426 5287936 968 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 1291 968 48 102 0 1186 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 27388

[startup+25.5015 s]
/proc/loadavg: 1.19 1.72 1.75 2/85 13620
/proc/meminfo: memFree=763840/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=5556 CPUtime=23.35
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 1049 0 0 0 2312 23 0 0 25 0 1 0 19970426 5689344 1033 996147200 134512640 134931368 4294956256 18446744073709551615 134529123 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 1389 1033 48 102 0 1284 0
Current children cumulated CPU time (s) 25.77
Current children cumulated vsize (KiB) 27780

[startup+51.1017 s]
/proc/loadavg: 1.12 1.66 1.73 2/85 13620
/proc/meminfo: memFree=763584/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=5808 CPUtime=48.93
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 1131 0 0 0 4870 23 0 0 25 0 1 0 19970426 5947392 1115 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 1452 1115 48 102 0 1347 0
Current children cumulated CPU time (s) 51.35
Current children cumulated vsize (KiB) 28032

[startup+102.306 s]
/proc/loadavg: 1.05 1.55 1.68 2/85 13620
/proc/meminfo: memFree=762880/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=6428 CPUtime=100.12
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 1277 0 0 0 9988 24 0 0 25 0 1 0 19970426 6582272 1261 996147200 134512640 134931368 4294956256 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 1607 1261 48 102 0 1502 0
Current children cumulated CPU time (s) 102.54
Current children cumulated vsize (KiB) 28652

[startup+162.301 s]
/proc/loadavg: 1.02 1.45 1.64 2/85 13620
/proc/meminfo: memFree=762496/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=6864 CPUtime=160.09
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 1394 0 0 0 15985 24 0 0 25 0 1 0 19970426 7028736 1378 996147200 134512640 134931368 4294956256 18446744073709551615 134524107 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 1716 1378 48 102 0 1611 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 29088

[startup+222.301 s]
/proc/loadavg: 1.00 1.36 1.59 2/85 13620
/proc/meminfo: memFree=762048/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=7156 CPUtime=220.06
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 1523 0 0 0 21982 24 0 0 25 0 1 0 19970426 7327744 1455 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 1789 1455 48 102 0 1684 0
Current children cumulated CPU time (s) 222.48
Current children cumulated vsize (KiB) 29380

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

[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=13180 CPUtime=1299.62
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 3412 0 0 0 129935 27 0 0 25 0 1 0 19970426 13496320 2959 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3295 2959 48 102 0 3190 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 35404

[startup+1362.3 s]
/proc/loadavg: 1.05 1.02 1.16 2/85 13620
/proc/meminfo: memFree=755776/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=13444 CPUtime=1359.59
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 3541 0 0 0 135932 27 0 0 25 0 1 0 19970426 13766656 3014 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3361 3014 48 102 0 3256 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 35668

[startup+1422.31 s]
/proc/loadavg: 1.15 1.06 1.16 2/85 13620
/proc/meminfo: memFree=755328/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=13972 CPUtime=1419.57
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 3756 0 0 0 141930 27 0 0 25 0 1 0 19970426 14307328 3155 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3493 3155 48 102 0 3388 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 36196

[startup+1482.3 s]
/proc/loadavg: 1.08 1.06 1.15 2/85 13620
/proc/meminfo: memFree=754304/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=14764 CPUtime=1479.53
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 4027 0 0 0 147926 27 0 0 25 0 1 0 19970426 15118336 3352 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3691 3352 48 102 0 3586 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 36988

[startup+1542.3 s]
/proc/loadavg: 1.03 1.05 1.14 2/85 13620
/proc/meminfo: memFree=754304/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=15020 CPUtime=1539.51
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 4109 0 0 0 153924 27 0 0 25 0 1 0 19970426 15380480 3356 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3755 3356 48 102 0 3650 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 37244

[startup+1602.3 s]
/proc/loadavg: 1.01 1.04 1.13 2/85 13620
/proc/meminfo: memFree=754048/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=15284 CPUtime=1599.49
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 4257 0 0 0 159921 28 0 0 25 0 1 0 19970426 15650816 3426 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3821 3426 48 102 0 3716 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 37508

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.12 2/85 13620
/proc/meminfo: memFree=754112/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=15284 CPUtime=1659.46
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 4335 0 0 0 165918 28 0 0 25 0 1 0 19970426 15650816 3426 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3821 3426 48 102 0 3716 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 37508

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/85 13620
/proc/meminfo: memFree=753984/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=15284 CPUtime=1719.44
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 4421 0 0 0 171916 28 0 0 25 0 1 0 19970426 15650816 3430 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3821 3430 48 102 0 3716 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 37508

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/85 13620
/proc/meminfo: memFree=753920/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=15284 CPUtime=1779.42
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 4462 0 0 0 177914 28 0 0 25 0 1 0 19970426 15650816 3430 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3821 3430 48 102 0 3716 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 37508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.01 1.09 2/85 13620
/proc/meminfo: memFree=753792/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=15284 CPUtime=1797.61
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 4503 0 0 0 179733 28 0 0 25 0 1 0 19970426 15650816 3430 996147200 134512640 134931368 4294956256 18446744073709551615 134522761 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3821 3430 48 102 0 3716 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 37508

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.01 1.09 2/85 13620
/proc/meminfo: memFree=753792/2055920 swapFree=4192956/4192956
[pid=13596] ppid=13594 vsize=16868 CPUtime=2.42
/proc/13596/stat : 13596 (sugar) S 13594 13596 12675 0 -1 4194304 1365 15942 0 2 5 2 225 10 16 0 1 0 19970213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13596/statm: 4217 1113 409 3 0 796 0
[pid=13619] ppid=13596 vsize=5356 CPUtime=0
/proc/13619/stat : 13619 (sh) S 13596 13596 12675 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19970425 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13619/statm: 1339 232 193 169 0 50 0
[pid=13620] ppid=13619 vsize=15284 CPUtime=1797.61
/proc/13620/stat : 13620 (picosat) R 13619 13596 12675 0 -1 4194304 4503 0 0 0 179733 28 0 0 25 0 1 0 19970426 15650816 3430 996147200 134512640 134931368 4294956256 18446744073709551615 134522761 0 0 4096 0 0 0 0 17 0 0 0
/proc/13620/statm: 3821 3430 48 102 0 3716 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 37508

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.08
CPU user time (s): 1799.65
CPU system time (s): 0.429934
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 891880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.429934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22592
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= 1092
involuntary context switches= 40581

runsolver used 1.83372 second user time and 4.86026 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-11 18:17:21
IDJOB=2062699
IDBENCH=53923
IDSOLVER=738
FILE ID=node31/2062699-1247329041
PBS_JOBID= 9506566
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062699-1247329041/watcher-2062699-1247329041 -o /tmp/evaluation-result-2062699-1247329041/solver-2062699-1247329041 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2062699-1247329041.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c5f974ec11a4363fd9e60d6b844f5167
RANDOM SEED=45648977

node31.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.216
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	: 5931.00
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.216
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:        772920 kB
Buffers:         53976 kB
Cached:        1116780 kB
SwapCached:          0 kB
Active:         358892 kB
Inactive:       846840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        772920 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          53192 kB
Slab:            62268 kB
Committed_AS:   178000 kB
PageTables:       1984 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= 66384 MiB
End job on node31 at 2009-07-11 18:47:23