Trace number 2065702

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.07 1801.94

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-2.xml
MD5SUM8376fcfcac18b60a71faf845a033c81e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.78288
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size854
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sat Jul 11 21:00:01 2009
0.04/0.08	c 0	PID 14910
0.04/0.08	c 0	HOST node41.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2065702-1247338801.xml TO HOME/temp.csp
0.04/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-2065702-1247338801.xml' 'HOME/temp.csp'
0.07/0.65	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	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.62/0.73	c 1	Parsing HOME/temp.csp
0.62/0.98	c 1	parsed 3601 expressions
0.62/0.98	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.98	c 1	Converting to clausal form CSP
0.94/1.01	c 1	converted 361 (10%) expressions
1.04/1.11	c 1	converted 721 (20%) expressions
1.14/1.22	c 1	converted 1081 (30%) expressions
1.14/1.25	c 1	converted 1441 (40%) expressions
1.14/1.26	c 1	converted 1801 (50%) expressions
1.14/1.28	c 1	converted 2161 (60%) expressions
1.14/1.29	c 1	converted 2521 (70%) expressions
1.23/1.30	c 1	converted 2881 (80%) expressions
1.23/1.32	c 1	converted 3241 (90%) expressions
1.23/1.33	c 1	converted 3601 (100%) expressions
1.23/1.33	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 854
1.23/1.33	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.33	c 1	Propagation in CSP
1.23/1.35	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.35	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 854
1.23/1.35	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.34/1.45	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 854
1.34/1.45	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.49	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.53	c 1	23 (10%) CSP integer variables are encoded (18409 clauses, 254017 bytes)
1.43/1.55	c 1	45 (20%) CSP integer variables are encoded (36038 clauses, 518452 bytes)
1.43/1.58	c 1	68 (30%) CSP integer variables are encoded (54433 clauses, 794377 bytes)
1.53/1.60	c 1	90 (40%) CSP integer variables are encoded (72013 clauses, 1058077 bytes)
1.53/1.62	c 1	113 (50%) CSP integer variables are encoded (90567 clauses, 1336387 bytes)
1.53/1.65	c 2	135 (60%) CSP integer variables are encoded (108192 clauses, 1617397 bytes)
1.53/1.67	c 2	158 (70%) CSP integer variables are encoded (126798 clauses, 1933699 bytes)
1.53/1.69	c 2	180 (80%) CSP integer variables are encoded (144569 clauses, 2235806 bytes)
1.63/1.72	c 2	203 (90%) CSP integer variables are encoded (163285 clauses, 2553978 bytes)
1.63/1.74	c 2	225 (100%) CSP integer variables are encoded (181158 clauses, 2857819 bytes)
2.53/2.69	c 3	945 (10%) CSP clauses are encoded (652185 clauses, 13252970 bytes)
3.52/3.63	c 3	1890 (20%) CSP clauses are encoded (1137164 clauses, 24551741 bytes)
4.40/4.57	c 4	2835 (30%) CSP clauses are encoded (1606639 clauses, 35505115 bytes)
5.38/5.52	c 5	3780 (40%) CSP clauses are encoded (2083196 clauses, 46633953 bytes)
6.28/6.45	c 6	4725 (50%) CSP clauses are encoded (2557191 clauses, 57709835 bytes)
7.17/7.39	c 7	5670 (60%) CSP clauses are encoded (3037620 clauses, 68981813 bytes)
8.17/8.34	c 8	6615 (70%) CSP clauses are encoded (3518865 clauses, 80372962 bytes)
9.17/9.30	c 9	7560 (80%) CSP clauses are encoded (3999078 clauses, 92366002 bytes)
10.03/10.30	c 10	8505 (90%) CSP clauses are encoded (4486247 clauses, 104532942 bytes)
11.02/11.28	c 11	9450 (100%) CSP clauses are encoded (4974156 clauses, 116718382 bytes)
11.02/11.28	c 11	9450 CSP clauses encoded
11.02/11.28	c 11	Writing map file : HOME/temp.map
11.02/11.28	c 11	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.02/11.28	c 11	SAT : 187683 SAT variables, 4974156 SAT clauses, 116718382 bytes
11.02/11.28	c 11	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.11/11.30	c 11	SOLVING HOME/temp.cnf
11.11/11.30	c 11	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1801.91	c ERROR INTERRUPTED
1800.07/1801.94	s UNKNOWN
1800.07/1801.94	c 1802	CPU 11.14 (0.05 0.02 10.07 1)
1800.07/1801.94	c 1802	END Sat Jul 11 21:30:03 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-2065702-1247338801/watcher-2065702-1247338801 -o /tmp/evaluation-result-2065702-1247338801/solver-2065702-1247338801 -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-2065702-1247338801.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.18 2.14 2.05 4/82 14910
/proc/meminfo: memFree=1499664/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=18576 CPUtime=0
/proc/14910/stat : 14910 (runsolver) R 14908 14910 14335 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20571786 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14910/statm: 4644 284 249 26 0 2626 0

[startup+0.0645001 s]
/proc/loadavg: 2.18 2.14 2.05 4/82 14910
/proc/meminfo: memFree=1499664/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16212 CPUtime=0.04
/proc/14910/stat : 14910 (sugar) R 14908 14910 14335 0 -1 4194304 952 0 0 0 3 1 0 0 18 0 1 0 20571786 16601088 920 996147200 4194304 4206940 548682068608 18446744073709551615 209155993089 0 0 4224 0 0 0 0 17 1 0 0
/proc/14910/statm: 4053 920 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.1015 s]
/proc/loadavg: 2.18 2.14 2.05 4/82 14910
/proc/meminfo: memFree=1499664/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=0.07
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20571786 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301511 s]
/proc/loadavg: 2.18 2.14 2.05 4/82 14910
/proc/meminfo: memFree=1499664/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=0.07
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20571786 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701555 s]
/proc/loadavg: 2.18 2.14 2.05 4/82 14910
/proc/meminfo: memFree=1499664/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=0.62
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1292 6822 0 1 5 2 53 2 17 0 1 0 20571786 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14910/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 2.18 2.14 2.05 3/93 14932
/proc/meminfo: memFree=1489328/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=0.62
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1310 6822 0 1 5 2 53 2 15 0 1 0 20571786 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1111 409 3 0 796 0
[pid=14923] ppid=14910 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14910 14910 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20571852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 233 193 169 0 50 0
[pid=14924] ppid=14923 vsize=868716 CPUtime=0.81
/proc/14924/stat : 14924 (java) S 14923 14910 14335 0 -1 0 7582 0 1 0 77 4 0 0 18 0 9 0 20571853 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14924/statm: 217179 6814 2587 9 0 211656 0
[pid=14924/tid=14925] ppid=14923 vsize=868716 CPUtime=0.48
/proc/14924/task/14925/stat : 14925 (java) R 14923 14910 14335 0 -1 64 2733 0 1 0 47 1 0 0 20 0 9 0 20571854 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4126103120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14926] ppid=14923 vsize=868716 CPUtime=0.13
/proc/14924/task/14926/stat : 14926 (java) S 14923 14910 14335 0 -1 64 2674 0 0 0 13 0 0 0 16 0 9 0 20571855 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14927] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14927/stat : 14927 (java) S 14923 14910 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20571855 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14928] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14928/stat : 14928 (java) S 14923 14910 14335 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20571855 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14929] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14929/stat : 14929 (java) S 14923 14910 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20571857 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14930] ppid=14923 vsize=868716 CPUtime=0.16
/proc/14924/task/14930/stat : 14930 (java) S 14923 14910 14335 0 -1 64 1477 0 0 0 16 0 0 0 16 0 9 0 20571857 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14931] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14931/stat : 14931 (java) S 14923 14910 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20571857 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14932] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14932/stat : 14932 (java) S 14923 14910 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20571857 889565184 6814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890940

[startup+3.10277 s]
/proc/loadavg: 2.24 2.16 2.05 3/93 14932
/proc/meminfo: memFree=1472368/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=0.62
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1310 6822 0 1 5 2 53 2 16 0 1 0 20571786 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1111 409 3 0 796 0
[pid=14923] ppid=14910 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14910 14910 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20571852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 233 193 169 0 50 0
[pid=14924] ppid=14923 vsize=868716 CPUtime=2.41
/proc/14924/stat : 14924 (java) S 14923 14910 14335 0 -1 0 8087 0 1 0 222 19 0 0 18 0 9 0 20571853 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14924/statm: 217179 6837 2590 9 0 211656 0
[pid=14924/tid=14925] ppid=14923 vsize=868716 CPUtime=1.9
/proc/14924/task/14925/stat : 14925 (java) R 14923 14910 14335 0 -1 64 3218 0 1 0 177 13 0 0 25 0 9 0 20571854 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4126529591 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14926] ppid=14923 vsize=868716 CPUtime=0.26
/proc/14924/task/14926/stat : 14926 (java) S 14923 14910 14335 0 -1 64 2674 0 0 0 23 3 0 0 16 0 9 0 20571855 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14927] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14927/stat : 14927 (java) S 14923 14910 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20571855 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14928] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14928/stat : 14928 (java) S 14923 14910 14335 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20571855 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14929] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14929/stat : 14929 (java) S 14923 14910 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20571857 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14930] ppid=14923 vsize=868716 CPUtime=0.2
/proc/14924/task/14930/stat : 14930 (java) S 14923 14910 14335 0 -1 64 1497 0 0 0 20 0 0 0 16 0 9 0 20571857 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14931] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14931/stat : 14931 (java) S 14923 14910 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20571857 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14932] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14932/stat : 14932 (java) S 14923 14910 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20571857 889565184 6837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890940

[startup+6.30105 s]
/proc/loadavg: 2.24 2.16 2.05 3/93 14932
/proc/meminfo: memFree=1432560/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=0.62
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1310 6822 0 1 5 2 53 2 16 0 1 0 20571786 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1111 409 3 0 796 0
[pid=14923] ppid=14910 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14910 14910 14335 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20571852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 233 193 169 0 50 0
[pid=14924] ppid=14923 vsize=868716 CPUtime=5.56
/proc/14924/stat : 14924 (java) S 14923 14910 14335 0 -1 0 9068 0 1 0 509 47 0 0 18 0 9 0 20571853 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14924/statm: 217179 6840 2590 9 0 211656 0
[pid=14924/tid=14925] ppid=14923 vsize=868716 CPUtime=4.8
/proc/14924/task/14925/stat : 14925 (java) R 14923 14910 14335 0 -1 64 4197 0 1 0 444 36 0 0 25 0 9 0 20571854 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4126894828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14926] ppid=14923 vsize=868716 CPUtime=0.52
/proc/14924/task/14926/stat : 14926 (java) S 14923 14910 14335 0 -1 64 2674 0 0 0 43 9 0 0 16 0 9 0 20571855 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14927] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14927/stat : 14927 (java) S 14923 14910 14335 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20571855 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14928] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14928/stat : 14928 (java) S 14923 14910 14335 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20571855 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14929] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14929/stat : 14929 (java) S 14923 14910 14335 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20571857 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14930] ppid=14923 vsize=868716 CPUtime=0.2
/proc/14924/task/14930/stat : 14930 (java) S 14923 14910 14335 0 -1 64 1499 0 0 0 20 0 0 0 17 0 9 0 20571857 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14931] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14931/stat : 14931 (java) S 14923 14910 14335 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20571857 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14924/tid=14932] ppid=14923 vsize=868716 CPUtime=0
/proc/14924/task/14932/stat : 14932 (java) S 14923 14910 14335 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20571857 889565184 6840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890940

[startup+12.7026 s]
/proc/loadavg: 2.28 2.17 2.06 3/85 14934
/proc/meminfo: memFree=1371184/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=22612 CPUtime=1.38
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 4365 0 0 0 64 74 0 0 25 0 1 0 20572917 23154688 4351 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14934/statm: 5653 4351 40 102 0 5548 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 44836

[startup+25.5017 s]
/proc/loadavg: 2.24 2.16 2.06 3/85 14934
/proc/meminfo: memFree=1313904/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=74896 CPUtime=14.1
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 16810 0 0 0 647 763 0 0 25 0 1 0 20572917 76693504 16796 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14934/statm: 18724 16796 40 102 0 18619 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 97120

[startup+51.102 s]
/proc/loadavg: 2.16 2.15 2.05 3/85 14934
/proc/meminfo: memFree=1214832/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=187252 CPUtime=39.49
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 41562 0 0 0 1824 2125 0 0 25 0 1 0 20572917 191746048 41548 996147200 134512640 134931368 4294956256 18446744073709551615 134560008 0 0 4096 0 0 0 0 17 1 0 0
/proc/14934/statm: 46813 41548 40 102 0 46708 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 209476

[startup+102.307 s]
/proc/loadavg: 2.06 2.12 2.05 3/85 14940
/proc/meminfo: memFree=1178728/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=872888/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=220796 CPUtime=1349.51
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 50888 0 0 0 132530 2421 0 0 25 0 1 0 20572917 226095104 49972 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55199 49972 48 102 0 55094 0
Current children cumulated CPU time (s) 1360.65
Current children cumulated vsize (KiB) 243020

[startup+1422.31 s]
/proc/loadavg: 2.07 2.04 2.00 3/77 15088
/proc/meminfo: memFree=872248/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221456 CPUtime=1409.49
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51212 0 0 0 138528 2421 0 0 25 0 1 0 20572917 226770944 50140 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55364 50140 48 102 0 55259 0
Current children cumulated CPU time (s) 1420.63
Current children cumulated vsize (KiB) 243680

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/77 15088
/proc/meminfo: memFree=872248/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221456 CPUtime=1469.45
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51212 0 0 0 144524 2421 0 0 25 0 1 0 20572917 226770944 50140 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55364 50140 48 102 0 55259 0
Current children cumulated CPU time (s) 1480.59
Current children cumulated vsize (KiB) 243680

[startup+1542.3 s]
/proc/loadavg: 2.20 2.08 2.01 3/77 15088
/proc/meminfo: memFree=872248/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221456 CPUtime=1529.43
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51212 0 0 0 150522 2421 0 0 25 0 1 0 20572917 226770944 50140 996147200 134512640 134931368 4294956256 18446744073709551615 134523093 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55364 50140 48 102 0 55259 0
Current children cumulated CPU time (s) 1540.57
Current children cumulated vsize (KiB) 243680

[startup+1602.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/77 15088
/proc/meminfo: memFree=871800/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221456 CPUtime=1589.41
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51214 0 0 0 156520 2421 0 0 25 0 1 0 20572917 226770944 50142 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55364 50142 48 102 0 55259 0
Current children cumulated CPU time (s) 1600.55
Current children cumulated vsize (KiB) 243680

[startup+1662.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/77 15088
/proc/meminfo: memFree=871096/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221984 CPUtime=1649.39
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51529 0 0 0 162517 2422 0 0 25 0 1 0 20572917 227311616 50295 996147200 134512640 134931368 4294956256 18446744073709551615 134525612 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55496 50295 48 102 0 55391 0
Current children cumulated CPU time (s) 1660.53
Current children cumulated vsize (KiB) 244208

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/77 15088
/proc/meminfo: memFree=871096/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221984 CPUtime=1709.36
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51529 0 0 0 168514 2422 0 0 25 0 1 0 20572917 227311616 50295 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55496 50295 48 102 0 55391 0
Current children cumulated CPU time (s) 1720.5
Current children cumulated vsize (KiB) 244208

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/77 15088
/proc/meminfo: memFree=871096/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221984 CPUtime=1769.34
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51529 0 0 0 174512 2422 0 0 25 0 1 0 20572917 227311616 50295 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55496 50295 48 102 0 55391 0
Current children cumulated CPU time (s) 1780.48
Current children cumulated vsize (KiB) 244208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 15088
/proc/meminfo: memFree=871096/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221984 CPUtime=1788.93
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51529 0 0 0 176471 2422 0 0 25 0 1 0 20572917 227311616 50295 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55496 50295 48 102 0 55391 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 244208

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

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

[startup+1801.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 15088
/proc/meminfo: memFree=871096/2055920 swapFree=4192956/4192956
[pid=14910] ppid=14908 vsize=16868 CPUtime=11.14
/proc/14910/stat : 14910 (sugar) S 14908 14910 14335 0 -1 4194304 1365 17752 0 2 5 2 1007 100 16 0 1 0 20571786 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14910/statm: 4217 1113 409 3 0 796 0
[pid=14933] ppid=14910 vsize=5356 CPUtime=0
/proc/14933/stat : 14933 (sh) S 14910 14910 14335 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20572917 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14933/statm: 1339 232 193 169 0 50 0
[pid=14934] ppid=14933 vsize=221984 CPUtime=1788.93
/proc/14934/stat : 14934 (picosat) R 14933 14910 14335 0 -1 4194304 51529 0 0 0 176471 2422 0 0 25 0 1 0 20572917 227311616 50295 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14934/statm: 55496 50295 48 102 0 55391 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 244208

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14910 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=128460
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=34842
# CPU time returned by wait4() is 11.1633
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.94
CPU time (s): 1800.07
CPU user time (s): 1774.83
CPU system time (s): 25.24
CPU usage (%): 99.8962
Max. virtual memory (cumulated for all children) (KiB): 890940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1285
system time used= 1.03484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19511
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= 29031
involuntary context switches= 28812

runsolver used 2.26465 second user time and 5.9421 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-11 21:00:01
IDJOB=2065702
IDBENCH=54402
IDSOLVER=738
FILE ID=node41/2065702-1247338801
PBS_JOBID= 9506637
Free space on /tmp= 65876 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-2.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-2065702-1247338801/watcher-2065702-1247338801 -o /tmp/evaluation-result-2065702-1247338801/solver-2065702-1247338801 -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-2065702-1247338801.xml

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

MD5SUM BENCH= 8376fcfcac18b60a71faf845a033c81e
RANDOM SEED=1079050036

node41.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.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
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:       1500272 kB
Buffers:         52328 kB
Cached:         406808 kB
SwapCached:          0 kB
Active:          72360 kB
Inactive:       432816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1500272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:          66468 kB
Slab:            35644 kB
Committed_AS:   217744 kB
PageTables:       1840 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= 65756 MiB
End job on node41 at 2009-07-11 21:30:05