Trace number 2078649

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+picosatSAT 1709.27 1716.29

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-36_ext.xml
MD5SUMbe23452fb46abd6d5e7af19898ef7610
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.5773
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 04:55:16 2009
0.06/0.08	c 0	PID 25995
0.06/0.08	c 0	HOST node40.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2078649-1247367315.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078649-1247367315.xml' 'HOME/temp.csp'
0.96/1.01	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.96/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.04	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.98/1.12	c 1	Parsing HOME/temp.csp
2.02/2.17	c 2	parsed 141 expressions
2.02/2.18	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.02/2.18	c 2	Converting to clausal form CSP
2.02/2.19	c 2	converted 15 (10%) expressions
2.11/2.22	c 2	converted 29 (20%) expressions
2.11/2.22	c 2	converted 43 (30%) expressions
2.21/2.38	c 2	converted 57 (40%) expressions
2.21/2.38	c 2	converted 71 (50%) expressions
2.31/2.45	c 2	converted 85 (60%) expressions
2.41/2.56	c 2	converted 99 (70%) expressions
2.51/2.66	c 2	converted 113 (80%) expressions
2.61/2.77	c 2	converted 127 (90%) expressions
3.01/3.11	c 3	converted 141 (100%) expressions
3.01/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.11	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.11	c 3	Propagation in CSP
3.01/3.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.11	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.11	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.12	c 3	Simplifing CSP by introducing new Boolean variables
3.01/3.12	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.12	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.10/3.26	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.10/3.26	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.10/3.26	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.10/3.26	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.10/3.26	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.10/3.26	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.10/3.27	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.10/3.27	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.10/3.27	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.10/3.27	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.29/3.47	c 3	6 (10%) CSP clauses are encoded (11146 clauses, 248890 bytes)
3.49/3.60	c 3	12 (20%) CSP clauses are encoded (21927 clauses, 506777 bytes)
3.59/3.73	c 3	18 (30%) CSP clauses are encoded (32855 clauses, 767867 bytes)
3.69/3.87	c 4	24 (40%) CSP clauses are encoded (43724 clauses, 1037464 bytes)
3.90/4.00	c 4	30 (50%) CSP clauses are encoded (54543 clauses, 1305896 bytes)
3.99/4.14	c 4	36 (60%) CSP clauses are encoded (65284 clauses, 1576029 bytes)
4.09/4.27	c 4	42 (70%) CSP clauses are encoded (76136 clauses, 1862047 bytes)
4.28/4.41	c 4	48 (80%) CSP clauses are encoded (87025 clauses, 2153488 bytes)
4.38/4.55	c 4	54 (90%) CSP clauses are encoded (97843 clauses, 2442967 bytes)
4.48/4.68	c 4	60 (100%) CSP clauses are encoded (108609 clauses, 2731058 bytes)
4.48/4.68	c 4	60 CSP clauses encoded
4.48/4.68	c 4	Writing map file : HOME/temp.map
4.48/4.68	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.48/4.68	c 4	SAT : 380 SAT variables, 108609 SAT clauses, 2731058 bytes
4.48/4.68	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.57/4.75	c 4	SOLVING HOME/temp.cnf
4.57/4.75	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1709.09/1716.12	c 1716	DECODING HOME/temp.out WITH HOME/temp.map
1709.09/1716.12	c 1716	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1709.13/1716.20	c 1716	Decoding HOME/temp.out
1709.13/1716.22	s SATISFIABLE
1709.13/1716.22	v 19 15 11 12 3 15 19 16 7 6 11 11 17 3 13 4 19 4 12 11
1709.13/1716.24	c 1716	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1709.13/1716.29	c 1716	CPU 1709.25 (0.06 0.02 1707.89 1.28)
1709.13/1716.29	c 1716	END Sun Jul 12 05:23:52 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078649-1247367315/watcher-2078649-1247367315 -o /tmp/evaluation-result-2078649-1247367315/solver-2078649-1247367315 -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-2078649-1247367315.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: 1.91 1.96 2.06 4/84 25995
/proc/meminfo: memFree=854792/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=12268 CPUtime=0
/proc/25995/stat : 25995 (sugar) R 25993 25995 25785 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 23422848 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519458292 0 0 4224 0 0 0 0 17 1 0 0
/proc/25995/statm: 3067 316 241 3 0 167 0

[startup+0.0773609 s]
/proc/loadavg: 1.91 1.96 2.06 4/84 25995
/proc/meminfo: memFree=854792/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16608 CPUtime=0.06
/proc/25995/stat : 25995 (sugar) R 25993 25995 25785 0 -1 4194304 1076 0 0 0 4 2 0 0 18 0 1 0 23422848 17006592 1044 996147200 4194304 4206940 548682068608 18446744073709551615 264539254736 0 0 4224 0 0 0 0 17 1 0 0
/proc/25995/statm: 4152 1044 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.102364 s]
/proc/loadavg: 1.91 1.96 2.06 4/84 25995
/proc/meminfo: memFree=854792/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=0.07
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23422848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302385 s]
/proc/loadavg: 1.91 1.96 2.06 4/84 25995
/proc/meminfo: memFree=854792/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=0.07
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23422848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702448 s]
/proc/loadavg: 1.91 1.96 2.06 4/84 25995
/proc/meminfo: memFree=854792/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=0.07
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23422848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50154 s]
/proc/loadavg: 1.91 1.96 2.06 3/95 26007
/proc/meminfo: memFree=836528/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=0.98
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1309 7053 0 1 5 2 85 6 16 0 1 0 23422848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 16868

[startup+3.10175 s]
/proc/loadavg: 1.91 1.96 2.06 4/95 26017
/proc/meminfo: memFree=825328/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=0.98
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1309 7053 0 1 5 2 85 6 16 0 1 0 23422848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1111 409 3 0 796 0
[pid=26008] ppid=25995 vsize=5356 CPUtime=0
/proc/26008/stat : 26008 (sh) S 25995 25995 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23422952 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26008/statm: 1339 233 193 169 0 50 0
[pid=26009] ppid=26008 vsize=864376 CPUtime=2.03
/proc/26009/stat : 26009 (java) S 26008 25995 25785 0 -1 0 15150 0 1 0 196 7 0 0 18 0 9 0 23422953 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26009/statm: 216094 14391 2566 9 0 210599 0
[pid=26009/tid=26010] ppid=26008 vsize=864376 CPUtime=1.05
/proc/26009/task/26010/stat : 26010 (java) R 26008 25995 25785 0 -1 64 3212 0 1 0 104 1 0 0 20 0 9 0 23422953 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 101450320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26009/tid=26011] ppid=26008 vsize=864376 CPUtime=0.92
/proc/26009/task/26011/stat : 26011 (java) S 26008 25995 25785 0 -1 64 10924 0 0 0 87 5 0 0 17 0 9 0 23422955 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26009/tid=26012] ppid=26008 vsize=864376 CPUtime=0
/proc/26009/task/26012/stat : 26012 (java) S 26008 25995 25785 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23422955 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26009/tid=26013] ppid=26008 vsize=864376 CPUtime=0
/proc/26009/task/26013/stat : 26013 (java) S 26008 25995 25785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23422955 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26009/tid=26014] ppid=26008 vsize=864376 CPUtime=0
/proc/26009/task/26014/stat : 26014 (java) S 26008 25995 25785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23422957 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26009/tid=26015] ppid=26008 vsize=864376 CPUtime=0.04
/proc/26009/task/26015/stat : 26015 (java) S 26008 25995 25785 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23422957 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26009/tid=26016] ppid=26008 vsize=864376 CPUtime=0
/proc/26009/task/26016/stat : 26016 (java) S 26008 25995 25785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23422957 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26009/tid=26017] ppid=26008 vsize=864376 CPUtime=0
/proc/26009/task/26017/stat : 26017 (java) S 26008 25995 25785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23422957 885121024 14391 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886600

[startup+6.30116 s]
/proc/loadavg: 1.92 1.96 2.06 4/87 26019
/proc/meminfo: memFree=844848/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=4968 CPUtime=1.53
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 1165 0 0 0 68 85 0 0 25 0 1 0 23423323 5087232 1151 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/26019/statm: 1242 1151 40 102 0 1137 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27192

[startup+12.702 s]
/proc/loadavg: 1.93 1.96 2.06 3/87 26019
/proc/meminfo: memFree=830192/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=6024 CPUtime=7.86
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 1437 0 0 0 697 89 0 0 25 0 1 0 23423323 6168576 1423 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26019/statm: 1506 1423 42 102 0 1401 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 28248

[startup+25.5027 s]
/proc/loadavg: 1.94 1.96 2.06 3/87 26019
/proc/meminfo: memFree=828848/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=7812 CPUtime=20.53
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 1780 0 0 0 1964 89 0 0 25 0 1 0 23423323 7999488 1764 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26019/statm: 1953 1764 48 102 0 1848 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 30036

[startup+51.103 s]
/proc/loadavg: 1.96 1.96 2.06 3/87 26019
/proc/meminfo: memFree=828720/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=8060 CPUtime=45.88
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 1849 0 0 0 4498 90 0 0 25 0 1 0 23423323 8253440 1833 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26019/statm: 2015 1833 48 102 0 1910 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 30284

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 2.05 3/87 26019
/proc/meminfo: memFree=816048/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=8560 CPUtime=96.56
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 1990 0 0 0 9566 90 0 0 25 0 1 0 23423323 8765440 1907 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26019/statm: 2140 1907 48 102 0 2035 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 30784

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 2.05 3/87 26019
/proc/meminfo: memFree=798768/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=8956 CPUtime=155.96
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 2243 0 0 0 15506 90 0 0 25 0 1 0 23423323 9170944 2046 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26019/statm: 2239 2046 48 102 0 2134 0
Current children cumulated CPU time (s) 160.55
Current children cumulated vsize (KiB) 31180

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 2.04 3/87 26019
/proc/meminfo: memFree=772336/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=9220 CPUtime=215.36
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 2387 0 0 0 21445 91 0 0 25 0 1 0 23423323 9441280 2105 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/26019/statm: 2305 2105 48 102 0 2200 0
Current children cumulated CPU time (s) 219.95
Current children cumulated vsize (KiB) 31444


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

/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=13700 CPUtime=1530.78
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 4927 0 0 0 152971 107 0 0 25 0 1 0 23423323 14028800 3267 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3425 3267 48 102 0 3320 0
Current children cumulated CPU time (s) 1535.37
Current children cumulated vsize (KiB) 35924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=990064/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=13964 CPUtime=1590.75
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5077 0 0 0 158968 107 0 0 25 0 1 0 23423323 14299136 3323 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3491 3323 48 102 0 3386 0
Current children cumulated CPU time (s) 1595.34
Current children cumulated vsize (KiB) 36188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=990064/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=13964 CPUtime=1650.73
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5077 0 0 0 164966 107 0 0 25 0 1 0 23423323 14299136 3323 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3491 3323 48 102 0 3386 0
Current children cumulated CPU time (s) 1655.32
Current children cumulated vsize (KiB) 36188

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

[startup+1689.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=990128/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=13964 CPUtime=1677.92
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5079 0 0 0 167685 107 0 0 25 0 1 0 23423323 14299136 3325 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3491 3325 48 102 0 3386 0
Current children cumulated CPU time (s) 1682.51
Current children cumulated vsize (KiB) 36188

[startup+1702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=989936/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=14096 CPUtime=1690.71
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5209 0 0 0 168964 107 0 0 25 0 1 0 23423323 14434304 3356 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3524 3356 48 102 0 3419 0
Current children cumulated CPU time (s) 1695.3
Current children cumulated vsize (KiB) 36320

[startup+1708.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=989936/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=14096 CPUtime=1697.11
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5209 0 0 0 169604 107 0 0 25 0 1 0 23423323 14434304 3356 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3524 3356 48 102 0 3419 0
Current children cumulated CPU time (s) 1701.7
Current children cumulated vsize (KiB) 36320

[startup+1711.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=989936/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=14096 CPUtime=1700.31
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5209 0 0 0 169924 107 0 0 25 0 1 0 23423323 14434304 3356 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3524 3356 48 102 0 3419 0
Current children cumulated CPU time (s) 1704.9
Current children cumulated vsize (KiB) 36320

[startup+1713.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=989936/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=14096 CPUtime=1701.9
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5209 0 0 0 170083 107 0 0 25 0 1 0 23423323 14434304 3356 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3524 3356 48 102 0 3419 0
Current children cumulated CPU time (s) 1706.49
Current children cumulated vsize (KiB) 36320

[startup+1715.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=989936/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=14096 CPUtime=1703.5
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5209 0 0 0 170243 107 0 0 25 0 1 0 23423323 14434304 3356 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3524 3356 48 102 0 3419 0
Current children cumulated CPU time (s) 1708.09
Current children cumulated vsize (KiB) 36320

[startup+1715.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=990000/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=14096 CPUtime=1704.31
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5209 0 0 0 170324 107 0 0 25 0 1 0 23423323 14434304 3356 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3524 3356 48 102 0 3419 0
Current children cumulated CPU time (s) 1708.9
Current children cumulated vsize (KiB) 36320

[startup+1716.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=990000/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=4.59
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1364 22679 0 2 6 2 434 17 16 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
[pid=26018] ppid=25995 vsize=5356 CPUtime=0
/proc/26018/stat : 26018 (sh) S 25995 25995 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23423323 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26018/statm: 1339 232 193 169 0 50 0
[pid=26019] ppid=26018 vsize=14100 CPUtime=1704.5
/proc/26019/stat : 26019 (picosat) R 26018 25995 25785 0 -1 4194304 5214 0 0 0 170343 107 0 0 25 0 1 0 23423323 14438400 3361 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 0 0 0
/proc/26019/statm: 3525 3361 52 102 0 3420 0
Current children cumulated CPU time (s) 1709.09
Current children cumulated vsize (KiB) 36324

[startup+1716.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26527
/proc/meminfo: memFree=990000/2055920 swapFree=4192812/4192956
[pid=25995] ppid=25993 vsize=16868 CPUtime=1709.13
/proc/25995/stat : 25995 (sugar) S 25993 25995 25785 0 -1 4194304 1425 28179 0 2 6 2 170780 125 17 0 1 0 23422848 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25995/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1709.13
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1716.29
CPU time (s): 1709.27
CPU user time (s): 1707.96
CPU system time (s): 1.3108
CPU usage (%): 99.591
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1707.96
system time used= 1.3108
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33445
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= 2807
involuntary context switches= 24272

runsolver used 2.22966 second user time and 5.80712 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 04:55:16
IDJOB=2078649
IDBENCH=56796
IDSOLVER=738
FILE ID=node40/2078649-1247367315
PBS_JOBID= 9507130
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-36_ext.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-2078649-1247367315/watcher-2078649-1247367315 -o /tmp/evaluation-result-2078649-1247367315/solver-2078649-1247367315 -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-2078649-1247367315.xml

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

MD5SUM BENCH= be23452fb46abd6d5e7af19898ef7610
RANDOM SEED=1832384079

node40.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.213
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.213
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:        855272 kB
Buffers:         80444 kB
Cached:         764932 kB
SwapCached:          0 kB
Active:         478344 kB
Inactive:       643224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        855272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2620 kB
Writeback:           0 kB
Mapped:         296904 kB
Slab:            63544 kB
Committed_AS:   542504 kB
PageTables:       2424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node40 at 2009-07-12 05:23:52