Trace number 2078638

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 295.669 295.94

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-30_ext.xml
MD5SUM6a8f7980e778edf39cb9d5b3ad0d8606
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.13937
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.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:54:55 2009
0.00/0.07	c 0	PID 25797
0.00/0.07	c 0	HOST node92.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2078638-1247367295.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078638-1247367295.xml' 'HOME/temp.csp'
0.06/0.70	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.67/0.82	c 1	Parsing HOME/temp.csp
1.70/1.83	c 2	parsed 141 expressions
1.70/1.83	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.83	c 2	Converting to clausal form CSP
1.70/1.85	c 2	converted 15 (10%) expressions
1.70/1.87	c 2	converted 29 (20%) expressions
1.70/1.87	c 2	converted 43 (30%) expressions
1.90/2.02	c 2	converted 57 (40%) expressions
1.90/2.02	c 2	converted 71 (50%) expressions
1.90/2.09	c 2	converted 85 (60%) expressions
2.01/2.18	c 2	converted 99 (70%) expressions
2.11/2.28	c 3	converted 113 (80%) expressions
2.19/2.38	c 3	converted 127 (90%) expressions
2.50/2.69	c 3	converted 141 (100%) expressions
2.50/2.69	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.50/2.69	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.69	c 3	Propagation in CSP
2.50/2.69	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.69	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.50/2.69	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.69	c 3	Simplifing CSP by introducing new Boolean variables
2.50/2.69	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.50/2.69	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.81	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.70/2.81	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.70/2.81	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.70/2.82	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.70/2.82	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.70/2.82	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.70/2.82	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.70/2.82	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.70/2.82	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.70/2.83	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.70/2.83	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.90/3.01	c 3	6 (10%) CSP clauses are encoded (11134 clauses, 252410 bytes)
3.00/3.13	c 3	12 (20%) CSP clauses are encoded (21972 clauses, 510714 bytes)
3.10/3.25	c 4	18 (30%) CSP clauses are encoded (32801 clauses, 772958 bytes)
3.20/3.38	c 4	24 (40%) CSP clauses are encoded (43695 clauses, 1043952 bytes)
3.41/3.50	c 4	30 (50%) CSP clauses are encoded (54508 clauses, 1312839 bytes)
3.50/3.62	c 4	36 (60%) CSP clauses are encoded (65324 clauses, 1582321 bytes)
3.60/3.74	c 4	42 (70%) CSP clauses are encoded (76168 clauses, 1852164 bytes)
3.70/3.87	c 4	48 (80%) CSP clauses are encoded (87174 clauses, 2141405 bytes)
3.80/3.99	c 4	54 (90%) CSP clauses are encoded (97969 clauses, 2429885 bytes)
4.00/4.11	c 4	60 (100%) CSP clauses are encoded (108789 clauses, 2719578 bytes)
4.00/4.11	c 4	60 CSP clauses encoded
4.00/4.12	c 4	Writing map file : HOME/temp.map
4.00/4.12	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.12	c 4	SAT : 380 SAT variables, 108789 SAT clauses, 2719578 bytes
4.00/4.12	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.15	c 4	SOLVING HOME/temp.cnf
4.00/4.15	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
295.46/295.76	c 296	DECODING HOME/temp.out WITH HOME/temp.map
295.46/295.76	c 296	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'
295.55/295.85	c 296	Decoding HOME/temp.out
295.55/295.88	s SATISFIABLE
295.55/295.88	v 6 8 5 4 16 18 6 2 16 7 11 4 3 16 7 0 14 6 9 3
295.55/295.88	c 296	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
295.63/295.94	c 296	CPU 295.65 (0.06 0.01 294.57 1.01)
295.63/295.94	c 296	END Sun Jul 12 04:59:51 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-2078638-1247367295/watcher-2078638-1247367295 -o /tmp/evaluation-result-2078638-1247367295/solver-2078638-1247367295 -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-2078638-1247367295.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.98 1.98 2.10 3/74 25797
/proc/meminfo: memFree=1766144/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=3672 CPUtime=0
/proc/25797/stat : 25797 (sugar) R 25795 25797 21932 0 -1 4194304 52 0 0 0 0 0 0 0 19 0 1 0 23794555 3760128 37 996147200 4194304 4206940 548682068608 18446744073709551615 251276589405 0 0 4096 0 0 0 0 17 0 0 0
/proc/25797/statm: 918 37 28 3 0 8 0

[startup+0.091469 s]
/proc/loadavg: 1.98 1.98 2.10 3/74 25797
/proc/meminfo: memFree=1766144/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=0.06
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23794555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25797/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101465 s]
/proc/loadavg: 1.98 1.98 2.10 3/74 25797
/proc/meminfo: memFree=1766144/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=0.06
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23794555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25797/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301492 s]
/proc/loadavg: 1.98 1.98 2.10 3/74 25797
/proc/meminfo: memFree=1766144/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=0.06
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23794555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25797/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701542 s]
/proc/loadavg: 1.98 1.98 2.10 3/74 25797
/proc/meminfo: memFree=1766144/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=0.06
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23794555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50164 s]
/proc/loadavg: 1.98 1.98 2.10 3/85 25819
/proc/meminfo: memFree=1754536/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=0.67
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1309 6999 0 1 5 1 55 6 15 0 1 0 23794555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1111 409 3 0 796 0
[pid=25810] ppid=25797 vsize=5356 CPUtime=0
/proc/25810/stat : 25810 (sh) S 25797 25797 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23794630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25810/statm: 1339 233 193 169 0 50 0
[pid=25811] ppid=25810 vsize=862288 CPUtime=0.73
/proc/25811/stat : 25811 (java) S 25810 25797 21932 0 -1 0 7360 0 1 0 70 3 0 0 20 0 9 0 23794630 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25811/statm: 215572 6634 2158 9 0 210485 0
[pid=25811/tid=25812] ppid=25810 vsize=862288 CPUtime=0.48
/proc/25811/task/25812/stat : 25812 (java) R 25810 25797 21932 0 -1 64 2032 0 1 0 47 1 0 0 25 0 9 0 23794631 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25813] ppid=25810 vsize=862288 CPUtime=0.2
/proc/25811/task/25813/stat : 25813 (java) R 25810 25797 21932 0 -1 64 4326 0 0 0 20 0 0 0 16 0 9 0 23794632 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 102499761 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25814] ppid=25810 vsize=862288 CPUtime=0
/proc/25811/task/25814/stat : 25814 (java) S 25810 25797 21932 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23794632 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25815] ppid=25810 vsize=862288 CPUtime=0
/proc/25811/task/25815/stat : 25815 (java) S 25810 25797 21932 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23794632 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25816] ppid=25810 vsize=862288 CPUtime=0
/proc/25811/task/25816/stat : 25816 (java) S 25810 25797 21932 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23794634 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25817] ppid=25810 vsize=862288 CPUtime=0.03
/proc/25811/task/25817/stat : 25817 (java) S 25810 25797 21932 0 -1 64 299 0 0 0 3 0 0 0 22 0 9 0 23794634 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25818] ppid=25810 vsize=862288 CPUtime=0
/proc/25811/task/25818/stat : 25818 (java) S 25810 25797 21932 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23794634 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25819] ppid=25810 vsize=862288 CPUtime=0
/proc/25811/task/25819/stat : 25819 (java) S 25810 25797 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23794634 882982912 6634 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884512

[startup+3.10184 s]
/proc/loadavg: 1.98 1.98 2.10 3/85 25819
/proc/meminfo: memFree=1727528/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=0.67
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1310 6999 0 1 5 1 55 6 15 0 1 0 23794555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1111 409 3 0 796 0
[pid=25810] ppid=25797 vsize=5356 CPUtime=0
/proc/25810/stat : 25810 (sh) S 25797 25797 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23794630 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25810/statm: 1339 233 193 169 0 50 0
[pid=25811] ppid=25810 vsize=864496 CPUtime=2.33
/proc/25811/stat : 25811 (java) S 25810 25797 21932 0 -1 0 15290 0 1 0 226 7 0 0 20 0 9 0 23794630 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25811/statm: 216124 14505 2590 9 0 210601 0
[pid=25811/tid=25812] ppid=25810 vsize=864496 CPUtime=1.28
/proc/25811/task/25812/stat : 25812 (java) R 25810 25797 21932 0 -1 64 3284 0 1 0 125 3 0 0 25 0 9 0 23794631 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4126552866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25813] ppid=25810 vsize=864496 CPUtime=0.96
/proc/25811/task/25813/stat : 25813 (java) S 25810 25797 21932 0 -1 64 10975 0 0 0 93 3 0 0 16 0 9 0 23794632 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25814] ppid=25810 vsize=864496 CPUtime=0
/proc/25811/task/25814/stat : 25814 (java) S 25810 25797 21932 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23794632 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25815] ppid=25810 vsize=864496 CPUtime=0
/proc/25811/task/25815/stat : 25815 (java) S 25810 25797 21932 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23794632 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25816] ppid=25810 vsize=864496 CPUtime=0
/proc/25811/task/25816/stat : 25816 (java) S 25810 25797 21932 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23794634 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25817] ppid=25810 vsize=864496 CPUtime=0.07
/proc/25811/task/25817/stat : 25817 (java) S 25810 25797 21932 0 -1 64 328 0 0 0 7 0 0 0 16 0 9 0 23794634 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25818] ppid=25810 vsize=864496 CPUtime=0
/proc/25811/task/25818/stat : 25818 (java) S 25810 25797 21932 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23794634 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25811/tid=25819] ppid=25810 vsize=864496 CPUtime=0
/proc/25811/task/25819/stat : 25819 (java) S 25810 25797 21932 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23794634 885243904 14505 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886720

[startup+6.30125 s]
/proc/loadavg: 1.98 1.98 2.10 3/77 25821
/proc/meminfo: memFree=1754152/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=5364 CPUtime=2.14
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 1257 0 0 0 136 78 0 0 25 0 1 0 23794970 5492736 1243 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 1341 1243 42 102 0 1236 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27588

[startup+12.701 s]
/proc/loadavg: 1.99 1.98 2.10 3/77 25821
/proc/meminfo: memFree=1752440/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=6288 CPUtime=8.53
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 1502 0 0 0 775 78 0 0 25 0 1 0 23794970 6438912 1488 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 1572 1488 42 102 0 1467 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 28512

[startup+25.5027 s]
/proc/loadavg: 1.99 1.98 2.10 3/77 25821
/proc/meminfo: memFree=1751416/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=7792 CPUtime=21.33
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 1784 0 0 0 2054 79 0 0 25 0 1 0 23794970 7979008 1757 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 1948 1757 48 102 0 1843 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 30016

[startup+51.1029 s]
/proc/loadavg: 1.99 1.98 2.09 3/77 25821
/proc/meminfo: memFree=1751096/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=7992 CPUtime=46.91
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 1843 0 0 0 4612 79 0 0 25 0 1 0 23794970 8183808 1816 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 1998 1816 48 102 0 1893 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 30216

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 2.09 3/77 25821
/proc/meminfo: memFree=1750520/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=8516 CPUtime=98.09
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2040 0 0 0 9730 79 0 0 25 0 1 0 23794970 8720384 1910 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2129 1910 48 102 0 2024 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 30740

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 2.08 3/77 25821
/proc/meminfo: memFree=1749880/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=9044 CPUtime=158.07
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2305 0 0 0 15727 80 0 0 25 0 1 0 23794970 9261056 2055 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2261 2055 48 102 0 2156 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 31268

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 2.08 3/77 25821
/proc/meminfo: memFree=1749496/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=9308 CPUtime=218.03
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2482 0 0 0 21723 80 0 0 25 0 1 0 23794970 9531392 2142 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2327 2142 48 102 0 2222 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 31532

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 2.07 3/77 25821
/proc/meminfo: memFree=1749176/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=9704 CPUtime=278.02
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2737 0 0 0 27721 81 0 0 25 0 1 0 23794970 9936896 2251 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2426 2251 48 102 0 2321 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 31928

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

[startup+287.902 s]
/proc/loadavg: 1.99 1.98 2.07 3/77 25821
/proc/meminfo: memFree=1748984/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=9704 CPUtime=283.61
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2737 0 0 0 28280 81 0 0 25 0 1 0 23794970 9936896 2251 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2426 2251 48 102 0 2321 0
Current children cumulated CPU time (s) 287.66
Current children cumulated vsize (KiB) 31928

[startup+291.102 s]
/proc/loadavg: 1.99 1.98 2.07 3/77 25821
/proc/meminfo: memFree=1748984/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=9704 CPUtime=286.81
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2737 0 0 0 28600 81 0 0 25 0 1 0 23794970 9936896 2251 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2426 2251 48 102 0 2321 0
Current children cumulated CPU time (s) 290.86
Current children cumulated vsize (KiB) 31928

[startup+294.301 s]
/proc/loadavg: 1.99 1.98 2.07 3/77 25821
/proc/meminfo: memFree=1748984/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=9704 CPUtime=290.01
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2737 0 0 0 28920 81 0 0 25 0 1 0 23794970 9936896 2251 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2426 2251 48 102 0 2321 0
Current children cumulated CPU time (s) 294.06
Current children cumulated vsize (KiB) 31928

[startup+295.102 s]
/proc/loadavg: 1.99 1.98 2.07 3/77 25821
/proc/meminfo: memFree=1748984/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=9704 CPUtime=290.81
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2737 0 0 0 29000 81 0 0 25 0 1 0 23794970 9936896 2251 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2426 2251 48 102 0 2321 0
Current children cumulated CPU time (s) 294.86
Current children cumulated vsize (KiB) 31928

[startup+295.502 s]
/proc/loadavg: 1.99 1.98 2.07 3/77 25821
/proc/meminfo: memFree=1748984/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=4.05
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1364 22636 0 2 6 1 381 17 16 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25820] ppid=25797 vsize=5356 CPUtime=0
/proc/25820/stat : 25820 (sh) S 25797 25797 21932 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23794970 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25820/statm: 1339 232 193 169 0 50 0
[pid=25821] ppid=25820 vsize=9704 CPUtime=291.21
/proc/25821/stat : 25821 (picosat) R 25820 25797 21932 0 -1 4194304 2737 0 0 0 29040 81 0 0 25 0 1 0 23794970 9936896 2251 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25821/statm: 2426 2251 48 102 0 2321 0
Current children cumulated CPU time (s) 295.26
Current children cumulated vsize (KiB) 31928

[startup+295.907 s]
/proc/loadavg: 1.99 1.98 2.07 3/81 25827
/proc/meminfo: memFree=1755544/2055920 swapFree=4192812/4192956
[pid=25797] ppid=25795 vsize=16868 CPUtime=295.53
/proc/25797/stat : 25797 (sugar) S 25795 25797 21932 0 -1 4194304 1446 25664 0 2 6 1 29448 98 15 0 1 0 23794555 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25797/statm: 4217 1112 409 3 0 796 0
[pid=25822] ppid=25797 vsize=5356 CPUtime=0
/proc/25822/stat : 25822 (sh) S 25797 25797 21932 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23824131 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25822/statm: 1339 233 193 169 0 50 0
[pid=25823] ppid=25822 vsize=864152 CPUtime=0.1
/proc/25823/stat : 25823 (java) S 25822 25797 21932 0 -1 0 3450 0 1 0 8 2 0 0 18 0 9 0 23824132 884891648 2916 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25823/statm: 216038 2916 1700 9 0 210543 0
[pid=25823/tid=25824] ppid=25822 vsize=864152 CPUtime=0.07
/proc/25823/task/25824/stat : 25824 (java) S 25822 25797 21932 0 -1 64 2464 0 1 0 6 1 0 0 18 0 9 0 23824133 884891648 2916 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25823/tid=25825] ppid=25822 vsize=864152 CPUtime=0
/proc/25823/task/25825/stat : 25825 (java) S 25822 25797 21932 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 23824134 884891648 2916 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25823/tid=25826] ppid=25822 vsize=864152 CPUtime=0
/proc/25823/task/25826/stat : 25826 (java) S 25822 25797 21932 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23824134 884891648 2916 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25823/tid=25827] ppid=25822 vsize=864152 CPUtime=0
/proc/25823/task/25827/stat : 25827 (java) S 25822 25797 21932 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23824134 884891648 2916 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 295.63
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 295.94
CPU time (s): 295.669
CPU user time (s): 294.632
CPU system time (s): 1.03684
CPU usage (%): 99.9083
Max. virtual memory (cumulated for all children) (KiB): 886720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.632
system time used= 1.03684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30939
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= 2649
involuntary context switches= 3624

runsolver used 0.308953 second user time and 0.78488 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 04:54:55
IDJOB=2078638
IDBENCH=56794
IDSOLVER=738
FILE ID=node92/2078638-1247367295
PBS_JOBID= 9507021
Free space on /tmp= 66336 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-30_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-2078638-1247367295/watcher-2078638-1247367295 -o /tmp/evaluation-result-2078638-1247367295/solver-2078638-1247367295 -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-2078638-1247367295.xml

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

MD5SUM BENCH= 6a8f7980e778edf39cb9d5b3ad0d8606
RANDOM SEED=2047779585

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1766624 kB
Buffers:         17620 kB
Cached:         160336 kB
SwapCached:          0 kB
Active:         151052 kB
Inactive:        79488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:          63216 kB
Slab:            44052 kB
Committed_AS:   224036 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node92 at 2009-07-12 04:59:51