Trace number 2084633

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.11 1813.33

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-nsh-13.xml
MD5SUM04705b32837a4b67cef23bd35ddd5cfa
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.51792
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints14612
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14612
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.07/0.08	c 0	BEGIN Sun Jul 12 08:15:41 2009
0.07/0.08	c 0	PID 25557
0.07/0.08	c 0	HOST node28.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2084633-1247379341.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084633-1247379341.xml' 'HOME/temp.csp'
1.25/1.35	c 1	1 domains, 352 variables, 1 predicates, 0 relations, 14612 constraints
1.25/1.39	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.39	c 1	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'
1.32/2.36	c 2	Parsing HOME/temp.csp
1.32/2.51	c 2	parsed 10000 expressions
1.32/2.68	c 3	parsed 14966 expressions
1.32/2.69	c 3	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/2.69	c 3	Converting to clausal form CSP
1.83/2.97	c 3	converted 1497 (10%) expressions
1.94/3.02	c 3	converted 2994 (20%) expressions
1.94/3.07	c 3	converted 4490 (30%) expressions
2.03/3.17	c 3	converted 5987 (40%) expressions
2.13/3.22	c 3	converted 7483 (50%) expressions
2.13/3.27	c 3	converted 8980 (60%) expressions
2.23/3.31	c 3	converted 10477 (70%) expressions
2.33/3.44	c 3	converted 11973 (80%) expressions
2.33/3.49	c 3	converted 13470 (90%) expressions
2.43/3.54	c 3	converted 14966 (100%) expressions
2.43/3.54	c 3	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 13
2.43/3.54	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.43/3.54	c 3	Propagation in CSP
2.53/3.61	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/3.61	c 3	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 13
2.53/3.61	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.53/3.62	c 3	Simplifing CSP by introducing new Boolean variables
2.73/3.89	c 4	CSP : 352 integers, 29224 booleans, 43836 clauses, largest domain size 13
2.73/3.89	c 4	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.93/4.01	c 4	Encoding CSP to SAT : HOME/temp.cnf
2.93/4.04	c 4	36 (10%) CSP integer variables are encoded (396 clauses, 4222 bytes)
2.93/4.04	c 4	71 (20%) CSP integer variables are encoded (781 clauses, 8457 bytes)
2.93/4.04	c 4	106 (30%) CSP integer variables are encoded (1166 clauses, 13193 bytes)
2.93/4.05	c 4	141 (40%) CSP integer variables are encoded (1551 clauses, 18198 bytes)
2.93/4.05	c 4	176 (50%) CSP integer variables are encoded (1936 clauses, 23203 bytes)
2.93/4.05	c 4	212 (60%) CSP integer variables are encoded (2332 clauses, 28351 bytes)
2.93/4.05	c 4	247 (70%) CSP integer variables are encoded (2717 clauses, 33356 bytes)
2.93/4.05	c 4	282 (80%) CSP integer variables are encoded (3102 clauses, 38361 bytes)
2.93/4.05	c 4	317 (90%) CSP integer variables are encoded (3487 clauses, 43366 bytes)
2.93/4.05	c 4	352 (100%) CSP integer variables are encoded (3872 clauses, 48371 bytes)
3.03/4.18	c 4	4384 (10%) CSP clauses are encoded (43332 clauses, 698161 bytes)
3.13/4.27	c 4	8768 (20%) CSP clauses are encoded (82792 clauses, 1363805 bytes)
3.23/4.35	c 4	13151 (30%) CSP clauses are encoded (122239 clauses, 2073107 bytes)
3.33/4.44	c 4	17535 (40%) CSP clauses are encoded (161687 clauses, 2783773 bytes)
3.43/4.52	c 4	21918 (50%) CSP clauses are encoded (201134 clauses, 3527305 bytes)
3.53/4.61	c 4	26302 (60%) CSP clauses are encoded (240594 clauses, 4275586 bytes)
3.53/4.69	c 5	30686 (70%) CSP clauses are encoded (280054 clauses, 5023867 bytes)
3.63/4.78	c 5	35069 (80%) CSP clauses are encoded (319501 clauses, 5771899 bytes)
3.73/4.87	c 5	39453 (90%) CSP clauses are encoded (358949 clauses, 6519945 bytes)
3.83/4.95	c 5	43836 (100%) CSP clauses are encoded (398396 clauses, 7267977 bytes)
3.83/4.95	c 5	43836 CSP clauses encoded
3.83/4.95	c 5	Writing map file : HOME/temp.map
3.83/4.97	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.83/4.97	c 5	SAT : 33448 SAT variables, 398396 SAT clauses, 7267977 bytes
3.83/4.97	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.90/5.01	c 5	SOLVING HOME/temp.cnf
3.90/5.01	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1813.31	sh: line 1: 25581 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.06/1813.31	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1813.31	c 1813	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.06/1813.32	c ERROR INTERRUPTED
1800.06/1813.32	s UNKNOWN
1800.06/1813.32	c 1813	CPU 1800.08 (0.06 0.01 1797.35 2.66)
1800.06/1813.32	c 1813	END Sun Jul 12 08:45:54 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-2084633-1247379341/watcher-2084633-1247379341 -o /tmp/evaluation-result-2084633-1247379341/solver-2084633-1247379341 -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-2084633-1247379341.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: 2.22 3.06 3.21 4/84 25557
/proc/meminfo: memFree=1767320/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=18576 CPUtime=0
/proc/25557/stat : 25557 (runsolver) R 25555 25557 20173 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25000707 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217871609127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25557/statm: 4644 284 249 26 0 2626 0

[startup+0.0809801 s]
/proc/loadavg: 2.22 3.06 3.21 4/84 25557
/proc/meminfo: memFree=1767320/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16740 CPUtime=0.07
/proc/25557/stat : 25557 (sugar) R 25555 25557 20173 0 -1 4194304 1108 0 0 0 6 1 0 0 18 0 1 0 25000707 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 217889468213 0 0 4224 0 0 0 0 17 1 0 0
/proc/25557/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101982 s]
/proc/loadavg: 2.22 3.06 3.21 4/84 25557
/proc/meminfo: memFree=1767320/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=0.07
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25000707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25557/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302002 s]
/proc/loadavg: 2.22 3.06 3.21 4/84 25557
/proc/meminfo: memFree=1767320/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=0.07
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25000707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25557/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701051 s]
/proc/loadavg: 2.22 3.06 3.21 4/84 25557
/proc/meminfo: memFree=1767320/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=0.07
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25000707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25557/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50115 s]
/proc/loadavg: 2.22 3.06 3.21 4/95 25569
/proc/meminfo: memFree=1741696/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=1.32
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1292 10938 0 1 6 1 118 7 16 0 1 0 25000707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25557/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 16868

[startup+3.10235 s]
/proc/loadavg: 2.37 3.08 3.22 4/95 25579
/proc/meminfo: memFree=1748352/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=1.32
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1309 10938 0 1 6 1 118 7 16 0 1 0 25000707 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1111 409 3 0 796 0
[pid=25570] ppid=25557 vsize=5356 CPUtime=0
/proc/25570/stat : 25570 (sh) S 25557 25557 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25000847 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25570/statm: 1339 233 193 169 0 50 0
[pid=25571] ppid=25570 vsize=869648 CPUtime=0.71
/proc/25571/stat : 25571 (java) S 25570 25557 20173 0 -1 0 7843 0 1 0 66 5 0 0 18 0 9 0 25000847 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25571/statm: 217412 7085 2566 9 0 211917 0
[pid=25571/tid=25572] ppid=25570 vsize=869648 CPUtime=0.42
/proc/25571/task/25572/stat : 25572 (java) R 25570 25557 20173 0 -1 64 2675 0 1 0 40 2 0 0 21 0 9 0 25000848 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25571/tid=25573] ppid=25570 vsize=869648 CPUtime=0.13
/proc/25571/task/25573/stat : 25573 (java) R 25570 25557 20173 0 -1 64 3035 0 0 0 12 1 0 0 16 0 9 0 25000849 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 104188666 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25571/tid=25574] ppid=25570 vsize=869648 CPUtime=0
/proc/25571/task/25574/stat : 25574 (java) S 25570 25557 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25000849 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25571/tid=25575] ppid=25570 vsize=869648 CPUtime=0
/proc/25571/task/25575/stat : 25575 (java) S 25570 25557 20173 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25000849 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25571/tid=25576] ppid=25570 vsize=869648 CPUtime=0
/proc/25571/task/25576/stat : 25576 (java) S 25570 25557 20173 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25000851 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25571/tid=25577] ppid=25570 vsize=869648 CPUtime=0.13
/proc/25571/task/25577/stat : 25577 (java) S 25570 25557 20173 0 -1 64 1433 0 0 0 13 0 0 0 16 0 9 0 25000852 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25571/tid=25578] ppid=25570 vsize=869648 CPUtime=0
/proc/25571/task/25578/stat : 25578 (java) S 25570 25557 20173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25000852 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25571/tid=25579] ppid=25570 vsize=869648 CPUtime=0
/proc/25571/task/25579/stat : 25579 (java) S 25570 25557 20173 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25000852 890519552 7085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 891872
heavy processes:

[startup+6.30773 s]
/proc/loadavg: 2.37 3.08 3.22 3/87 25581
/proc/meminfo: memFree=1750208/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=6768 CPUtime=1.28
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 1614 0 0 0 59 69 0 0 25 0 1 0 25001208 6930432 1600 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 1692 1600 40 102 0 1587 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 28992

[startup+12.7015 s]
/proc/loadavg: 2.42 3.08 3.21 3/87 25581
/proc/meminfo: memFree=1740864/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=18776 CPUtime=5.99
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 3941 0 0 0 384 215 0 0 25 0 1 0 25001208 19226624 3924 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 4694 3924 42 102 0 4589 0
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (KiB) 41000
heavy processes:

[startup+25.501 s]
/proc/loadavg: 2.32 3.02 3.19 3/87 25581
/proc/meminfo: memFree=1737280/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=22208 CPUtime=18.79
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 4851 0 0 0 1663 216 0 0 25 0 1 0 25001208 22740992 4834 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 5552 4834 42 102 0 5447 0
Current children cumulated CPU time (s) 22.71
Current children cumulated vsize (KiB) 44432

[startup+51.1011 s]
/proc/loadavg: 2.21 2.94 3.16 3/87 25581
/proc/meminfo: memFree=1735040/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=24316 CPUtime=44.36
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 5443 0 0 0 4219 217 0 0 25 0 1 0 25001208 24899584 5338 996147200 134512640 134931368 4294956256 18446744073709551615 134520025 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 6079 5338 48 102 0 5974 0
Current children cumulated CPU time (s) 48.28
Current children cumulated vsize (KiB) 46540

[startup+102.301 s]
/proc/loadavg: 2.09 2.79 3.10 3/87 25581
/proc/meminfo: memFree=1717888/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=24844 CPUtime=95.52
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 5758 0 0 0 9335 217 0 0 25 0 1 0 25001208 25440256 5483 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 6211 5483 48 102 0 6106 0
Current children cumulated CPU time (s) 99.44
Current children cumulated vsize (KiB) 47068

[startup+162.301 s]
/proc/loadavg: 2.03 2.65 3.03 3/87 25581
/proc/meminfo: memFree=1717376/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=25240 CPUtime=155.47
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 5954 0 0 0 15330 217 0 0 25 0 1 0 25001208 25845760 5588 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 6310 5588 48 102 0 6205 0
Current children cumulated CPU time (s) 159.39
Current children cumulated vsize (KiB) 47464

[startup+222.302 s]
/proc/loadavg: 2.01 2.53 2.96 3/87 25581
/proc/meminfo: memFree=1716928/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=25636 CPUtime=215.43
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 6162 0 0 0 21325 218 0 0 25 0 1 0 25001208 26251264 5700 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 6409 5700 48 102 0 6304 0
Current children cumulated CPU time (s) 219.35

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

[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=29708 CPUtime=1290.49
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 8372 0 0 0 128827 222 0 0 25 0 1 0 25001208 30420992 6698 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25581/statm: 7427 6698 48 102 0 7322 0
Current children cumulated CPU time (s) 1294.41
Current children cumulated vsize (KiB) 51932

[startup+1362.3 s]
/proc/loadavg: 2.03 2.08 2.31 3/87 25581
/proc/meminfo: memFree=1617792/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=30368 CPUtime=1349.9
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 8544 0 0 0 134768 222 0 0 25 0 1 0 25001208 31096832 6870 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25581/statm: 7592 6870 48 102 0 7487 0
Current children cumulated CPU time (s) 1353.82
Current children cumulated vsize (KiB) 52592

[startup+1422.3 s]
/proc/loadavg: 2.01 2.06 2.29 3/87 25581
/proc/meminfo: memFree=1617536/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=30368 CPUtime=1409.32
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 8706 0 0 0 140710 222 0 0 25 0 1 0 25001208 31096832 6883 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25581/statm: 7592 6883 48 102 0 7487 0
Current children cumulated CPU time (s) 1413.24
Current children cumulated vsize (KiB) 52592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.26 3/87 25581
/proc/meminfo: memFree=1617536/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=30368 CPUtime=1468.75
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 8706 0 0 0 146653 222 0 0 25 0 1 0 25001208 31096832 6883 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25581/statm: 7592 6883 48 102 0 7487 0
Current children cumulated CPU time (s) 1472.67
Current children cumulated vsize (KiB) 52592

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.25 3/87 25581
/proc/meminfo: memFree=1617536/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=30368 CPUtime=1528.16
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 8709 0 0 0 152594 222 0 0 25 0 1 0 25001208 31096832 6886 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25581/statm: 7592 6886 48 102 0 7487 0
Current children cumulated CPU time (s) 1532.08
Current children cumulated vsize (KiB) 52592

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/87 25581
/proc/meminfo: memFree=1594176/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=30764 CPUtime=1587.58
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 8972 0 0 0 158536 222 0 0 25 0 1 0 25001208 31502336 6992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25581/statm: 7691 6992 48 102 0 7586 0
Current children cumulated CPU time (s) 1591.5
Current children cumulated vsize (KiB) 52988

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.21 3/87 25581
/proc/meminfo: memFree=1594112/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=30764 CPUtime=1647
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 8972 0 0 0 164477 223 0 0 25 0 1 0 25001208 31502336 6992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25581/statm: 7691 6992 48 102 0 7586 0
Current children cumulated CPU time (s) 1650.92
Current children cumulated vsize (KiB) 52988

[startup+1722.31 s]
/proc/loadavg: 2.00 2.02 2.19 3/87 25581
/proc/meminfo: memFree=1594048/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=30764 CPUtime=1706.42
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 8980 0 0 0 170419 223 0 0 25 0 1 0 25001208 31502336 7000 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25581/statm: 7691 7000 48 102 0 7586 0
Current children cumulated CPU time (s) 1710.34
Current children cumulated vsize (KiB) 52988

[startup+1782.3 s]
/proc/loadavg: 1.96 2.00 2.17 3/77 25703
/proc/meminfo: memFree=1839880/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=31292 CPUtime=1765.48
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 9112 0 0 0 176306 242 0 0 25 0 1 0 25001208 32043008 7132 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 7823 7132 48 102 0 7718 0
Current children cumulated CPU time (s) 1769.4
Current children cumulated vsize (KiB) 53516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.3 s]
/proc/loadavg: 1.97 2.00 2.17 3/77 25703
/proc/meminfo: memFree=1837384/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=31952 CPUtime=1796.14
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 9429 0 0 0 179372 242 0 0 25 0 1 0 25001208 32718848 7286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 7988 7286 48 102 0 7883 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 54176

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

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

[startup+1813.3 s]
/proc/loadavg: 1.97 2.00 2.17 3/77 25703
/proc/meminfo: memFree=1837384/2055920 swapFree=4192812/4192956
[pid=25557] ppid=25555 vsize=16868 CPUtime=3.92
/proc/25557/stat : 25557 (sugar) S 25555 25557 20173 0 -1 4194304 1365 23968 0 2 6 1 363 22 16 0 1 0 25000707 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25557/statm: 4217 1113 409 3 0 796 0
[pid=25580] ppid=25557 vsize=5356 CPUtime=0
/proc/25580/stat : 25580 (sh) S 25557 25557 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25001208 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25580/statm: 1339 232 193 169 0 50 0
[pid=25581] ppid=25580 vsize=31952 CPUtime=1796.14
/proc/25581/stat : 25581 (picosat) R 25580 25557 20173 0 -1 4194304 9429 0 0 0 179372 242 0 0 25 0 1 0 25001208 32718848 7286 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25581/statm: 7988 7286 48 102 0 7883 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 54176

Child status: 0
Real time (s): 1813.33
CPU time (s): 1800.11
CPU user time (s): 1797.42
CPU system time (s): 2.68759
CPU usage (%): 99.2712
Max. virtual memory (cumulated for all children) (KiB): 892060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.42
system time used= 2.68759
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35521
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= 3403
involuntary context switches= 43098

runsolver used 2.24866 second user time and 6.07808 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 08:15:41
IDJOB=2084633
IDBENCH=58097
IDSOLVER=738
FILE ID=node28/2084633-1247379341
PBS_JOBID= 9507099
Free space on /tmp= 66112 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-nsh-13.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-2084633-1247379341/watcher-2084633-1247379341 -o /tmp/evaluation-result-2084633-1247379341/solver-2084633-1247379341 -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-2084633-1247379341.xml

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

MD5SUM BENCH= 04705b32837a4b67cef23bd35ddd5cfa
RANDOM SEED=1876221601

node28.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.230
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.230
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:       1767800 kB
Buffers:          4396 kB
Cached:          65984 kB
SwapCached:          0 kB
Active:         207636 kB
Inactive:        31852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3296 kB
Writeback:           0 kB
Mapped:         181784 kB
Slab:            33452 kB
Committed_AS:   876152 kB
PageTables:       2104 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= 66104 MiB
End job on node28 at 2009-07-12 08:45:56