Trace number 2086932

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.1 1806.42

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-16.xml
MD5SUMfd33636e90e1af45a8ce1a4c6ef68b7c
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 benchmark156.906
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints2064
Maximum constraint arity2
Maximum domain size64
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2064
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 09:45:31 2009
0.00/0.08	c 0	PID 23832
0.00/0.08	c 0	HOST node2.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086932-1247384730.xml TO HOME/temp.csp
0.00/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-2086932-1247384730.xml' 'HOME/temp.csp'
0.07/0.77	c 0	1 domains, 64 variables, 2 predicates, 0 relations, 2064 constraints
0.07/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.78	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.86	c 0	Parsing HOME/temp.csp
0.70/0.94	c 0	parsed 2131 expressions
0.70/0.95	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.70/0.95	c 0	Converting to clausal form CSP
0.70/1.03	c 1	converted 214 (10%) expressions
1.01/1.15	c 1	converted 427 (20%) expressions
1.01/1.18	c 1	converted 640 (30%) expressions
1.10/1.21	c 1	converted 853 (40%) expressions
1.10/1.22	c 1	converted 1066 (50%) expressions
1.10/1.22	c 1	converted 1279 (60%) expressions
1.10/1.23	c 1	converted 1492 (70%) expressions
1.10/1.24	c 1	converted 1705 (80%) expressions
1.10/1.25	c 1	converted 1918 (90%) expressions
1.10/1.26	c 1	converted 2131 (100%) expressions
1.10/1.26	c 1	CSP : 64 integers, 0 booleans, 2112 clauses, largest domain size 62
1.10/1.26	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.26	c 1	Propagation in CSP
1.10/1.29	c 1	456 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.29	c 1	CSP : 64 integers, 0 booleans, 2112 clauses, largest domain size 58
1.10/1.29	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.29	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.33	c 1	CSP : 64 integers, 4032 booleans, 6144 clauses, largest domain size 58
1.20/1.33	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.39	c 1	7 (10%) CSP integer variables are encoded (329 clauses, 3471 bytes)
1.20/1.39	c 1	13 (20%) CSP integer variables are encoded (494 clauses, 5286 bytes)
1.20/1.40	c 1	20 (30%) CSP integer variables are encoded (742 clauses, 8014 bytes)
1.29/1.40	c 1	26 (40%) CSP integer variables are encoded (961 clauses, 10423 bytes)
1.29/1.40	c 1	32 (50%) CSP integer variables are encoded (1072 clauses, 11843 bytes)
1.29/1.40	c 1	39 (60%) CSP integer variables are encoded (1401 clauses, 16120 bytes)
1.29/1.40	c 1	45 (70%) CSP integer variables are encoded (1566 clauses, 18265 bytes)
1.29/1.40	c 1	52 (80%) CSP integer variables are encoded (1814 clauses, 21489 bytes)
1.29/1.40	c 1	58 (90%) CSP integer variables are encoded (2033 clauses, 24336 bytes)
1.29/1.40	c 1	64 (100%) CSP integer variables are encoded (2144 clauses, 25779 bytes)
1.29/1.46	c 1	615 (10%) CSP clauses are encoded (15729 clauses, 249517 bytes)
1.29/1.49	c 1	1229 (20%) CSP clauses are encoded (26411 clauses, 432406 bytes)
1.40/1.52	c 1	1844 (30%) CSP clauses are encoded (33654 clauses, 554467 bytes)
1.40/1.54	c 1	2458 (40%) CSP clauses are encoded (37128 clauses, 611338 bytes)
1.40/1.56	c 1	3072 (50%) CSP clauses are encoded (46204 clauses, 767146 bytes)
1.40/1.58	c 1	3687 (60%) CSP clauses are encoded (57688 clauses, 966485 bytes)
1.49/1.60	c 1	4301 (70%) CSP clauses are encoded (65144 clauses, 1098509 bytes)
1.49/1.62	c 1	4916 (80%) CSP clauses are encoded (73798 clauses, 1256812 bytes)
1.49/1.64	c 1	5530 (90%) CSP clauses are encoded (84422 clauses, 1451466 bytes)
1.49/1.66	c 1	6144 (100%) CSP clauses are encoded (93427 clauses, 1617131 bytes)
1.49/1.66	c 1	6144 CSP clauses encoded
1.49/1.66	c 1	Writing map file : HOME/temp.map
1.49/1.67	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.67	c 1	SAT : 6240 SAT variables, 93427 SAT clauses, 1617131 bytes
1.49/1.67	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.67	c 1	SOLVING HOME/temp.cnf
1.49/1.67	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1806.40	sh: line 1: 23856 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.06/1806.41	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1806.41	c 1806	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/1806.42	c ERROR INTERRUPTED
1800.06/1806.42	s UNKNOWN
1800.06/1806.42	c 1806	CPU 1800.08 (0.07 0.01 1799.23 0.77)
1800.06/1806.42	c 1806	END Sun Jul 12 10:15:37 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-2086932-1247384730/watcher-2086932-1247384730 -o /tmp/evaluation-result-2086932-1247384730/solver-2086932-1247384730 -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-2086932-1247384730.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.44 2.15 2.04 4/83 23832
/proc/meminfo: memFree=1231160/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=12268 CPUtime=0
/proc/23832/stat : 23832 (sugar) R 23830 23832 22727 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 25540722 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23832/statm: 3067 316 241 3 0 167 0

[startup+0.11033 s]
/proc/loadavg: 2.44 2.15 2.04 4/83 23832
/proc/meminfo: memFree=1231160/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=0.07
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25540722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202353 s]
/proc/loadavg: 2.44 2.15 2.04 4/83 23832
/proc/meminfo: memFree=1231160/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=0.07
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25540722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302364 s]
/proc/loadavg: 2.44 2.15 2.04 4/83 23832
/proc/meminfo: memFree=1231160/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=0.07
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25540722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702444 s]
/proc/loadavg: 2.44 2.15 2.04 4/83 23832
/proc/meminfo: memFree=1231160/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=0.07
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 25540722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50159 s]
/proc/loadavg: 2.44 2.15 2.04 4/94 23854
/proc/meminfo: memFree=1219872/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=0.71
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1310 5193 0 1 7 1 59 4 15 0 1 0 25540722 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1111 409 3 0 796 0
[pid=23845] ppid=23832 vsize=5356 CPUtime=0
/proc/23845/stat : 23845 (sh) S 23832 23832 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25540800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23845/statm: 1339 233 193 169 0 50 0
[pid=23846] ppid=23845 vsize=868584 CPUtime=0.69
/proc/23846/stat : 23846 (java) S 23845 23832 22727 0 -1 0 6847 0 1 0 64 5 0 0 18 0 9 0 25540801 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23846/statm: 217146 6062 2589 9 0 211623 0
[pid=23846/tid=23847] ppid=23845 vsize=868584 CPUtime=0.38
/proc/23846/task/23847/stat : 23847 (java) R 23845 23832 22727 0 -1 64 2739 0 1 0 37 1 0 0 18 0 9 0 25540802 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4126095885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23846/tid=23848] ppid=23845 vsize=868584 CPUtime=0.07
/proc/23846/task/23848/stat : 23848 (java) S 23845 23832 22727 0 -1 64 1915 0 0 0 7 0 0 0 16 0 9 0 25540803 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23846/tid=23849] ppid=23845 vsize=868584 CPUtime=0
/proc/23846/task/23849/stat : 23849 (java) S 23845 23832 22727 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25540803 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23846/tid=23850] ppid=23845 vsize=868584 CPUtime=0
/proc/23846/task/23850/stat : 23850 (java) S 23845 23832 22727 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25540803 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23846/tid=23851] ppid=23845 vsize=868584 CPUtime=0
/proc/23846/task/23851/stat : 23851 (java) S 23845 23832 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25540805 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23846/tid=23852] ppid=23845 vsize=868584 CPUtime=0.2
/proc/23846/task/23852/stat : 23852 (java) S 23845 23832 22727 0 -1 64 1495 0 0 0 19 1 0 0 16 0 9 0 25540805 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23846/tid=23853] ppid=23845 vsize=868584 CPUtime=0
/proc/23846/task/23853/stat : 23853 (java) S 23845 23832 22727 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25540805 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23846/tid=23854] ppid=23845 vsize=868584 CPUtime=0
/proc/23846/task/23854/stat : 23854 (java) S 23845 23832 22727 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25540805 889430016 6062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890808

[startup+3.10188 s]
/proc/loadavg: 2.44 2.15 2.04 4/86 23856
/proc/meminfo: memFree=1223712/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=4496 CPUtime=1.4
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 976 0 0 0 95 45 0 0 25 0 1 0 25540890 4603904 962 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23856/statm: 1124 962 42 102 0 1019 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26720

[startup+6.30147 s]
/proc/loadavg: 2.48 2.16 2.05 4/86 23856
/proc/meminfo: memFree=1222048/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=4628 CPUtime=4.57
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 1031 0 0 0 412 45 0 0 25 0 1 0 25540890 4739072 1017 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/23856/statm: 1157 1017 42 102 0 1052 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 26852

[startup+12.7016 s]
/proc/loadavg: 2.52 2.18 2.05 4/86 23856
/proc/meminfo: memFree=1221472/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=5024 CPUtime=10.9
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 1132 0 0 0 1045 45 0 0 25 0 1 0 25540890 5144576 1118 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23856/statm: 1256 1118 42 102 0 1151 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 27248

[startup+25.503 s]
/proc/loadavg: 2.63 2.22 2.07 4/86 23856
/proc/meminfo: memFree=1220768/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=5816 CPUtime=23.58
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 1322 0 0 0 2313 45 0 0 25 0 1 0 25540890 5955584 1308 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/23856/statm: 1454 1308 42 102 0 1349 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 28040

[startup+51.1027 s]
/proc/loadavg: 2.75 2.28 2.09 4/86 23856
/proc/meminfo: memFree=1220320/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=6152 CPUtime=48.93
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 1427 0 0 0 4848 45 0 0 25 0 1 0 25540890 6299648 1407 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/23856/statm: 1538 1407 48 102 0 1433 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 28376

[startup+102.302 s]
/proc/loadavg: 2.36 2.25 2.09 3/86 23856
/proc/meminfo: memFree=1219872/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=6404 CPUtime=99.65
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 1508 0 0 0 9919 46 0 0 25 0 1 0 25540890 6557696 1488 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/23856/statm: 1601 1488 48 102 0 1496 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 28628

[startup+162.303 s]
/proc/loadavg: 2.16 2.21 2.09 3/86 23856
/proc/meminfo: memFree=1219360/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=6792 CPUtime=159.07
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 1612 0 0 0 15861 46 0 0 25 0 1 0 25540890 6955008 1592 996147200 134512640 134931368 4294956256 18446744073709551615 134525811 0 0 4096 0 0 0 0 17 1 0 0
/proc/23856/statm: 1698 1592 48 102 0 1593 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 29016

[startup+222.307 s]
/proc/loadavg: 2.11 2.19 2.09 3/86 23856
/proc/meminfo: memFree=1219168/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0

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

[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=10844 CPUtime=1294.63
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3353 0 0 0 129405 58 0 0 25 0 1 0 25540890 11104256 2453 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2711 2453 48 102 0 2606 0
Current children cumulated CPU time (s) 1296.21
Current children cumulated vsize (KiB) 33068

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23957
/proc/meminfo: memFree=1688424/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=10976 CPUtime=1354.61
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3431 0 0 0 135402 59 0 0 25 0 1 0 25540890 11239424 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2744 2463 48 102 0 2639 0
Current children cumulated CPU time (s) 1356.19
Current children cumulated vsize (KiB) 33200

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23957
/proc/meminfo: memFree=1688424/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=10976 CPUtime=1414.58
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3431 0 0 0 141399 59 0 0 25 0 1 0 25540890 11239424 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2744 2463 48 102 0 2639 0
Current children cumulated CPU time (s) 1416.16
Current children cumulated vsize (KiB) 33200

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23957
/proc/meminfo: memFree=1688296/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=10976 CPUtime=1474.54
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3531 0 0 0 147395 59 0 0 25 0 1 0 25540890 11239424 2491 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2744 2491 48 102 0 2639 0
Current children cumulated CPU time (s) 1476.12
Current children cumulated vsize (KiB) 33200

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23957
/proc/meminfo: memFree=1688232/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=11108 CPUtime=1534.52
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3625 0 0 0 153393 59 0 0 25 0 1 0 25540890 11374592 2513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2777 2513 48 102 0 2672 0
Current children cumulated CPU time (s) 1536.1
Current children cumulated vsize (KiB) 33332

[startup+1602.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 23985
/proc/meminfo: memFree=1862392/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=11108 CPUtime=1594.48
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3625 0 0 0 159388 60 0 0 25 0 1 0 25540890 11374592 2513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2777 2513 48 102 0 2672 0
Current children cumulated CPU time (s) 1596.06
Current children cumulated vsize (KiB) 33332

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1666360/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=11504 CPUtime=1654.44
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3801 0 0 0 165380 64 0 0 25 0 1 0 25540890 11780096 2614 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2876 2614 48 102 0 2771 0
Current children cumulated CPU time (s) 1656.02
Current children cumulated vsize (KiB) 33728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1658232/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=11504 CPUtime=1714.42
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3801 0 0 0 171378 64 0 0 25 0 1 0 25540890 11780096 2614 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2876 2614 48 102 0 2771 0
Current children cumulated CPU time (s) 1716
Current children cumulated vsize (KiB) 33728

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1654456/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=11636 CPUtime=1774.39
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3930 0 0 0 177374 65 0 0 25 0 1 0 25540890 11915264 2668 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2909 2668 48 102 0 2804 0
Current children cumulated CPU time (s) 1775.97
Current children cumulated vsize (KiB) 33860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1649848/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=11636 CPUtime=1798.48
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3930 0 0 0 179783 65 0 0 25 0 1 0 25540890 11915264 2668 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2909 2668 48 102 0 2804 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 33860

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

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

[startup+1806.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24229
/proc/meminfo: memFree=1649848/2055920 swapFree=4192812/4192956
[pid=23832] ppid=23830 vsize=16868 CPUtime=1.58
/proc/23832/stat : 23832 (sugar) S 23830 23832 22727 0 -1 4194304 1365 12384 0 2 7 1 139 11 16 0 1 0 25540722 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23832/statm: 4217 1113 409 3 0 796 0
[pid=23855] ppid=23832 vsize=5356 CPUtime=0
/proc/23855/stat : 23855 (sh) S 23832 23832 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25540890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23855/statm: 1339 232 193 169 0 50 0
[pid=23856] ppid=23855 vsize=11636 CPUtime=1798.48
/proc/23856/stat : 23856 (picosat) R 23855 23832 22727 0 -1 4194304 3930 0 0 0 179783 65 0 0 25 0 1 0 25540890 11915264 2668 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23856/statm: 2909 2668 48 102 0 2804 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 33860

Child status: 0
Real time (s): 1806.42
CPU time (s): 1800.1
CPU user time (s): 1799.31
CPU system time (s): 0.793879
CPU usage (%): 99.65
Max. virtual memory (cumulated for all children) (KiB): 890808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.793879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18512
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= 2077
involuntary context switches= 30300

runsolver used 2.16367 second user time and 6.06708 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 09:45:30
IDJOB=2086932
IDBENCH=58660
IDSOLVER=738
FILE ID=node2/2086932-1247384730
PBS_JOBID= 9507183
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-16.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-2086932-1247384730/watcher-2086932-1247384730 -o /tmp/evaluation-result-2086932-1247384730/solver-2086932-1247384730 -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-2086932-1247384730.xml

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

MD5SUM BENCH= fd33636e90e1af45a8ce1a4c6ef68b7c
RANDOM SEED=478556249

node2.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.265
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.265
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:       1231640 kB
Buffers:          9336 kB
Cached:          65872 kB
SwapCached:          0 kB
Active:         754512 kB
Inactive:        22084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1231640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:         717076 kB
Slab:            31608 kB
Committed_AS:   882196 kB
PageTables:       3224 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= 66332 MiB
End job on node2 at 2009-07-12 10:15:39