Trace number 1078420

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+picosatSAT 1045.34 1047.2

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-48_ext.xml
MD5SUMc9572e5d84204b6b8183d5a18c16a5d4
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 benchmark10.9793
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:26:12 2008
0.00/0.04	c 0	PID 16586
0.03/0.05	c 0	HOST node39.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1078420-1215206772.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078420-1215206772.xml' 'HOME/temp.csp'
0.03/0.95	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.91/1.08	c 1	Parsing HOME/temp.csp
1.99/2.16	c 2	parsed 137 expressions
1.99/2.17	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.99/2.17	c 2	Converting to clausal form CSP
1.99/2.20	c 2	converted 14 (10%) expressions
2.08/2.21	c 2	converted 28 (20%) expressions
2.08/2.22	c 2	converted 42 (30%) expressions
2.08/2.23	c 2	converted 55 (40%) expressions
2.28/2.40	c 3	converted 69 (50%) expressions
2.28/2.46	c 3	converted 83 (60%) expressions
2.38/2.56	c 3	converted 96 (70%) expressions
2.47/2.68	c 3	converted 110 (80%) expressions
2.58/2.79	c 3	converted 124 (90%) expressions
2.97/3.10	c 3	converted 137 (100%) expressions
2.97/3.10	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.97/3.10	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.97/3.10	c 3	Propagation in CSP
2.97/3.10	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.97/3.10	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.97/3.10	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.97/3.10	c 3	Simplifing CSP by introducing new Boolean variables
2.97/3.11	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.97/3.11	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.06/3.23	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.06/3.24	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.06/3.24	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.06/3.25	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.06/3.25	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.06/3.25	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.06/3.25	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.06/3.25	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.06/3.25	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.06/3.26	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.06/3.26	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.26/3.44	c 4	6 (10%) CSP clauses are encoded (10546 clauses, 229837 bytes)
3.36/3.58	c 4	12 (20%) CSP clauses are encoded (21338 clauses, 485560 bytes)
3.56/3.72	c 4	18 (30%) CSP clauses are encoded (32214 clauses, 745300 bytes)
3.66/3.85	c 4	24 (40%) CSP clauses are encoded (42905 clauses, 994053 bytes)
3.76/3.96	c 4	29 (50%) CSP clauses are encoded (51907 clauses, 1218017 bytes)
3.86/4.09	c 4	35 (60%) CSP clauses are encoded (62099 clauses, 1470048 bytes)
4.06/4.23	c 4	41 (70%) CSP clauses are encoded (73007 clauses, 1752270 bytes)
4.15/4.38	c 5	47 (80%) CSP clauses are encoded (83863 clauses, 2042438 bytes)
4.35/4.51	c 5	53 (90%) CSP clauses are encoded (94648 clauses, 2331183 bytes)
4.45/4.63	c 5	58 (100%) CSP clauses are encoded (103635 clauses, 2571617 bytes)
4.45/4.63	c 5	58 CSP clauses encoded
4.45/4.63	c 5	Writing map file : HOME/temp.map
4.45/4.63	c 5	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.45/4.63	c 5	SAT : 380 SAT variables, 103635 SAT clauses, 2571617 bytes
4.45/4.63	c 5	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.45/4.66	c 5	SOLVING HOME/temp.cnf
4.45/4.66	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1045.14/1047.03	c 1047	DECODING HOME/temp.out WITH HOME/temp.map
1045.14/1047.03	c 1047	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1045.22/1047.12	c 1047	Decoding HOME/temp.out
1045.22/1047.15	s SATISFIABLE
1045.22/1047.15	v 8 16 11 4 17 11 2 0 7 14 3 3 0 4 2 12 9 4 6 2
1045.22/1047.15	c 1047	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1045.22/1047.20	c 1047	CPU 1044.18 (0.03 0.01 1044.15 1.12)
1045.22/1047.20	c 1047	END Fri Jul  4 23:43:39 2008

Verifier Data (download as text)

OK

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-1078420-1215206772/watcher-1078420-1215206772 -o /tmp/evaluation-result-1078420-1215206772/solver-1078420-1215206772 -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-1078420-1215206772.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.10 2.06 2.02 4/73 16586
/proc/meminfo: memFree=1525112/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=12000 CPUtime=0
/proc/16586/stat : 16586 (sugar) R 16584 16586 16021 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 643610816 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 231512011438 0 0 4224 0 0 0 0 17 1 0 0
/proc/16586/statm: 3000 168 129 3 0 100 0

[startup+0.0503609 s]
/proc/loadavg: 2.10 2.06 2.02 4/73 16586
/proc/meminfo: memFree=1525112/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=0.03
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 643610816 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101948 s]
/proc/loadavg: 2.10 2.06 2.02 4/73 16586
/proc/meminfo: memFree=1525112/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=0.03
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 643610816 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302009 s]
/proc/loadavg: 2.10 2.06 2.02 4/73 16586
/proc/meminfo: memFree=1525112/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=0.03
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 643610816 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701069 s]
/proc/loadavg: 2.10 2.06 2.02 4/73 16586
/proc/meminfo: memFree=1525112/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=0.03
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 643610816 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50119 s]
/proc/loadavg: 2.10 2.06 2.02 3/75 16599
/proc/meminfo: memFree=1521448/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=0.91
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 973 7039 0 1 3 0 83 5 16 0 1 0 643610816 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 797 370 3 0 500 0
[pid=16599] ppid=16586 vsize=5356 CPUtime=0
/proc/16599/stat : 16599 (sh) S 16586 16586 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643610915 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16599/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 18956

[startup+3.10243 s]
/proc/loadavg: 2.18 2.07 2.02 4/84 16608
/proc/meminfo: memFree=1496736/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=0.91
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 973 7039 0 1 3 0 83 5 15 0 1 0 643610816 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 797 370 3 0 500 0
[pid=16599] ppid=16586 vsize=5356 CPUtime=0
/proc/16599/stat : 16599 (sh) S 16586 16586 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643610915 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16599/statm: 1339 233 193 169 0 50 0
[pid=16600] ppid=16599 vsize=864220 CPUtime=2.06
/proc/16600/stat : 16600 (java) S 16599 16586 16021 0 -1 0 14722 0 1 0 198 8 0 0 19 0 9 0 643610916 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 216055 13967 2540 9 0 210630 0
[pid=16600/tid=16601] ppid=16599 vsize=864220 CPUtime=1.01
/proc/16600/task/16601/stat : 16601 (java) R 16599 16586 16021 0 -1 64 2931 0 1 0 99 2 0 0 20 0 9 0 643610917 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16602] ppid=16599 vsize=864220 CPUtime=0.97
/proc/16600/task/16602/stat : 16602 (java) R 16599 16586 16021 0 -1 64 10771 0 0 0 92 5 0 0 17 0 9 0 643610918 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 104182194 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16603] ppid=16599 vsize=864220 CPUtime=0
/proc/16600/task/16603/stat : 16603 (java) S 16599 16586 16021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643610919 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16604] ppid=16599 vsize=864220 CPUtime=0
/proc/16600/task/16604/stat : 16604 (java) S 16599 16586 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 643610919 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16605] ppid=16599 vsize=864220 CPUtime=0
/proc/16600/task/16605/stat : 16605 (java) S 16599 16586 16021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643610921 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16606] ppid=16599 vsize=864220 CPUtime=0.06
/proc/16600/task/16606/stat : 16606 (java) S 16599 16586 16021 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 643610921 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16607] ppid=16599 vsize=864220 CPUtime=0
/proc/16600/task/16607/stat : 16607 (java) S 16599 16586 16021 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643610921 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16600/tid=16608] ppid=16599 vsize=864220 CPUtime=0
/proc/16600/task/16608/stat : 16608 (java) S 16599 16586 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643610921 884961280 13967 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883176

[startup+6.3019 s]
/proc/loadavg: 2.18 2.07 2.02 3/76 16610
/proc/meminfo: memFree=1516320/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=5100 CPUtime=1.62
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 1175 0 0 0 81 81 0 0 25 0 1 0 643611282 5222400 1161 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 1275 1161 42 102 0 1170 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24056

[startup+12.7018 s]
/proc/loadavg: 2.16 2.07 2.02 3/76 16610
/proc/meminfo: memFree=1513248/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=5892 CPUtime=7.95
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 1387 0 0 0 714 81 0 0 25 0 1 0 643611282 6033408 1373 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 1473 1373 42 102 0 1368 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 24848

[startup+25.5017 s]
/proc/loadavg: 2.12 2.07 2.02 3/76 16610
/proc/meminfo: memFree=1512032/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=7052 CPUtime=20.63
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 1708 0 0 0 1981 82 0 0 25 0 1 0 643611282 7221248 1692 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 1763 1692 48 102 0 1658 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 26008

[startup+51.1015 s]
/proc/loadavg: 2.08 2.06 2.02 3/76 16610
/proc/meminfo: memFree=1511904/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=7764 CPUtime=45.99
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 1765 0 0 0 4517 82 0 0 25 0 1 0 643611282 7950336 1749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 1941 1749 48 102 0 1836 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 26720

[startup+102.306 s]
/proc/loadavg: 2.03 2.05 2.01 3/76 16610
/proc/meminfo: memFree=1511136/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=8292 CPUtime=96.71
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 1947 0 0 0 9589 82 0 0 25 0 1 0 643611282 8491008 1863 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/16610/statm: 2073 1863 48 102 0 1968 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 27248

[startup+162.302 s]
/proc/loadavg: 1.95 2.02 2.00 3/83 16650
/proc/meminfo: memFree=1795112/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=8820 CPUtime=156.31
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 2178 0 0 0 15547 84 0 0 25 0 1 0 643611282 9031680 1980 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 2205 1980 48 102 0 2100 0
Current children cumulated CPU time (s) 160.82
Current children cumulated vsize (KiB) 27776

[startup+222.303 s]
/proc/loadavg: 1.98 2.02 2.00 3/83 16650
/proc/meminfo: memFree=1794536/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=9216 CPUtime=216.28
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 2444 0 0 0 21544 84 0 0 25 0 1 0 643611282 9437184 2114 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 820.53
Current children cumulated vsize (KiB) 31068

[startup+882.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 16685
/proc/meminfo: memFree=1705704/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12376 CPUtime=875.99
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4147 0 0 0 87511 88 0 0 25 0 1 0 643611282 12673024 2917 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3094 2917 48 102 0 2989 0
Current children cumulated CPU time (s) 880.5
Current children cumulated vsize (KiB) 31332

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 16685
/proc/meminfo: memFree=1705704/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12376 CPUtime=935.97
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4229 0 0 0 93508 89 0 0 25 0 1 0 643611282 12673024 2917 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3094 2917 48 102 0 2989 0
Current children cumulated CPU time (s) 940.48
Current children cumulated vsize (KiB) 31332

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 16685
/proc/meminfo: memFree=1705704/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12508 CPUtime=995.95
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4249 0 0 0 99506 89 0 0 25 0 1 0 643611282 12808192 2937 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3127 2937 48 102 0 3022 0
Current children cumulated CPU time (s) 1000.46
Current children cumulated vsize (KiB) 31464

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16685
/proc/meminfo: memFree=1705256/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12772 CPUtime=1017.54
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4416 0 0 0 101665 89 0 0 25 0 1 0 643611282 13078528 3018 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3193 3018 48 102 0 3088 0
Current children cumulated CPU time (s) 1022.05
Current children cumulated vsize (KiB) 31728

[startup+1036.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16685
/proc/meminfo: memFree=1705256/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12772 CPUtime=1030.33
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4416 0 0 0 102944 89 0 0 25 0 1 0 643611282 13078528 3018 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3193 3018 48 102 0 3088 0
Current children cumulated CPU time (s) 1034.84
Current children cumulated vsize (KiB) 31728

[startup+1043.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16685
/proc/meminfo: memFree=1705256/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12772 CPUtime=1036.73
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4416 0 0 0 103584 89 0 0 25 0 1 0 643611282 13078528 3018 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3193 3018 48 102 0 3088 0
Current children cumulated CPU time (s) 1041.24
Current children cumulated vsize (KiB) 31728

[startup+1044.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16685
/proc/meminfo: memFree=1705256/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12772 CPUtime=1038.33
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4416 0 0 0 103744 89 0 0 25 0 1 0 643611282 13078528 3018 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3193 3018 48 102 0 3088 0
Current children cumulated CPU time (s) 1042.84
Current children cumulated vsize (KiB) 31728

[startup+1046.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16685
/proc/meminfo: memFree=1705256/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12772 CPUtime=1039.93
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4416 0 0 0 103904 89 0 0 25 0 1 0 643611282 13078528 3018 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3193 3018 48 102 0 3088 0
Current children cumulated CPU time (s) 1044.44
Current children cumulated vsize (KiB) 31728

[startup+1046.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16685
/proc/meminfo: memFree=1705256/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=4.51
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1022 22573 0 2 3 0 429 19 16 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16609] ppid=16586 vsize=5356 CPUtime=0
/proc/16609/stat : 16609 (sh) S 16586 16586 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643611282 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16609/statm: 1339 232 193 169 0 50 0
[pid=16610] ppid=16609 vsize=12772 CPUtime=1040.33
/proc/16610/stat : 16610 (picosat) R 16609 16586 16021 0 -1 4194304 4416 0 0 0 103944 89 0 0 25 0 1 0 643611282 13078528 3018 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16610/statm: 3193 3018 48 102 0 3088 0
Current children cumulated CPU time (s) 1044.84
Current children cumulated vsize (KiB) 31728

[startup+1047.1 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 16695
/proc/meminfo: memFree=1713576/2055920 swapFree=4180808/4192956
[pid=16586] ppid=16584 vsize=13600 CPUtime=1045.18
/proc/16586/stat : 16586 (sugar) S 16584 16586 16021 0 -1 4194304 1070 27280 0 2 3 0 104406 109 17 0 1 0 643610816 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16586/statm: 3400 798 370 3 0 500 0
[pid=16686] ppid=16586 vsize=5356 CPUtime=0
/proc/16686/stat : 16686 (sh) S 16586 16586 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643715519 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16686/statm: 1339 233 193 169 0 50 0
[pid=16687] ppid=16686 vsize=861944 CPUtime=0.04
/proc/16687/stat : 16687 (java) S 16686 16586 16021 0 -1 0 2465 0 1 0 3 1 0 0 19 0 9 0 643715520 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16687/statm: 215486 1993 1122 9 0 210463 0
[pid=16687/tid=16688] ppid=16686 vsize=861944 CPUtime=0.04
/proc/16687/task/16688/stat : 16688 (java) R 16686 16586 16021 0 -1 64 1556 0 1 0 3 1 0 0 25 0 9 0 643715521 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 0 0 0
[pid=16687/tid=16689] ppid=16686 vsize=861944 CPUtime=0
/proc/16687/task/16689/stat : 16689 (java) S 16686 16586 16021 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 643715522 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16687/tid=16690] ppid=16686 vsize=861944 CPUtime=0
/proc/16687/task/16690/stat : 16690 (java) S 16686 16586 16021 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 643715522 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16687/tid=16691] ppid=16686 vsize=861944 CPUtime=0
/proc/16687/task/16691/stat : 16691 (java) S 16686 16586 16021 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 643715522 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16687/tid=16692] ppid=16686 vsize=861944 CPUtime=0
/proc/16687/task/16692/stat : 16692 (java) S 16686 16586 16021 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 643715524 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16687/tid=16693] ppid=16686 vsize=861944 CPUtime=0
/proc/16687/task/16693/stat : 16693 (java) S 16686 16586 16021 0 -1 64 214 0 0 0 0 0 0 0 25 0 9 0 643715524 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16687/tid=16694] ppid=16686 vsize=861944 CPUtime=0
/proc/16687/task/16694/stat : 16694 (java) S 16686 16586 16021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 643715524 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16687/tid=16695] ppid=16686 vsize=861944 CPUtime=0
/proc/16687/task/16695/stat : 16695 (java) S 16686 16586 16021 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 643715524 882630656 1993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1045.22
Current children cumulated vsize (KiB) 880900

Child status: 0
Real time (s): 1047.2
CPU time (s): 1045.34
CPU user time (s): 1044.2
CPU system time (s): 1.14183
CPU usage (%): 99.822
Max. virtual memory (cumulated for all children) (KiB): 883288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1044.2
system time used= 1.14183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32112
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= 2505
involuntary context switches= 8167

runsolver used 1.22581 second user time and 3.54546 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 23:26:12
IDJOB=1078420
IDBENCH=56790
IDSOLVER=345
FILE ID=node39/1078420-1215206772
PBS_JOBID= 7881669
Free space on /tmp= 66516 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9572e5d84204b6b8183d5a18c16a5d4
RANDOM SEED=1325251339

node39.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.267
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.267
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:       1525592 kB
Buffers:         16432 kB
Cached:         137552 kB
SwapCached:       5748 kB
Active:         438400 kB
Inactive:        40420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525592 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:         332508 kB
Slab:            36172 kB
Committed_AS:  1269028 kB
PageTables:       2420 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= 66548 MiB
End job on node39 at 2008-07-04 23:43:39