Trace number 2081443

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 1815.72

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-7.xml
MD5SUM10d8cce48e24d9d5d1e136c73b47f566
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.2631
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1191
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1191
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:26:10 2009
0.00/0.08	c 0	PID 22746
0.06/0.08	c 0	HOST node25.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081443-1247372770.xml TO HOME/temp.csp
0.06/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-2081443-1247372770.xml' 'HOME/temp.csp'
0.06/0.55	c 1	2 domains, 50 variables, 3 predicates, 0 relations, 1191 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.51/0.64	c 1	Parsing HOME/temp.csp
0.51/0.70	c 1	parsed 1246 expressions
0.51/0.71	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.71	c 1	Converting to clausal form CSP
0.51/0.90	c 1	converted 125 (10%) expressions
0.51/0.92	c 1	converted 250 (20%) expressions
0.51/0.94	c 1	converted 374 (30%) expressions
0.51/0.95	c 1	converted 499 (40%) expressions
0.51/0.97	c 1	converted 623 (50%) expressions
0.51/0.98	c 1	converted 748 (60%) expressions
0.51/0.99	c 1	converted 873 (70%) expressions
0.51/1.00	c 1	converted 997 (80%) expressions
0.93/1.01	c 1	converted 1122 (90%) expressions
0.93/1.02	c 1	converted 1246 (100%) expressions
0.93/1.02	c 1	CSP : 265 integers, 156 booleans, 2162 clauses, largest domain size 49
0.93/1.02	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.02	c 1	Propagation in CSP
0.93/1.04	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.04	c 1	CSP : 265 integers, 156 booleans, 2162 clauses, largest domain size 49
0.93/1.04	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.07	c 1	CSP : 265 integers, 2886 booleans, 4892 clauses, largest domain size 49
0.93/1.07	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.13	c 1	27 (10%) CSP integer variables are encoded (1230 clauses, 13890 bytes)
1.03/1.13	c 1	53 (20%) CSP integer variables are encoded (2320 clauses, 28060 bytes)
1.03/1.13	c 1	80 (30%) CSP integer variables are encoded (2449 clauses, 29737 bytes)
1.03/1.14	c 1	106 (40%) CSP integer variables are encoded (2579 clauses, 31427 bytes)
1.03/1.14	c 1	133 (50%) CSP integer variables are encoded (2714 clauses, 33182 bytes)
1.03/1.14	c 1	159 (60%) CSP integer variables are encoded (2844 clauses, 34872 bytes)
1.03/1.14	c 1	186 (70%) CSP integer variables are encoded (2979 clauses, 36627 bytes)
1.03/1.14	c 1	212 (80%) CSP integer variables are encoded (3109 clauses, 38317 bytes)
1.03/1.14	c 1	239 (90%) CSP integer variables are encoded (3244 clauses, 40072 bytes)
1.03/1.14	c 1	265 (100%) CSP integer variables are encoded (3374 clauses, 41762 bytes)
1.14/1.21	c 1	490 (10%) CSP clauses are encoded (16624 clauses, 328242 bytes)
1.14/1.25	c 1	979 (20%) CSP clauses are encoded (31005 clauses, 573166 bytes)
1.14/1.29	c 2	1468 (30%) CSP clauses are encoded (45132 clauses, 818958 bytes)
1.23/1.32	c 2	1957 (40%) CSP clauses are encoded (59395 clauses, 1067502 bytes)
1.23/1.35	c 2	2446 (50%) CSP clauses are encoded (73312 clauses, 1311146 bytes)
1.23/1.38	c 2	2936 (60%) CSP clauses are encoded (87186 clauses, 1555870 bytes)
1.33/1.41	c 2	3425 (70%) CSP clauses are encoded (100547 clauses, 1798514 bytes)
1.33/1.44	c 2	3914 (80%) CSP clauses are encoded (113956 clauses, 2047790 bytes)
1.33/1.46	c 2	4403 (90%) CSP clauses are encoded (126161 clauses, 2274082 bytes)
1.33/1.48	c 2	4892 (100%) CSP clauses are encoded (135638 clauses, 2447774 bytes)
1.33/1.48	c 2	4892 CSP clauses encoded
1.33/1.48	c 2	Writing map file : HOME/temp.map
1.33/1.48	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.48	c 2	SAT : 6525 SAT variables, 135638 SAT clauses, 2447774 bytes
1.33/1.48	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.51	c 2	SOLVING HOME/temp.cnf
1.41/1.51	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1815.71	sh: line 1: 22770 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1815.71	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1815.71	c 1816	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.08/1815.72	c ERROR INTERRUPTED
1800.08/1815.72	s UNKNOWN
1800.08/1815.72	c 1816	CPU 1800.09 (0.06 0.01 1799.08 0.94)
1800.08/1815.72	c 1816	END Sun Jul 12 06:56:26 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-2081443-1247372770/watcher-2081443-1247372770 -o /tmp/evaluation-result-2081443-1247372770/solver-2081443-1247372770 -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-2081443-1247372770.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.04 2.00 2.00 4/73 22746
/proc/meminfo: memFree=1778192/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=12268 CPUtime=0
/proc/22746/stat : 22746 (sugar) R 22744 22746 21659 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24343390 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22746/statm: 3067 316 241 3 0 167 0

[startup+0.0812619 s]
/proc/loadavg: 2.04 2.00 2.00 4/73 22746
/proc/meminfo: memFree=1778192/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16740 CPUtime=0.06
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24343390 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103521 s]
/proc/loadavg: 2.04 2.00 2.00 4/73 22746
/proc/meminfo: memFree=1778192/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=0.06
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24343390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302537 s]
/proc/loadavg: 2.04 2.00 2.00 4/73 22746
/proc/meminfo: memFree=1778192/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=0.06
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24343390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702577 s]
/proc/loadavg: 2.04 2.00 2.00 4/73 22746
/proc/meminfo: memFree=1778192/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=0.51
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1309 4857 0 1 5 1 42 3 16 0 1 0 24343390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50164 s]
/proc/loadavg: 2.04 2.00 2.00 3/84 22768
/proc/meminfo: memFree=1763192/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=0.52
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1310 4857 0 1 6 1 42 3 15 0 1 0 24343390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1111 409 3 0 796 0
[pid=22759] ppid=22746 vsize=5356 CPUtime=0
/proc/22759/stat : 22759 (sh) S 22746 22746 21659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24343447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22759/statm: 1339 233 193 169 0 50 0
[pid=22760] ppid=22759 vsize=868592 CPUtime=0.89
/proc/22760/stat : 22760 (java) S 22759 22746 21659 0 -1 0 6831 0 1 0 83 6 0 0 18 0 9 0 24343447 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22760/statm: 217148 5974 2591 9 0 211625 0
[pid=22760/tid=22761] ppid=22759 vsize=868592 CPUtime=0.6
/proc/22760/task/22761/stat : 22761 (java) S 22759 22746 21659 0 -1 64 2820 0 1 0 57 3 0 0 20 0 9 0 24343448 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22762] ppid=22759 vsize=868592 CPUtime=0.08
/proc/22760/task/22762/stat : 22762 (java) S 22759 22746 21659 0 -1 64 1810 0 0 0 8 0 0 0 16 0 9 0 24343449 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22763] ppid=22759 vsize=868592 CPUtime=0
/proc/22760/task/22763/stat : 22763 (java) S 22759 22746 21659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24343449 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22764] ppid=22759 vsize=868592 CPUtime=0
/proc/22760/task/22764/stat : 22764 (java) S 22759 22746 21659 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24343449 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22765] ppid=22759 vsize=868592 CPUtime=0
/proc/22760/task/22765/stat : 22765 (java) S 22759 22746 21659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24343451 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22766] ppid=22759 vsize=868592 CPUtime=0.17
/proc/22760/task/22766/stat : 22766 (java) S 22759 22746 21659 0 -1 64 1501 0 0 0 17 0 0 0 16 0 9 0 24343451 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22767] ppid=22759 vsize=868592 CPUtime=0
/proc/22760/task/22767/stat : 22767 (java) S 22759 22746 21659 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24343451 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22760/tid=22768] ppid=22759 vsize=868592 CPUtime=0
/proc/22760/task/22768/stat : 22768 (java) S 22759 22746 21659 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24343451 889438208 5974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890816

[startup+3.10179 s]
/proc/loadavg: 2.04 2.00 2.00 3/76 22770
/proc/meminfo: memFree=1769656/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=5904 CPUtime=1.57
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 1397 0 0 0 90 67 0 0 25 0 1 0 24343542 6045696 1381 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 1476 1381 42 102 0 1371 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 28128

[startup+6.30108 s]
/proc/loadavg: 2.04 2.00 2.00 3/76 22770
/proc/meminfo: memFree=1765880/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=7736 CPUtime=4.73
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 1737 0 0 0 406 67 0 0 25 0 1 0 24343542 7921664 1721 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 1934 1721 42 102 0 1829 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 29960

[startup+12.7017 s]
/proc/loadavg: 2.03 2.00 2.00 3/76 22770
/proc/meminfo: memFree=1763960/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=9128 CPUtime=11.07
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 2122 0 0 0 1040 67 0 0 25 0 1 0 24343542 9347072 2094 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 2282 2094 48 102 0 2177 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 31352

[startup+25.5028 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 22770
/proc/meminfo: memFree=1763448/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=9708 CPUtime=23.75
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 2269 0 0 0 2307 68 0 0 25 0 1 0 24343542 9940992 2207 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 2427 2207 48 102 0 2322 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 31932

[startup+51.1021 s]
/proc/loadavg: 2.02 2.00 2.00 3/76 22770
/proc/meminfo: memFree=1762680/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=10632 CPUtime=49.11
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 2603 0 0 0 4843 68 0 0 25 0 1 0 24343542 10887168 2430 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 2658 2430 48 102 0 2553 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 32856

[startup+102.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22770
/proc/meminfo: memFree=1760952/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=12216 CPUtime=99.84
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 3154 0 0 0 9915 69 0 0 25 0 1 0 24343542 12509184 2852 996147200 134512640 134931368 4294956256 18446744073709551615 134522721 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 3054 2852 48 102 0 2949 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 34440

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22770
/proc/meminfo: memFree=1759928/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=13140 CPUtime=159.27
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 3477 0 0 0 15858 69 0 0 25 0 1 0 24343542 13455360 3078 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 3285 3078 48 102 0 3180 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 35364

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 22770
/proc/meminfo: memFree=1759416/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0

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

[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=19432 CPUtime=1288.64
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 5873 0 0 0 128786 78 0 0 25 0 1 0 24343542 19898368 4658 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 4858 4658 48 102 0 4753 0
Current children cumulated CPU time (s) 1290.09
Current children cumulated vsize (KiB) 41656

[startup+1362.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/77 22771
/proc/meminfo: memFree=1752112/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=20092 CPUtime=1348.07
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6151 0 0 0 134729 78 0 0 25 0 1 0 24343542 20574208 4847 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22770/statm: 5023 4847 48 102 0 4918 0
Current children cumulated CPU time (s) 1349.52
Current children cumulated vsize (KiB) 42316

[startup+1422.31 s]
/proc/loadavg: 2.28 2.11 2.03 3/86 22810
/proc/meminfo: memFree=1302696/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=20092 CPUtime=1407.02
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6151 0 0 0 140623 79 0 0 25 0 1 0 24343542 20574208 4847 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5023 4847 48 102 0 4918 0
Current children cumulated CPU time (s) 1408.47
Current children cumulated vsize (KiB) 42316

[startup+1482.3 s]
/proc/loadavg: 2.38 2.17 2.05 3/86 22812
/proc/meminfo: memFree=1071848/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=20092 CPUtime=1466.76
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6151 0 0 0 146597 79 0 0 25 0 1 0 24343542 20574208 4847 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5023 4847 48 102 0 4918 0
Current children cumulated CPU time (s) 1468.21
Current children cumulated vsize (KiB) 42316

[startup+1542.3 s]
/proc/loadavg: 2.24 2.17 2.06 3/86 22812
/proc/meminfo: memFree=1066472/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=20092 CPUtime=1526.5
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6240 0 0 0 152571 79 0 0 25 0 1 0 24343542 20574208 4847 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5023 4847 48 102 0 4918 0
Current children cumulated CPU time (s) 1527.95
Current children cumulated vsize (KiB) 42316

[startup+1602.3 s]
/proc/loadavg: 2.57 2.26 2.09 4/86 22812
/proc/meminfo: memFree=1038568/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=20092 CPUtime=1586.24
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6240 0 0 0 158545 79 0 0 25 0 1 0 24343542 20574208 4847 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5023 4847 48 102 0 4918 0
Current children cumulated CPU time (s) 1587.69
Current children cumulated vsize (KiB) 42316

[startup+1662.3 s]
/proc/loadavg: 2.62 2.34 2.13 3/87 22813
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=20092 CPUtime=1645.96
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6342 0 0 0 164516 80 0 0 25 0 1 0 24343542 20574208 4856 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5023 4856 48 102 0 4918 0
Current children cumulated CPU time (s) 1647.41
Current children cumulated vsize (KiB) 42316

[startup+1722.3 s]
/proc/loadavg: 2.19 2.27 2.11 4/76 22901
/proc/meminfo: memFree=1752888/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=20092 CPUtime=1705.66
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6342 0 0 0 170485 81 0 0 25 0 1 0 24343542 20574208 4856 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5023 4856 48 102 0 4918 0
Current children cumulated CPU time (s) 1707.11
Current children cumulated vsize (KiB) 42316

[startup+1782.3 s]
/proc/loadavg: 2.07 2.21 2.10 4/76 22901
/proc/meminfo: memFree=1751224/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=21676 CPUtime=1765.39
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6741 0 0 0 176457 82 0 0 25 0 1 0 24343542 22196224 5255 996147200 134512640 134931368 4294956256 18446744073709551615 134522819 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5419 5255 48 102 0 5314 0
Current children cumulated CPU time (s) 1766.84
Current children cumulated vsize (KiB) 43900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 2.04 2.19 2.10 3/76 22901
/proc/meminfo: memFree=1751096/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=21676 CPUtime=1798.63
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6859 0 0 0 179781 82 0 0 25 0 1 0 24343542 22196224 5275 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5419 5275 48 102 0 5314 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 43900

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

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

[startup+1815.7 s]
/proc/loadavg: 2.04 2.19 2.10 3/76 22901
/proc/meminfo: memFree=1751096/2055920 swapFree=4192812/4192956
[pid=22746] ppid=22744 vsize=16868 CPUtime=1.45
/proc/22746/stat : 22746 (sugar) S 22744 22746 21659 0 -1 4194304 1365 11978 0 2 6 1 127 11 16 0 1 0 24343390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22746/statm: 4217 1113 409 3 0 796 0
[pid=22769] ppid=22746 vsize=5356 CPUtime=0
/proc/22769/stat : 22769 (sh) S 22746 22746 21659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24343541 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22769/statm: 1339 232 193 169 0 50 0
[pid=22770] ppid=22769 vsize=21676 CPUtime=1798.63
/proc/22770/stat : 22770 (picosat) R 22769 22746 21659 0 -1 4194304 6859 0 0 0 179781 82 0 0 25 0 1 0 24343542 22196224 5275 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/22770/statm: 5419 5275 48 102 0 5314 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 43900

Child status: 0
Real time (s): 1815.72
CPU time (s): 1800.11
CPU user time (s): 1799.14
CPU system time (s): 0.961853
CPU usage (%): 99.1399
Max. virtual memory (cumulated for all children) (KiB): 890816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 0.961853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20984
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= 2184
involuntary context switches= 42088

runsolver used 2.02869 second user time and 6.07907 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-12 06:26:10
IDJOB=2081443
IDBENCH=57398
IDSOLVER=738
FILE ID=node25/2081443-1247372770
PBS_JOBID= 9507143
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-7.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-2081443-1247372770/watcher-2081443-1247372770 -o /tmp/evaluation-result-2081443-1247372770/solver-2081443-1247372770 -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-2081443-1247372770.xml

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

MD5SUM BENCH= 10d8cce48e24d9d5d1e136c73b47f566
RANDOM SEED=2138279383

node25.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.231
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.231
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:       1778672 kB
Buffers:         36400 kB
Cached:         159304 kB
SwapCached:          0 kB
Active:         143708 kB
Inactive:        73564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          32256 kB
Slab:            45240 kB
Committed_AS:   230480 kB
PageTables:       1844 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= 66316 MiB
End job on node25 at 2009-07-12 06:56:28