Trace number 2057441

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.06 1807.72

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-55021_ext.xml
MD5SUM3b87432a795257e68114fcfea8b43f0c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1019.29
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.16	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.16	c 0	BEGIN Sat Jul 11 15:13:12 2009
0.04/0.16	c 0	PID 13781
0.04/0.16	c 0	HOST node4.alineos.net
0.04/0.16	c 0	CONVERTING HOME/instance-2057441-1247317992.xml TO HOME/temp.csp
0.04/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057441-1247317992.xml' 'HOME/temp.csp'
0.07/0.73	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.07/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.78	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'
0.60/0.87	c 1	Parsing HOME/temp.csp
0.99/1.22	c 1	parsed 730 expressions
0.99/1.23	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.23	c 1	Converting to clausal form CSP
0.99/1.26	c 1	converted 73 (10%) expressions
0.99/1.26	c 1	converted 146 (20%) expressions
0.99/1.27	c 1	converted 219 (30%) expressions
0.99/1.27	c 1	converted 292 (40%) expressions
0.99/1.27	c 1	converted 365 (50%) expressions
1.09/1.38	c 1	converted 438 (60%) expressions
1.19/1.41	c 1	converted 511 (70%) expressions
1.19/1.44	c 1	converted 584 (80%) expressions
1.19/1.47	c 1	converted 657 (90%) expressions
1.19/1.50	c 1	converted 730 (100%) expressions
1.19/1.50	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.19/1.50	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.50	c 1	Propagation in CSP
1.28/1.50	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.28/1.50	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.28/1.50	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.50	c 1	Simplifing CSP by introducing new Boolean variables
1.28/1.50	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.28/1.50	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.28/1.57	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.28/1.60	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.37/1.60	c 1	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.37/1.60	c 1	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.37/1.60	c 1	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.37/1.61	c 1	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.37/1.61	c 1	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.37/1.61	c 1	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.37/1.61	c 1	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.37/1.61	c 1	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.37/1.61	c 1	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.37/1.68	c 1	36 (10%) CSP clauses are encoded (4724 clauses, 74295 bytes)
1.46/1.70	c 1	71 (20%) CSP clauses are encoded (8677 clauses, 142546 bytes)
1.46/1.73	c 2	106 (30%) CSP clauses are encoded (12664 clauses, 213980 bytes)
1.46/1.75	c 2	141 (40%) CSP clauses are encoded (16630 clauses, 290111 bytes)
1.46/1.78	c 2	176 (50%) CSP clauses are encoded (20594 clauses, 366249 bytes)
1.56/1.80	c 2	211 (60%) CSP clauses are encoded (24577 clauses, 442520 bytes)
1.56/1.83	c 2	246 (70%) CSP clauses are encoded (28504 clauses, 517813 bytes)
1.56/1.85	c 2	281 (80%) CSP clauses are encoded (32461 clauses, 593706 bytes)
1.56/1.87	c 2	316 (90%) CSP clauses are encoded (36425 clauses, 669734 bytes)
1.66/1.90	c 2	351 (100%) CSP clauses are encoded (40417 clauses, 746390 bytes)
1.66/1.90	c 2	351 CSP clauses encoded
1.66/1.90	c 2	Writing map file : HOME/temp.map
1.66/1.90	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.66/1.90	c 2	SAT : 702 SAT variables, 40417 SAT clauses, 746390 bytes
1.66/1.90	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.66/1.94	c 2	SOLVING HOME/temp.cnf
1.66/1.94	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1807.70	sh: line 1: 13805 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1807.71	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1807.71	c 1807	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.02/1807.72	c ERROR INTERRUPTED
1800.02/1807.72	s UNKNOWN
1800.02/1807.72	c 1808	CPU 1800.03 (0.05 0.02 1799.53 0.43)
1800.02/1807.72	c 1808	END Sat Jul 11 15:43:20 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-2057441-1247317992/watcher-2057441-1247317992 -o /tmp/evaluation-result-2057441-1247317992/solver-2057441-1247317992 -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-2057441-1247317992.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.47 0.69 0.26 4/81 13781
/proc/meminfo: memFree=734880/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=18576 CPUtime=0
/proc/13781/stat : 13781 (runsolver) R 13779 13781 13596 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 18866684 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13781/statm: 4644 284 249 26 0 2626 0

[startup+0.0924921 s]
/proc/loadavg: 1.47 0.69 0.26 4/81 13781
/proc/meminfo: memFree=734880/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=13336 CPUtime=0.03
/proc/13781/stat : 13781 (sugar) D 13779 13781 13596 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 18866684 13656064 707 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/13781/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101489 s]
/proc/loadavg: 1.47 0.69 0.26 4/81 13781
/proc/meminfo: memFree=734880/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=13468 CPUtime=0.04
/proc/13781/stat : 13781 (sugar) R 13779 13781 13596 0 -1 4194304 771 0 0 0 3 1 0 0 18 0 1 0 18866684 13791232 739 996147200 4194304 4206940 548682068608 18446744073709551615 259926719920 0 0 4224 0 0 0 0 17 0 0 0
/proc/13781/statm: 3367 739 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.301514 s]
/proc/loadavg: 1.47 0.69 0.26 4/81 13781
/proc/meminfo: memFree=734880/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=0.07
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1226 128 1 0 5 2 0 0 19 0 1 0 18866684 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13781/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701553 s]
/proc/loadavg: 1.47 0.69 0.26 4/81 13781
/proc/meminfo: memFree=734880/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=0.07
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1226 128 1 0 5 2 0 0 19 0 1 0 18866684 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13781/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50264 s]
/proc/loadavg: 1.47 0.69 0.26 3/92 13803
/proc/meminfo: memFree=724104/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=0.6
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1309 4894 1 1 5 2 48 5 15 0 1 0 18866684 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1111 409 3 0 796 0
[pid=13794] ppid=13781 vsize=5356 CPUtime=0
/proc/13794/stat : 13794 (sh) S 13781 13781 13596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18866762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13794/statm: 1339 233 193 169 0 50 0
[pid=13795] ppid=13794 vsize=864252 CPUtime=0.68
/proc/13795/stat : 13795 (java) S 13794 13781 13596 0 -1 0 7845 0 2 0 64 4 0 0 19 0 9 0 18866763 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13795/statm: 216063 7116 2566 9 0 210568 0
[pid=13795/tid=13796] ppid=13794 vsize=864252 CPUtime=0.4
/proc/13795/task/13796/stat : 13796 (java) R 13794 13781 13596 0 -1 64 2604 0 2 0 38 2 0 0 18 0 9 0 18866764 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13795/tid=13797] ppid=13794 vsize=864252 CPUtime=0.21
/proc/13795/task/13797/stat : 13797 (java) S 13794 13781 13596 0 -1 64 4223 0 0 0 20 1 0 0 16 0 9 0 18866765 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13795/tid=13798] ppid=13794 vsize=864252 CPUtime=0
/proc/13795/task/13798/stat : 13798 (java) S 13794 13781 13596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18866765 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13795/tid=13799] ppid=13794 vsize=864252 CPUtime=0
/proc/13795/task/13799/stat : 13799 (java) S 13794 13781 13596 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 18866765 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13795/tid=13800] ppid=13794 vsize=864252 CPUtime=0
/proc/13795/task/13800/stat : 13800 (java) S 13794 13781 13596 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18866767 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13795/tid=13801] ppid=13794 vsize=864252 CPUtime=0.05
/proc/13795/task/13801/stat : 13801 (java) R 13794 13781 13596 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 18866767 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13795/tid=13802] ppid=13794 vsize=864252 CPUtime=0
/proc/13795/task/13802/stat : 13802 (java) S 13794 13781 13596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 18866768 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13795/tid=13803] ppid=13794 vsize=864252 CPUtime=0
/proc/13795/task/13803/stat : 13803 (java) S 13794 13781 13596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18866768 884994048 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 886476

[startup+3.10279 s]
/proc/loadavg: 1.47 0.69 0.26 3/84 13805
/proc/meminfo: memFree=728520/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=2320 CPUtime=1.13
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 506 0 0 0 92 21 0 0 25 0 1 0 18866879 2375680 492 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/13805/statm: 580 492 42 102 0 475 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 24544

[startup+6.30109 s]
/proc/loadavg: 1.60 0.73 0.28 3/84 13805
/proc/meminfo: memFree=726536/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=2996 CPUtime=4.32
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 678 0 0 0 410 22 0 0 25 0 1 0 18866879 3067904 662 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/13805/statm: 749 662 48 102 0 644 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 25220

[startup+12.7027 s]
/proc/loadavg: 1.63 0.75 0.28 3/84 13805
/proc/meminfo: memFree=726216/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=3232 CPUtime=10.69
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 738 0 0 0 1047 22 0 0 25 0 1 0 18866879 3309568 722 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/13805/statm: 808 722 48 102 0 703 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 25456

[startup+25.5019 s]
/proc/loadavg: 1.71 0.81 0.31 3/84 13805
/proc/meminfo: memFree=725832/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=3536 CPUtime=23.43
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 823 0 0 0 2321 22 0 0 25 0 1 0 18866879 3620864 807 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13805/statm: 884 807 48 102 0 779 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 25760

[startup+51.1013 s]
/proc/loadavg: 1.81 0.91 0.35 3/84 13805
/proc/meminfo: memFree=725256/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=4076 CPUtime=48.89
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 953 0 0 0 4867 22 0 0 25 0 1 0 18866879 4173824 937 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/13805/statm: 1019 937 48 102 0 914 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 26300

[startup+102.306 s]
/proc/loadavg: 1.91 1.07 0.44 3/84 13805
/proc/meminfo: memFree=724680/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=4848 CPUtime=99.84
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 1098 0 0 0 9962 22 0 0 25 0 1 0 18866879 4964352 1082 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13805/statm: 1212 1082 48 102 0 1107 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 27072

[startup+162.302 s]
/proc/loadavg: 1.97 1.24 0.53 3/84 13805
/proc/meminfo: memFree=724040/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=5584 CPUtime=159.55
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 1321 0 0 0 15932 23 0 0 25 0 1 0 18866879 5718016 1218 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13805/statm: 1396 1218 48 102 0 1291 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 27808

[startup+222.302 s]
/proc/loadavg: 1.99 1.38 0.62 3/84 13805
/proc/meminfo: memFree=723400/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0

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

[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=9852 CPUtime=1294.96
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 4979 0 0 0 129468 28 0 0 25 0 1 0 18866879 10088448 2318 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2463 2318 48 102 0 2358 0
Current children cumulated CPU time (s) 1296.65
Current children cumulated vsize (KiB) 32076

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/75 13875
/proc/meminfo: memFree=1250832/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=9984 CPUtime=1354.71
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5096 0 0 0 135443 28 0 0 25 0 1 0 18866879 10223616 2356 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2496 2356 48 102 0 2391 0
Current children cumulated CPU time (s) 1356.4
Current children cumulated vsize (KiB) 32208

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.58 3/75 13875
/proc/meminfo: memFree=1250704/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=9984 CPUtime=1414.47
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5190 0 0 0 141419 28 0 0 25 0 1 0 18866879 10223616 2371 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2496 2371 48 102 0 2391 0
Current children cumulated CPU time (s) 1416.16
Current children cumulated vsize (KiB) 32208

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.60 3/75 13875
/proc/meminfo: memFree=1250320/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=10380 CPUtime=1474.23
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5455 0 0 0 147395 28 0 0 25 0 1 0 18866879 10629120 2474 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2595 2474 48 102 0 2490 0
Current children cumulated CPU time (s) 1475.92
Current children cumulated vsize (KiB) 32604

[startup+1542.3 s]
/proc/loadavg: 2.11 2.00 1.64 3/75 13875
/proc/meminfo: memFree=1250256/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=10380 CPUtime=1533.99
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5538 0 0 0 153371 28 0 0 25 0 1 0 18866879 10629120 2474 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2595 2474 48 102 0 2490 0
Current children cumulated CPU time (s) 1535.68
Current children cumulated vsize (KiB) 32604

[startup+1602.3 s]
/proc/loadavg: 2.11 2.02 1.66 3/75 13875
/proc/meminfo: memFree=1250000/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=10644 CPUtime=1593.75
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5680 0 0 0 159347 28 0 0 25 0 1 0 18866879 10899456 2533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2661 2533 48 102 0 2556 0
Current children cumulated CPU time (s) 1595.44
Current children cumulated vsize (KiB) 32868

[startup+1662.3 s]
/proc/loadavg: 2.20 2.06 1.69 3/75 13875
/proc/meminfo: memFree=1250064/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=10456 CPUtime=1653.51
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5763 0 0 0 165323 28 0 0 25 0 1 0 18866879 10706944 2505 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2614 2505 48 102 0 2509 0
Current children cumulated CPU time (s) 1655.2
Current children cumulated vsize (KiB) 32680

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 1.71 3/75 13875
/proc/meminfo: memFree=1250000/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=10456 CPUtime=1713.27
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5858 0 0 0 171299 28 0 0 25 0 1 0 18866879 10706944 2513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2614 2513 48 102 0 2509 0
Current children cumulated CPU time (s) 1714.96
Current children cumulated vsize (KiB) 32680

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 1.73 3/75 13875
/proc/meminfo: memFree=1249936/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=10588 CPUtime=1773.04
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5965 0 0 0 177275 29 0 0 25 0 1 0 18866879 10842112 2533 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2647 2533 48 102 0 2542 0
Current children cumulated CPU time (s) 1774.73
Current children cumulated vsize (KiB) 32812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.02 2.03 1.73 3/75 13875
/proc/meminfo: memFree=1249936/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=10588 CPUtime=1798.33
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5965 0 0 0 179804 29 0 0 25 0 1 0 18866879 10842112 2533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2647 2533 48 102 0 2542 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 32812

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

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

[startup+1807.7 s]
/proc/loadavg: 2.02 2.03 1.73 3/75 13875
/proc/meminfo: memFree=1249936/2055920 swapFree=4192956/4192956
[pid=13781] ppid=13779 vsize=16868 CPUtime=1.69
/proc/13781/stat : 13781 (sugar) S 13779 13781 13596 0 -1 4194304 1363 13179 1 4 5 2 149 13 16 0 1 0 18866684 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13781/statm: 4217 1112 409 3 0 796 0
[pid=13804] ppid=13781 vsize=5356 CPUtime=0
/proc/13804/stat : 13804 (sh) S 13781 13781 13596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18866878 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13804/statm: 1339 232 193 169 0 50 0
[pid=13805] ppid=13804 vsize=10588 CPUtime=1798.33
/proc/13805/stat : 13805 (picosat) R 13804 13781 13596 0 -1 4194304 5965 0 0 0 179804 29 0 0 25 0 1 0 18866879 10842112 2533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13805/statm: 2647 2533 48 102 0 2542 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 32812

Child status: 0
Real time (s): 1807.72
CPU time (s): 1800.06
CPU user time (s): 1799.6
CPU system time (s): 0.461929
CPU usage (%): 99.5761
Max. virtual memory (cumulated for all children) (KiB): 886588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21287
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2493
involuntary context switches= 31101

runsolver used 1.93171 second user time and 4.82926 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-11 15:13:12
IDJOB=2057441
IDBENCH=53370
IDSOLVER=738
FILE ID=node4/2057441-1247317992
PBS_JOBID= 9506620
Free space on /tmp= 66108 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-55021_ext.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-2057441-1247317992/watcher-2057441-1247317992 -o /tmp/evaluation-result-2057441-1247317992/solver-2057441-1247317992 -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-2057441-1247317992.xml

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

MD5SUM BENCH= 3b87432a795257e68114fcfea8b43f0c
RANDOM SEED=985592398

node4.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.213
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.213
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:        735680 kB
Buffers:         46412 kB
Cached:         741708 kB
SwapCached:          0 kB
Active:         580052 kB
Inactive:       663452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        735680 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           13472 kB
Writeback:           0 kB
Mapped:         475816 kB
Slab:            60848 kB
Committed_AS:   611180 kB
PageTables:       2800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66200 MiB
End job on node4 at 2009-07-11 15:43:22