Trace number 1059464

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.13+picosatUNSAT 156.302 158.155

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-3-fair.xml
MD5SUMdf11c13ef3d280bc8fedb6e152e809a3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.534918
Satisfiable
(Un)Satisfiability was proved
Number of variables5855
Number of constraints5530
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5530
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:16:40 2008
0.00/0.05	c 0	PID 24897
0.04/0.05	c 0	HOST node25.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1059464-1215123400.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059464-1215123400.xml' 'HOME/temp.csp'
0.97/1.03	c 1	3 domains, 5855 variables, 9 predicates, 0 relations, 5530 constraints
0.97/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.99/1.14	c 1	Parsing HOME/temp.csp
0.99/1.47	c 1	parsed 10000 expressions
0.99/1.50	c 1	parsed 11397 expressions
0.99/1.51	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.51	c 1	Converting to clausal form CSP
0.99/1.55	c 1	converted 1140 (10%) expressions
0.99/1.56	c 1	converted 2280 (20%) expressions
0.99/1.57	c 1	converted 3420 (30%) expressions
0.99/1.57	c 1	converted 4559 (40%) expressions
0.99/1.57	c 1	converted 5699 (50%) expressions
0.99/1.81	c 1	converted 6839 (60%) expressions
0.99/1.93	c 2	converted 7978 (70%) expressions
2.01/2.12	c 2	converted 9118 (80%) expressions
2.11/2.23	c 2	converted 10258 (90%) expressions
2.30/2.43	c 2	converted 11397 (100%) expressions
2.30/2.43	c 2	CSP : 10201 integers, 376 booleans, 25097 clauses, largest domain size 20001
2.30/2.43	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.43	c 2	Propagation in CSP
47.57/48.10	c 48	142474949 values, 0 unsatisfiable literals, and 0 valid clauses are removed
47.57/48.11	c 48	CSP : 10201 integers, 376 booleans, 25097 clauses, largest domain size 20001
47.57/48.11	c 48	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.57/48.12	c 48	Simplifing CSP by introducing new Boolean variables
47.57/48.18	c 48	CSP : 10201 integers, 9186 booleans, 33907 clauses, largest domain size 20001
47.57/48.18	c 48	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.77/48.36	c 48	Encoding CSP to SAT : HOME/temp.cnf
47.87/48.42	c 48	1021 (10%) CSP integer variables are encoded (14747 clauses, 199509 bytes)
48.66/49.27	c 49	2041 (20%) CSP integer variables are encoded (653063 clauses, 10881524 bytes)
48.97/49.56	c 49	3061 (30%) CSP integer variables are encoded (865835 clauses, 14498648 bytes)
49.55/50.19	c 50	4081 (40%) CSP integer variables are encoded (1335783 clauses, 23161587 bytes)
50.06/50.61	c 50	5101 (50%) CSP integer variables are encoded (1641330 clauses, 28966980 bytes)
50.06/50.61	c 50	6121 (60%) CSP integer variables are encoded (1641330 clauses, 28966980 bytes)
50.26/50.87	c 51	7141 (70%) CSP integer variables are encoded (1831292 clauses, 32576258 bytes)
50.45/51.00	c 51	8161 (80%) CSP integer variables are encoded (1921274 clauses, 34285916 bytes)
50.55/51.19	c 51	9181 (90%) CSP integer variables are encoded (2061254 clauses, 36945536 bytes)
50.76/51.39	c 51	10201 (100%) CSP integer variables are encoded (2201232 clauses, 39605118 bytes)
60.57/61.37	c 61	3391 (10%) CSP clauses are encoded (7484914 clauses, 144773628 bytes)
60.96/61.78	c 61	6782 (20%) CSP clauses are encoded (7688974 clauses, 148817616 bytes)
61.76/62.58	c 62	10173 (30%) CSP clauses are encoded (8170441 clauses, 158499768 bytes)
62.43/63.21	c 63	13563 (40%) CSP clauses are encoded (8531390 clauses, 165807733 bytes)
62.83/63.62	c 63	16954 (50%) CSP clauses are encoded (8772483 clauses, 170688806 bytes)
62.83/63.64	c 63	20345 (60%) CSP clauses are encoded (8774062 clauses, 170720493 bytes)
62.83/63.66	c 63	23735 (70%) CSP clauses are encoded (8775620 clauses, 170751718 bytes)
64.12/64.95	c 65	27126 (80%) CSP clauses are encoded (9537210 clauses, 186767687 bytes)
64.71/65.57	c 65	30517 (90%) CSP clauses are encoded (9898509 clauses, 194443473 bytes)
64.81/65.62	c 65	33907 (100%) CSP clauses are encoded (9910795 clauses, 194777903 bytes)
64.81/65.62	c 65	33907 CSP clauses encoded
64.81/65.62	c 65	Writing map file : HOME/temp.map
64.81/65.68	c 65	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.81/65.68	c 65	SAT : 2213222 SAT variables, 9910795 SAT clauses, 194777903 bytes
64.81/65.68	c 65	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.90/65.71	c 65	SOLVING HOME/temp.cnf
64.90/65.71	c 65	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
155.86/157.72	c 157	DECODING HOME/temp.out WITH HOME/temp.map
155.86/157.72	c 157	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
155.89/157.81	c 157	Decoding HOME/temp.out
155.89/158.00	s UNSATISFIABLE
155.89/158.00	c 158	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
155.89/158.06	c 158	CPU 109.74 (0.04 0.01 109.7 46.42)
155.89/158.06	c 158	END Fri Jul  4 00:19:18 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059464-1215123400/watcher-1059464-1215123400 -o /tmp/evaluation-result-1059464-1215123400/solver-1059464-1215123400 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1059464-1215123400.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 24897
/proc/meminfo: memFree=1463464/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=12268 CPUtime=0
/proc/24897/stat : 24897 (sugar) R 24895 24897 23716 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1991313999 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24897/statm: 3067 316 241 3 0 167 0

[startup+0.051881 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 24897
/proc/meminfo: memFree=1463464/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.04
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1991313999 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.104369 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 24897
/proc/meminfo: memFree=1463464/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.04
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991313999 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301893 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 24897
/proc/meminfo: memFree=1463464/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.04
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991313999 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701935 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 24897
/proc/meminfo: memFree=1463464/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.04
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991313999 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50201 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 24909
/proc/meminfo: memFree=1443024/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.99
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 973 8340 0 1 3 1 90 5 15 0 1 0 1991313999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10215 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 24919
/proc/meminfo: memFree=1440528/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.99
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 974 8340 0 1 3 1 90 5 15 0 1 0 1991313999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 797 370 3 0 500 0
[pid=24910] ppid=24897 vsize=5356 CPUtime=0
/proc/24910/stat : 24910 (sh) S 24897 24897 23716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991314105 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1339 233 193 169 0 50 0
[pid=24911] ppid=24910 vsize=868384 CPUtime=2.01
/proc/24911/stat : 24911 (java) S 24910 24897 23716 0 -1 0 10277 0 1 0 195 6 0 0 18 0 9 0 1991314105 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24911/statm: 217096 9378 2540 9 0 211671 0
[pid=24911/tid=24912] ppid=24910 vsize=868384 CPUtime=1.31
/proc/24911/task/24912/stat : 24912 (java) R 24910 24897 23716 0 -1 64 2884 0 1 0 130 1 0 0 25 0 9 0 1991314106 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4126577762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24913] ppid=24910 vsize=868384 CPUtime=0.44
/proc/24911/task/24913/stat : 24913 (java) S 24910 24897 23716 0 -1 64 5220 0 0 0 41 3 0 0 16 0 9 0 1991314107 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24914] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24914/stat : 24914 (java) S 24910 24897 23716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991314107 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24915] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24915/stat : 24915 (java) S 24910 24897 23716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991314107 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24916] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24916/stat : 24916 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991314109 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24917] ppid=24910 vsize=868384 CPUtime=0.22
/proc/24911/task/24917/stat : 24917 (java) S 24910 24897 23716 0 -1 64 1481 0 0 0 22 0 0 0 16 0 9 0 1991314109 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24918] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24918/stat : 24918 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991314109 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24919] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24919/stat : 24919 (java) S 24910 24897 23716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991314110 889225216 9378 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887340

[startup+6.30145 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 24919
/proc/meminfo: memFree=1433168/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.99
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 974 8340 0 1 3 1 90 5 15 0 1 0 1991313999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 797 370 3 0 500 0
[pid=24910] ppid=24897 vsize=5356 CPUtime=0
/proc/24910/stat : 24910 (sh) S 24897 24897 23716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991314105 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1339 233 193 169 0 50 0
[pid=24911] ppid=24910 vsize=868384 CPUtime=5.18
/proc/24911/stat : 24911 (java) S 24910 24897 23716 0 -1 0 10551 0 1 0 507 11 0 0 18 0 9 0 1991314105 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24911/statm: 217096 9382 2540 9 0 211671 0
[pid=24911/tid=24912] ppid=24910 vsize=868384 CPUtime=4.35
/proc/24911/task/24912/stat : 24912 (java) R 24910 24897 23716 0 -1 64 3154 0 1 0 432 3 0 0 25 0 9 0 1991314106 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4126624922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24913] ppid=24910 vsize=868384 CPUtime=0.57
/proc/24911/task/24913/stat : 24913 (java) S 24910 24897 23716 0 -1 64 5224 0 0 0 51 6 0 0 16 0 9 0 1991314107 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24914] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24914/stat : 24914 (java) S 24910 24897 23716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991314107 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24915] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24915/stat : 24915 (java) S 24910 24897 23716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991314107 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24916] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24916/stat : 24916 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991314109 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24917] ppid=24910 vsize=868384 CPUtime=0.22
/proc/24911/task/24917/stat : 24917 (java) S 24910 24897 23716 0 -1 64 1481 0 0 0 22 0 0 0 16 0 9 0 1991314109 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24918] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24918/stat : 24918 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991314109 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24919] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24919/stat : 24919 (java) S 24910 24897 23716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991314110 889225216 9382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887340

[startup+12.702 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 24919
/proc/meminfo: memFree=1433040/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.99
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 974 8340 0 1 3 1 90 5 15 0 1 0 1991313999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 797 370 3 0 500 0
[pid=24910] ppid=24897 vsize=5356 CPUtime=0
/proc/24910/stat : 24910 (sh) S 24897 24897 23716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991314105 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1339 233 193 169 0 50 0
[pid=24911] ppid=24910 vsize=868384 CPUtime=11.51
/proc/24911/stat : 24911 (java) S 24910 24897 23716 0 -1 0 11096 0 1 0 1135 16 0 0 18 0 9 0 1991314105 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24911/statm: 217096 9392 2540 9 0 211671 0
[pid=24911/tid=24912] ppid=24910 vsize=868384 CPUtime=10.46
/proc/24911/task/24912/stat : 24912 (java) R 24910 24897 23716 0 -1 64 3689 0 1 0 1041 5 0 0 25 0 9 0 1991314106 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4126964238 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24913] ppid=24910 vsize=868384 CPUtime=0.8
/proc/24911/task/24913/stat : 24913 (java) S 24910 24897 23716 0 -1 64 5234 0 0 0 71 9 0 0 16 0 9 0 1991314107 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24914] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24914/stat : 24914 (java) S 24910 24897 23716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991314107 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24915] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24915/stat : 24915 (java) S 24910 24897 23716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991314107 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24916] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24916/stat : 24916 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991314109 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24917] ppid=24910 vsize=868384 CPUtime=0.22
/proc/24911/task/24917/stat : 24917 (java) S 24910 24897 23716 0 -1 64 1481 0 0 0 22 0 0 0 16 0 9 0 1991314109 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24918] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24918/stat : 24918 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991314109 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24919] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24919/stat : 24919 (java) S 24910 24897 23716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991314110 889225216 9392 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887340

[startup+25.5022 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 24919
/proc/meminfo: memFree=1432976/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.99
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 974 8340 0 1 3 1 90 5 15 0 1 0 1991313999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 797 370 3 0 500 0
[pid=24910] ppid=24897 vsize=5356 CPUtime=0
/proc/24910/stat : 24910 (sh) S 24897 24897 23716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991314105 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1339 233 193 169 0 50 0
[pid=24911] ppid=24910 vsize=868384 CPUtime=24.19
/proc/24911/stat : 24911 (java) S 24910 24897 23716 0 -1 0 12183 0 1 0 2392 27 0 0 18 0 9 0 1991314105 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24911/statm: 217096 9409 2540 9 0 211671 0
[pid=24911/tid=24912] ppid=24910 vsize=868384 CPUtime=22.68
/proc/24911/task/24912/stat : 24912 (java) R 24910 24897 23716 0 -1 64 4759 0 1 0 2260 8 0 0 25 0 9 0 1991314106 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4160647107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24913] ppid=24910 vsize=868384 CPUtime=1.25
/proc/24911/task/24913/stat : 24913 (java) S 24910 24897 23716 0 -1 64 5251 0 0 0 109 16 0 0 15 0 9 0 1991314107 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24914] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24914/stat : 24914 (java) S 24910 24897 23716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991314107 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24915] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24915/stat : 24915 (java) S 24910 24897 23716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991314107 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24916] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24916/stat : 24916 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991314109 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24917] ppid=24910 vsize=868384 CPUtime=0.22
/proc/24911/task/24917/stat : 24917 (java) S 24910 24897 23716 0 -1 64 1481 0 0 0 22 0 0 0 16 0 9 0 1991314109 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24918] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24918/stat : 24918 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991314109 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24919] ppid=24910 vsize=868384 CPUtime=0
/proc/24911/task/24919/stat : 24919 (java) S 24910 24897 23716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991314110 889225216 9409 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887340

[startup+51.1025 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 24919
/proc/meminfo: memFree=1403088/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=0.99
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 974 8340 0 1 3 1 90 5 15 0 1 0 1991313999 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 797 370 3 0 500 0
[pid=24910] ppid=24897 vsize=5356 CPUtime=0
/proc/24910/stat : 24910 (sh) S 24897 24897 23716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991314105 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24910/statm: 1339 233 193 169 0 50 0
[pid=24911] ppid=24910 vsize=868496 CPUtime=49.56
/proc/24911/stat : 24911 (java) S 24910 24897 23716 0 -1 0 15869 0 1 0 4878 78 0 0 18 0 9 0 1991314105 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24911/statm: 217124 10077 2565 9 0 211671 0
[pid=24911/tid=24912] ppid=24910 vsize=868496 CPUtime=46.85
/proc/24911/task/24912/stat : 24912 (java) R 24910 24897 23716 0 -1 64 7174 0 1 0 4645 40 0 0 25 0 9 0 1991314106 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4127052414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24913] ppid=24910 vsize=868496 CPUtime=2.41
/proc/24911/task/24913/stat : 24913 (java) S 24910 24897 23716 0 -1 64 6493 0 0 0 205 36 0 0 16 0 9 0 1991314107 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24914] ppid=24910 vsize=868496 CPUtime=0
/proc/24911/task/24914/stat : 24914 (java) S 24910 24897 23716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991314107 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24915] ppid=24910 vsize=868496 CPUtime=0
/proc/24911/task/24915/stat : 24915 (java) S 24910 24897 23716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991314107 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24916] ppid=24910 vsize=868496 CPUtime=0
/proc/24911/task/24916/stat : 24916 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991314109 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24917] ppid=24910 vsize=868496 CPUtime=0.28
/proc/24911/task/24917/stat : 24917 (java) S 24910 24897 23716 0 -1 64 1510 0 0 0 27 1 0 0 16 0 9 0 1991314109 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24918] ppid=24910 vsize=868496 CPUtime=0
/proc/24911/task/24918/stat : 24918 (java) S 24910 24897 23716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991314109 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24911/tid=24919] ppid=24910 vsize=868496 CPUtime=0
/proc/24911/task/24919/stat : 24919 (java) S 24910 24897 23716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991314110 889339904 10077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 887452

[startup+102.306 s]
/proc/loadavg: 2.17 2.06 2.02 3/83 24921
/proc/meminfo: memFree=993680/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=64.94
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 1022 26926 0 2 4 1 6278 211 16 0 1 0 1991313999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 799 370 3 0 500 0
[pid=24920] ppid=24897 vsize=5356 CPUtime=0
/proc/24920/stat : 24920 (sh) S 24897 24897 23716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991320570 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24920/statm: 1339 232 193 169 0 50 0
[pid=24921] ppid=24920 vsize=395820 CPUtime=35.95
/proc/24921/stat : 24921 (picosat) R 24920 24897 23716 0 -1 4194304 68703 0 0 0 1621 1974 0 0 25 0 1 0 1991320571 405319680 68689 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24921/statm: 98955 68689 40 102 0 98850 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 414776

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

[startup+127.901 s]
/proc/loadavg: 2.11 2.06 2.01 3/83 24921
/proc/meminfo: memFree=895632/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=64.94
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 1022 26926 0 2 4 1 6278 211 16 0 1 0 1991313999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 799 370 3 0 500 0
[pid=24920] ppid=24897 vsize=5356 CPUtime=0
/proc/24920/stat : 24920 (sh) S 24897 24897 23716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991320570 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24920/statm: 1339 232 193 169 0 50 0
[pid=24921] ppid=24920 vsize=508440 CPUtime=61.42
/proc/24921/stat : 24921 (picosat) R 24920 24897 23716 0 -1 4194304 93467 0 0 0 2763 3379 0 0 25 0 1 0 1991320571 520642560 93453 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24921/statm: 127110 93453 40 102 0 127005 0
Current children cumulated CPU time (s) 126.36
Current children cumulated vsize (KiB) 527396

[startup+140.703 s]
/proc/loadavg: 2.09 2.05 2.01 3/83 24921
/proc/meminfo: memFree=862032/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=64.94
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 1022 26926 0 2 4 1 6278 211 16 0 1 0 1991313999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 799 370 3 0 500 0
[pid=24920] ppid=24897 vsize=5356 CPUtime=0
/proc/24920/stat : 24920 (sh) S 24897 24897 23716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991320570 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24920/statm: 1339 232 193 169 0 50 0
[pid=24921] ppid=24920 vsize=537612 CPUtime=74.16
/proc/24921/stat : 24921 (picosat) R 24920 24897 23716 0 -1 4194304 101466 0 0 0 3335 4081 0 0 25 0 1 0 1991320571 550514688 101452 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24921/statm: 134403 101452 40 102 0 134298 0
Current children cumulated CPU time (s) 139.1
Current children cumulated vsize (KiB) 556568

[startup+147.101 s]
/proc/loadavg: 2.08 2.05 2.01 3/83 24921
/proc/meminfo: memFree=847824/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=64.94
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 1022 26926 0 2 4 1 6278 211 16 0 1 0 1991313999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 799 370 3 0 500 0
[pid=24920] ppid=24897 vsize=5356 CPUtime=0
/proc/24920/stat : 24920 (sh) S 24897 24897 23716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991320570 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24920/statm: 1339 232 193 169 0 50 0
[pid=24921] ppid=24920 vsize=554892 CPUtime=80.39
/proc/24921/stat : 24921 (picosat) R 24920 24897 23716 0 -1 4194304 106033 0 0 0 3622 4417 0 0 25 0 1 0 1991320571 568209408 106019 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 1 0 0
/proc/24921/statm: 138723 106019 42 102 0 138618 0
Current children cumulated CPU time (s) 145.33
Current children cumulated vsize (KiB) 573848

[startup+153.502 s]
/proc/loadavg: 2.07 2.05 2.01 3/83 24921
/proc/meminfo: memFree=836880/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=64.94
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 1022 26926 0 2 4 1 6278 211 16 0 1 0 1991313999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 799 370 3 0 500 0
[pid=24920] ppid=24897 vsize=5356 CPUtime=0
/proc/24920/stat : 24920 (sh) S 24897 24897 23716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991320570 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24920/statm: 1339 232 193 169 0 50 0
[pid=24921] ppid=24920 vsize=588744 CPUtime=86.75
/proc/24921/stat : 24921 (picosat) R 24920 24897 23716 0 -1 4194304 107818 0 0 0 4257 4418 0 0 25 0 1 0 1991320571 602873856 107793 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24921/statm: 147186 107793 42 102 0 147081 0
Current children cumulated CPU time (s) 151.69
Current children cumulated vsize (KiB) 607700

[startup+156.702 s]
/proc/loadavg: 2.07 2.05 2.01 3/83 24921
/proc/meminfo: memFree=833680/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=64.94
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 1022 26926 0 2 4 1 6278 211 16 0 1 0 1991313999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 799 370 3 0 500 0
[pid=24920] ppid=24897 vsize=5356 CPUtime=0
/proc/24920/stat : 24920 (sh) S 24897 24897 23716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991320570 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24920/statm: 1339 232 193 169 0 50 0
[pid=24921] ppid=24920 vsize=589932 CPUtime=89.95
/proc/24921/stat : 24921 (picosat) R 24920 24897 23716 0 -1 4194304 108908 0 0 0 4576 4419 0 0 25 0 1 0 1991320571 604090368 108883 996147200 134512640 134931368 4294956256 18446744073709551615 134582060 0 0 4096 0 0 0 0 17 1 0 0
/proc/24921/statm: 147483 108883 42 102 0 147378 0
Current children cumulated CPU time (s) 154.89
Current children cumulated vsize (KiB) 608888

[startup+157.502 s]
/proc/loadavg: 2.07 2.05 2.01 3/83 24921
/proc/meminfo: memFree=831120/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=64.94
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 1022 26926 0 2 4 1 6278 211 16 0 1 0 1991313999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 799 370 3 0 500 0
[pid=24920] ppid=24897 vsize=5356 CPUtime=0
/proc/24920/stat : 24920 (sh) S 24897 24897 23716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991320570 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24920/statm: 1339 232 193 169 0 50 0
[pid=24921] ppid=24920 vsize=557692 CPUtime=90.73
/proc/24921/stat : 24921 (picosat) R 24920 24897 23716 0 -1 4194304 109197 0 0 0 4654 4419 0 0 25 0 1 0 1991320571 571076608 103178 996147200 134512640 134931368 4294956256 18446744073709551615 134580067 0 0 4096 0 0 0 0 17 1 0 0
/proc/24921/statm: 139423 103178 42 102 0 139318 0
Current children cumulated CPU time (s) 155.67
Current children cumulated vsize (KiB) 576648

[startup+157.902 s]
/proc/loadavg: 2.07 2.05 2.01 3/83 24921
/proc/meminfo: memFree=831120/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=155.89
/proc/24897/stat : 24897 (sugar) S 24895 24897 23716 0 -1 4194304 1091 136410 0 2 4 1 10946 4638 16 0 1 0 1991313999 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24897/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 155.89
Current children cumulated vsize (KiB) 13600

[startup+158.102 s]
/proc/loadavg: 2.07 2.05 2.01 3/83 24921
/proc/meminfo: memFree=831120/2055920 swapFree=4180084/4192956
[pid=24897] ppid=24895 vsize=13600 CPUtime=156.22
/proc/24897/stat : 24897 (sugar) R 24895 24897 23716 0 -1 4194304 1119 140554 0 3 4 6 10970 4642 16 0 1 0 1991313999 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24897/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 156.22
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 158.155
CPU time (s): 156.302
CPU user time (s): 109.755
CPU system time (s): 46.5469
CPU usage (%): 98.8285
Max. virtual memory (cumulated for all children) (KiB): 889908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.755
system time used= 46.5469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141703
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51178
involuntary context switches= 53270

runsolver used 0.172973 second user time and 0.569913 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 00:16:40
IDJOB=1059464
IDBENCH=54261
IDSOLVER=345
FILE ID=node25/1059464-1215123400
PBS_JOBID= 7877154
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-3-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059464-1215123400/watcher-1059464-1215123400 -o /tmp/evaluation-result-1059464-1215123400/solver-1059464-1215123400 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1059464-1215123400.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= df11c13ef3d280bc8fedb6e152e809a3
RANDOM SEED=461075648

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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.234
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:       1464008 kB
Buffers:         56604 kB
Cached:         321040 kB
SwapCached:       6760 kB
Active:         300332 kB
Inactive:       220284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1464008 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            2352 kB
Writeback:           0 kB
Mapped:         155744 kB
Slab:            56200 kB
Committed_AS:  4230004 kB
PageTables:       2224 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= 66528 MiB
End job on node25 at 2008-07-04 00:19:18