Trace number 2087339

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.09 1813.53

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-8-4-8.xml
MD5SUM6e0e22cb5b6f421be44b72042836849b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6016
Number of constraints32560
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32560
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 10:08:29 2009
0.00/0.08	c 0	PID 28616
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087339-1247386109.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-2087339-1247386109.xml' 'HOME/temp.csp'
2.32/2.43	c 3	1 domains, 6016 variables, 4 predicates, 0 relations, 32560 constraints
2.32/2.44	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.32/2.44	c 3	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'
2.37/2.53	c 3	Parsing HOME/temp.csp
2.37/2.68	c 3	parsed 10000 expressions
2.37/2.82	c 3	parsed 20000 expressions
2.37/2.99	c 3	parsed 30000 expressions
2.37/3.08	c 3	parsed 38581 expressions
2.37/3.09	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.37/3.09	c 3	Converting to clausal form CSP
2.37/3.15	c 3	converted 3859 (10%) expressions
3.39/3.52	c 4	converted 7717 (20%) expressions
3.49/3.65	c 4	converted 11575 (30%) expressions
3.58/3.79	c 4	converted 15433 (40%) expressions
3.79/3.92	c 4	converted 19291 (50%) expressions
3.89/4.05	c 4	converted 23149 (60%) expressions
3.99/4.18	c 4	converted 27007 (70%) expressions
4.29/4.48	c 5	converted 30865 (80%) expressions
4.48/4.62	c 5	converted 34723 (90%) expressions
4.97/5.12	c 5	converted 38581 (100%) expressions
4.97/5.12	c 5	CSP : 6912 integers, 0 booleans, 34672 clauses, largest domain size 12
4.97/5.12	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.97/5.12	c 5	Propagation in CSP
5.46/5.64	c 6	384 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.46/5.64	c 6	CSP : 6912 integers, 0 booleans, 34672 clauses, largest domain size 12
5.46/5.64	c 6	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.46/5.66	c 6	Simplifing CSP by introducing new Boolean variables
5.46/5.68	c 6	CSP : 6912 integers, 0 booleans, 34672 clauses, largest domain size 12
5.46/5.68	c 6	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.65/5.82	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.65/5.85	c 6	692 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.65/5.86	c 6	1383 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.65/5.87	c 6	2074 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.65/5.87	c 6	2765 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.65/5.88	c 6	3456 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.65/5.88	c 6	4148 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.65/5.88	c 6	4839 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.65/5.88	c 6	5530 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.65/5.89	c 6	6221 (90%) CSP integer variables are encoded (982 clauses, 12830 bytes)
5.76/5.90	c 6	6912 (100%) CSP integer variables are encoded (4352 clauses, 58741 bytes)
5.86/6.03	c 6	3468 (10%) CSP clauses are encoded (7820 clauses, 112725 bytes)
5.96/6.10	c 6	6935 (20%) CSP clauses are encoded (11287 clauses, 170174 bytes)
5.96/6.17	c 6	10402 (30%) CSP clauses are encoded (14754 clauses, 227762 bytes)
6.06/6.25	c 6	13869 (40%) CSP clauses are encoded (18221 clauses, 285536 bytes)
6.16/6.31	c 7	17336 (50%) CSP clauses are encoded (21688 clauses, 343545 bytes)
6.16/6.38	c 7	20804 (60%) CSP clauses are encoded (25156 clauses, 401896 bytes)
6.26/6.45	c 7	24271 (70%) CSP clauses are encoded (28623 clauses, 461302 bytes)
6.36/6.52	c 7	27738 (80%) CSP clauses are encoded (32090 clauses, 523708 bytes)
6.36/6.58	c 7	31205 (90%) CSP clauses are encoded (35557 clauses, 586114 bytes)
18.82/19.13	c 19	34672 (100%) CSP clauses are encoded (300928 clauses, 7905389 bytes)
18.82/19.13	c 19	34672 CSP clauses encoded
18.82/19.13	c 19	Writing map file : HOME/temp.map
18.82/19.16	c 19	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.82/19.16	c 19	SAT : 11264 SAT variables, 300928 SAT clauses, 7905389 bytes
18.82/19.16	c 19	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.82/19.19	c 19	SOLVING HOME/temp.cnf
18.82/19.19	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1813.51	c ERROR INTERRUPTED
1800.09/1813.53	s UNKNOWN
1800.09/1813.53	c 1814	CPU 18.92 (0.06 0.02 18.41 0.43)
1800.09/1813.53	c 1814	END Sun Jul 12 10:38:43 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-2087339-1247386109/watcher-2087339-1247386109 -o /tmp/evaluation-result-2087339-1247386109/solver-2087339-1247386109 -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-2087339-1247386109.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.00 2.01 2.00 3/81 28616
/proc/meminfo: memFree=1832152/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=18576 CPUtime=0
/proc/28616/stat : 28616 (runsolver) R 28614 28616 26691 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 25677831 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28616/statm: 4644 284 249 26 0 2626 0

[startup+0.084442 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 28616
/proc/meminfo: memFree=1832152/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=0.06
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 25677831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101909 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 28616
/proc/meminfo: memFree=1832152/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=0.06
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25677831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301923 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 28616
/proc/meminfo: memFree=1832152/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=0.06
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25677831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701978 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 28616
/proc/meminfo: memFree=1832152/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=0.06
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25677831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 28628
/proc/meminfo: memFree=1805440/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=0.06
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25677831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1111 409 3 0 796 0
[pid=28619] ppid=28616 vsize=5356 CPUtime=0
/proc/28619/stat : 28619 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25677839 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28619/statm: 1339 233 193 169 0 50 0
[pid=28620] ppid=28619 vsize=864772 CPUtime=1.38
/proc/28620/stat : 28620 (java) S 28619 28616 26691 0 -1 0 15586 0 1 0 127 11 0 0 18 0 9 0 25677840 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28620/statm: 216193 13119 2556 9 0 210705 0
[pid=28620/tid=28621] ppid=28619 vsize=864772 CPUtime=0.76
/proc/28620/task/28621/stat : 28621 (java) R 28619 28616 26691 0 -1 64 3102 0 1 0 72 4 0 0 24 0 9 0 25677841 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4126713203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28620/tid=28622] ppid=28619 vsize=864772 CPUtime=0.47
/proc/28620/task/28622/stat : 28622 (java) S 28619 28616 26691 0 -1 64 11265 0 0 0 42 5 0 0 16 0 9 0 25677843 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28620/tid=28623] ppid=28619 vsize=864772 CPUtime=0
/proc/28620/task/28623/stat : 28623 (java) S 28619 28616 26691 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25677843 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28620/tid=28624] ppid=28619 vsize=864772 CPUtime=0
/proc/28620/task/28624/stat : 28624 (java) S 28619 28616 26691 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 25677843 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28620/tid=28625] ppid=28619 vsize=864772 CPUtime=0
/proc/28620/task/28625/stat : 28625 (java) S 28619 28616 26691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25677845 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28620/tid=28626] ppid=28619 vsize=864772 CPUtime=0.12
/proc/28620/task/28626/stat : 28626 (java) S 28619 28616 26691 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 25677845 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28620/tid=28627] ppid=28619 vsize=864772 CPUtime=0
/proc/28620/task/28627/stat : 28627 (java) S 28619 28616 26691 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25677845 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28620/tid=28628] ppid=28619 vsize=864772 CPUtime=0
/proc/28620/task/28628/stat : 28628 (java) S 28619 28616 26691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25677845 885526528 13119 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886996

[startup+3.1013 s]
/proc/loadavg: 2.00 2.01 2.00 4/92 28628
/proc/meminfo: memFree=1776320/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=2.37
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1309 20286 0 1 5 1 216 15 15 0 1 0 25677831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30272 s]
/proc/loadavg: 2.08 2.03 2.01 3/92 28638
/proc/meminfo: memFree=1785600/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=2.38
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1310 20286 0 1 5 2 216 15 15 0 1 0 25677831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1111 409 3 0 796 0
[pid=28629] ppid=28616 vsize=5356 CPUtime=0
/proc/28629/stat : 28629 (sh) S 28616 28616 26691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25678076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28629/statm: 1339 233 193 169 0 50 0
[pid=28630] ppid=28629 vsize=868720 CPUtime=3.78
/proc/28630/stat : 28630 (java) S 28629 28616 26691 0 -1 0 14666 0 1 0 366 12 0 0 18 0 9 0 25678076 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28630/statm: 217180 12992 2592 9 0 211657 0
[pid=28630/tid=28631] ppid=28629 vsize=868720 CPUtime=2.6
/proc/28630/task/28631/stat : 28631 (java) R 28629 28616 26691 0 -1 64 3098 0 1 0 256 4 0 0 25 0 9 0 25678077 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4127028540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28632] ppid=28629 vsize=868720 CPUtime=0.88
/proc/28630/task/28632/stat : 28632 (java) S 28629 28616 26691 0 -1 64 9341 0 0 0 83 5 0 0 16 0 9 0 25678078 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28633] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28633/stat : 28633 (java) S 28629 28616 26691 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25678078 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28634] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28634/stat : 28634 (java) S 28629 28616 26691 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25678078 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28635] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28635/stat : 28635 (java) S 28629 28616 26691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25678081 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28636] ppid=28629 vsize=868720 CPUtime=0.27
/proc/28630/task/28636/stat : 28636 (java) S 28629 28616 26691 0 -1 64 1525 0 0 0 26 1 0 0 16 0 9 0 25678081 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28637] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28637/stat : 28637 (java) S 28629 28616 26691 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25678081 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28638] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28638/stat : 28638 (java) S 28629 28616 26691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25678081 889569280 12992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890944

[startup+12.7026 s]
/proc/loadavg: 2.15 2.04 2.01 3/92 28638
/proc/meminfo: memFree=1781568/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=2.38
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1310 20286 0 1 5 2 216 15 15 0 1 0 25677831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1111 409 3 0 796 0
[pid=28629] ppid=28616 vsize=5356 CPUtime=0
/proc/28629/stat : 28629 (sh) S 28616 28616 26691 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25678076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28629/statm: 1339 233 193 169 0 50 0
[pid=28630] ppid=28629 vsize=868720 CPUtime=10.11
/proc/28630/stat : 28630 (java) S 28629 28616 26691 0 -1 0 14946 0 1 0 993 18 0 0 18 0 9 0 25678076 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28630/statm: 217180 12993 2592 9 0 211657 0
[pid=28630/tid=28631] ppid=28629 vsize=868720 CPUtime=8.79
/proc/28630/task/28631/stat : 28631 (java) R 28629 28616 26691 0 -1 64 3378 0 1 0 871 8 0 0 25 0 9 0 25678077 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4127088463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28632] ppid=28629 vsize=868720 CPUtime=1.02
/proc/28630/task/28632/stat : 28632 (java) S 28629 28616 26691 0 -1 64 9341 0 0 0 95 7 0 0 16 0 9 0 25678078 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28633] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28633/stat : 28633 (java) S 28629 28616 26691 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25678078 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28634] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28634/stat : 28634 (java) S 28629 28616 26691 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25678078 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28635] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28635/stat : 28635 (java) S 28629 28616 26691 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25678081 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28636] ppid=28629 vsize=868720 CPUtime=0.27
/proc/28630/task/28636/stat : 28636 (java) S 28629 28616 26691 0 -1 64 1525 0 0 0 26 1 0 0 17 0 9 0 25678081 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28637] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28637/stat : 28637 (java) S 28629 28616 26691 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25678081 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28630/tid=28638] ppid=28629 vsize=868720 CPUtime=0
/proc/28630/task/28638/stat : 28638 (java) S 28629 28616 26691 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25678081 889569280 12993 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890944

[startup+25.5013 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 28640
/proc/meminfo: memFree=1805440/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=15820 CPUtime=6.23
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 3575 0 0 0 412 211 0 0 25 0 1 0 25679751 16199680 3554 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 1 0 0
/proc/28640/statm: 3955 3554 48 102 0 3850 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 38044

[startup+51.1016 s]
/proc/loadavg: 2.20 2.07 2.02 3/84 28640
/proc/meminfo: memFree=1789120/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=31876 CPUtime=31.59
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 7660 0 0 0 2942 217 0 0 25 0 1 0 25679751 32641024 7567 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/28640/statm: 7969 7567 48 102 0 7864 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 54100

[startup+102.306 s]
/proc/loadavg: 2.15 2.07 2.02 3/84 28640
/proc/meminfo: memFree=1784896/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=36220 CPUtime=82.3
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 8898 0 0 0 8013 217 0 0 25 0 1 0 25679751 37089280 8665 996147200 134512640 134931368 4294956256 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/28640/statm: 9055 8665 48 102 0 8950 0

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

/proc/meminfo: memFree=1746448/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=127692 CPUtime=1330.48
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 34758 0 0 0 132803 245 0 0 25 0 1 0 25679751 130756608 31646 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/28640/statm: 31923 31646 48 102 0 31818 0
Current children cumulated CPU time (s) 1349.4
Current children cumulated vsize (KiB) 149916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28719
/proc/meminfo: memFree=1478656/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=127692 CPUtime=1390.25
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 34758 0 0 0 138775 250 0 0 25 0 1 0 25679751 130756608 31646 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 31923 31646 48 102 0 31818 0
Current children cumulated CPU time (s) 1409.17
Current children cumulated vsize (KiB) 149916

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28719
/proc/meminfo: memFree=1271232/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=127692 CPUtime=1450.11
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 34772 0 0 0 144761 250 0 0 25 0 1 0 25679751 130756608 31660 996147200 134512640 134931368 4294956256 18446744073709551615 134524040 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 31923 31660 48 102 0 31818 0
Current children cumulated CPU time (s) 1469.03
Current children cumulated vsize (KiB) 149916

[startup+1542.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/76 28857
/proc/meminfo: memFree=1747016/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=128592 CPUtime=1510.09
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 34985 0 0 0 150756 253 0 0 25 0 1 0 25679751 131678208 31873 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 32148 31873 48 102 0 32043 0
Current children cumulated CPU time (s) 1529.01
Current children cumulated vsize (KiB) 150816

[startup+1602.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/76 28857
/proc/meminfo: memFree=1741896/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=133100 CPUtime=1570.06
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 36302 0 0 0 156752 254 0 0 25 0 1 0 25679751 136294400 32999 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 33275 32999 48 102 0 33170 0
Current children cumulated CPU time (s) 1588.98
Current children cumulated vsize (KiB) 155324

[startup+1662.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/76 28857
/proc/meminfo: memFree=1741896/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=133100 CPUtime=1630.04
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 36303 0 0 0 162750 254 0 0 25 0 1 0 25679751 136294400 33000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 33275 33000 48 102 0 33170 0
Current children cumulated CPU time (s) 1648.96
Current children cumulated vsize (KiB) 155324

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/76 28857
/proc/meminfo: memFree=1741832/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=133088 CPUtime=1690.01
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 36319 0 0 0 168747 254 0 0 25 0 1 0 25679751 136282112 33016 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 33272 33016 48 102 0 33167 0
Current children cumulated CPU time (s) 1708.93
Current children cumulated vsize (KiB) 155312

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 28857
/proc/meminfo: memFree=1720712/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=154408 CPUtime=1749.98
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 41664 0 0 0 174741 257 0 0 25 0 1 0 25679751 158113792 38361 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 38602 38361 48 102 0 38497 0
Current children cumulated CPU time (s) 1768.9
Current children cumulated vsize (KiB) 176632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28857
/proc/meminfo: memFree=1717576/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=157028 CPUtime=1781.17
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 42533 0 0 0 177859 258 0 0 25 0 1 0 25679751 160796672 39021 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 39257 39021 48 102 0 39152 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 179252

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

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

[startup+1813.5 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28857
/proc/meminfo: memFree=1717576/2055920 swapFree=4192812/4192956
[pid=28616] ppid=28614 vsize=16868 CPUtime=18.92
/proc/28616/stat : 28616 (sugar) S 28614 28616 26691 0 -1 4194304 1365 35818 0 2 6 2 1841 43 16 0 1 0 25677831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28616/statm: 4217 1113 409 3 0 796 0
[pid=28639] ppid=28616 vsize=5356 CPUtime=0
/proc/28639/stat : 28639 (sh) S 28616 28616 26691 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25679750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28639/statm: 1339 232 193 169 0 50 0
[pid=28640] ppid=28639 vsize=157028 CPUtime=1781.17
/proc/28640/stat : 28640 (picosat) R 28639 28616 26691 0 -1 4194304 42533 0 0 0 177859 258 0 0 25 0 1 0 25679751 160796672 39021 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 0 0 0
/proc/28640/statm: 39257 39021 48 102 0 39152 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 179252

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28616 and gives
#  childrusage.ru_utime.tv_sec=18
#  childrusage.ru_utime.tv_usec=484189
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=459930
# CPU time returned by wait4() is 18.9441
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.53
CPU time (s): 1800.09
CPU user time (s): 1797.06
CPU system time (s): 3.03
CPU usage (%): 99.2588
Max. virtual memory (cumulated for all children) (KiB): 891336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4842
system time used= 0.45993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37577
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= 8804
involuntary context switches= 9057

runsolver used 2.13567 second user time and 5.87311 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 10:08:29
IDJOB=2087339
IDBENCH=58716
IDSOLVER=738
FILE ID=node13/2087339-1247386109
PBS_JOBID= 9507174
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-8-4-8.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-2087339-1247386109/watcher-2087339-1247386109 -o /tmp/evaluation-result-2087339-1247386109/solver-2087339-1247386109 -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-2087339-1247386109.xml

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

MD5SUM BENCH= 6e0e22cb5b6f421be44b72042836849b
RANDOM SEED=1859101355

node13.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.241
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.241
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:       1832632 kB
Buffers:         14880 kB
Cached:          78076 kB
SwapCached:          0 kB
Active:         140208 kB
Inactive:        32236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5976 kB
Writeback:           0 kB
Mapped:          99960 kB
Slab:            35808 kB
Committed_AS:   285312 kB
PageTables:       2076 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= 66296 MiB
End job on node13 at 2009-07-12 10:38:45