Trace number 1062657

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+minisat? (MO) 76.804 79.8568

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-pk1.xml
MD5SUMfff94e8ceb5817adba06954653909a4e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.098984
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints60
Maximum constraint arity57
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 03:43:33 2008
0.00/0.04	c 0	PID 19660
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1062657-1215135813.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1062657-1215135813.xml' 'HOME/temp.csp'
0.03/0.28	c 0	1 domains, 86 variables, 3 predicates, 0 relations, 60 constraints
0.03/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	c 0	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.30/0.40	c 0	Parsing HOME/temp.csp
0.30/0.53	c 0	parsed 150 expressions
0.30/0.53	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.53	c 0	Converting to clausal form CSP
0.30/0.56	c 1	converted 15 (10%) expressions
0.30/0.56	c 1	converted 30 (20%) expressions
0.30/0.56	c 1	converted 45 (30%) expressions
0.30/0.56	c 1	converted 60 (40%) expressions
0.30/0.56	c 1	converted 75 (50%) expressions
0.30/0.56	c 1	converted 90 (60%) expressions
0.30/0.57	c 1	converted 105 (70%) expressions
0.30/0.57	c 1	converted 120 (80%) expressions
0.30/0.83	c 1	converted 135 (90%) expressions
0.30/0.90	c 1	converted 150 (100%) expressions
0.30/0.90	c 1	CSP : 1736 integers, 0 booleans, 3360 clauses, largest domain size 955
0.30/0.90	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.90	c 1	Propagation in CSP
0.30/0.94	c 1	3449 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.30/0.95	c 1	CSP : 1736 integers, 0 booleans, 3360 clauses, largest domain size 947
0.30/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.95	c 1	Simplifing CSP by introducing new Boolean variables
0.30/0.95	c 1	CSP : 1736 integers, 0 booleans, 3360 clauses, largest domain size 947
0.30/0.95	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.30/0.99	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.96/1.03	c 1	174 (10%) CSP integer variables are encoded (10753 clauses, 139870 bytes)
0.96/1.06	c 1	348 (20%) CSP integer variables are encoded (34332 clauses, 493555 bytes)
0.96/1.09	c 1	521 (30%) CSP integer variables are encoded (57760 clauses, 844975 bytes)
1.05/1.12	c 1	695 (40%) CSP integer variables are encoded (82978 clauses, 1223245 bytes)
1.05/1.15	c 1	868 (50%) CSP integer variables are encoded (104368 clauses, 1554488 bytes)
1.05/1.18	c 1	1042 (60%) CSP integer variables are encoded (128303 clauses, 1961383 bytes)
1.15/1.22	c 1	1216 (70%) CSP integer variables are encoded (153023 clauses, 2381623 bytes)
1.15/1.25	c 1	1389 (80%) CSP integer variables are encoded (175019 clauses, 2755555 bytes)
1.15/1.29	c 1	1563 (90%) CSP integer variables are encoded (198693 clauses, 3158013 bytes)
1.24/1.32	c 1	1736 (100%) CSP integer variables are encoded (223354 clauses, 3577250 bytes)
6.18/6.35	c 6	336 (10%) CSP clauses are encoded (2994355 clauses, 58304013 bytes)
12.63/12.81	c 13	672 (20%) CSP clauses are encoded (6695116 clauses, 137612480 bytes)
19.28/19.53	c 19	1008 (30%) CSP clauses are encoded (10583264 clauses, 220934371 bytes)
25.97/26.37	c 26	1344 (40%) CSP clauses are encoded (14414080 clauses, 303039497 bytes)
31.76/32.39	c 32	1680 (50%) CSP clauses are encoded (17646538 clauses, 376782118 bytes)
38.53/39.35	c 39	2016 (60%) CSP clauses are encoded (21433475 clauses, 469262238 bytes)
45.32/46.20	c 46	2352 (70%) CSP clauses are encoded (25228538 clauses, 561938125 bytes)
51.49/52.63	c 53	2688 (80%) CSP clauses are encoded (28711597 clauses, 646992152 bytes)
58.26/59.68	c 60	3024 (90%) CSP clauses are encoded (32551332 clauses, 740750208 bytes)
65.49/67.17	c 67	3360 (100%) CSP clauses are encoded (36607796 clauses, 839812331 bytes)
65.49/67.17	c 67	3360 CSP clauses encoded
65.49/67.17	c 67	Writing map file : HOME/temp.map
65.49/67.17	c 67	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.49/67.17	c 67	SAT : 225090 SAT variables, 36607796 SAT clauses, 839812331 bytes
65.49/67.17	c 67	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.56/67.23	c 67	SOLVING HOME/temp.cnf
65.56/67.23	c 67	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
65.56/67.24	c 67	This is MiniSat 2.0 beta
65.56/67.24	c 67	WARNING: for repeatability, setting FPU to use double precision
65.56/67.24	c 67	============================[ Problem Statistics ]=============================
65.56/67.24	c 67	|                                                                             |
65.56/67.24	c 67	|  Number of variables:  225090                                               |
65.56/67.24	c 67	|  Number of clauses:    36607796                                             |
76.49/78.82	c ERROR INTERRUPTED
76.60/78.95	s UNKNOWN
76.60/78.95	c 79	CPU 59.3 (0.04 0.01 59.26 6.27)
76.60/78.95	c 79	END Fri Jul  4 03:44:52 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1062657-1215135813/watcher-1062657-1215135813 -o /tmp/evaluation-result-1062657-1215135813/solver-1062657-1215135813 -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/minisat -tmp=HOME/temp HOME/instance-1062657-1215135813.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: 1.89 1.98 1.99 4/81 19660
/proc/meminfo: memFree=1838376/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=12000 CPUtime=0
/proc/19660/stat : 19660 (sugar) R 19658 19660 16976 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 1992552746 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 218075694630 0 0 4224 0 0 0 0 17 1 0 0
/proc/19660/statm: 3000 163 125 3 0 100 0

[startup+0.0712741 s]
/proc/loadavg: 1.89 1.98 1.99 4/81 19660
/proc/meminfo: memFree=1838376/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.03
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992552746 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102276 s]
/proc/loadavg: 1.89 1.98 1.99 4/81 19660
/proc/meminfo: memFree=1838376/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.03
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992552746 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302309 s]
/proc/loadavg: 1.89 1.98 1.99 4/81 19660
/proc/meminfo: memFree=1838376/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.03
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1992552746 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701378 s]
/proc/loadavg: 1.89 1.98 1.99 4/81 19660
/proc/meminfo: memFree=1838376/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.3
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 973 4303 0 1 3 1 23 3 15 0 1 0 1992552746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.50151 s]
/proc/loadavg: 1.89 1.98 1.99 3/92 19682
/proc/meminfo: memFree=1822928/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.3
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 974 4303 0 1 3 1 23 3 15 0 1 0 1992552746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 797 370 3 0 500 0
[pid=19673] ppid=19660 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19660 19660 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992552779 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 233 193 169 0 50 0
[pid=19674] ppid=19673 vsize=868468 CPUtime=1.15
/proc/19674/stat : 19674 (java) S 19673 19660 16976 0 -1 0 6768 0 1 0 107 8 0 0 18 0 9 0 1992552779 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19674/statm: 217117 5844 2562 9 0 211664 0
[pid=19674/tid=19675] ppid=19673 vsize=868468 CPUtime=0.79
/proc/19674/task/19675/stat : 19675 (java) R 19673 19660 16976 0 -1 64 2843 0 1 0 74 5 0 0 23 0 9 0 1992552780 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19676] ppid=19673 vsize=868468 CPUtime=0.1
/proc/19674/task/19676/stat : 19676 (java) S 19673 19660 16976 0 -1 64 1739 0 0 0 9 1 0 0 16 0 9 0 1992552781 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19677] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19677/stat : 19677 (java) S 19673 19660 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992552781 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19678] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19678/stat : 19678 (java) S 19673 19660 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992552781 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19679] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19679/stat : 19679 (java) S 19673 19660 16976 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992552783 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19680] ppid=19673 vsize=868468 CPUtime=0.22
/proc/19674/task/19680/stat : 19680 (java) S 19673 19660 16976 0 -1 64 1493 0 0 0 22 0 0 0 16 0 9 0 1992552783 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19681] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19681/stat : 19681 (java) S 19673 19660 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992552783 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19682] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19682/stat : 19682 (java) S 19673 19660 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992552783 889311232 5844 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887424

[startup+3.10278 s]
/proc/loadavg: 1.89 1.98 1.99 3/92 19682
/proc/meminfo: memFree=1811216/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.3
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 974 4303 0 1 3 1 23 3 15 0 1 0 1992552746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 797 370 3 0 500 0
[pid=19673] ppid=19660 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19660 19660 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992552779 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 233 193 169 0 50 0
[pid=19674] ppid=19673 vsize=868468 CPUtime=2.74
/proc/19674/stat : 19674 (java) S 19673 19660 16976 0 -1 0 7292 0 1 0 254 20 0 0 18 0 9 0 1992552779 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19674/statm: 217117 5849 2562 9 0 211664 0
[pid=19674/tid=19675] ppid=19673 vsize=868468 CPUtime=2.24
/proc/19674/task/19675/stat : 19675 (java) R 19673 19660 16976 0 -1 64 3363 0 1 0 210 14 0 0 25 0 9 0 1992552780 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19676] ppid=19673 vsize=868468 CPUtime=0.23
/proc/19674/task/19676/stat : 19676 (java) S 19673 19660 16976 0 -1 64 1739 0 0 0 19 4 0 0 16 0 9 0 1992552781 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19677] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19677/stat : 19677 (java) S 19673 19660 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992552781 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19678] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19678/stat : 19678 (java) S 19673 19660 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992552781 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19679] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19679/stat : 19679 (java) S 19673 19660 16976 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992552783 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19680] ppid=19673 vsize=868468 CPUtime=0.23
/proc/19674/task/19680/stat : 19680 (java) S 19673 19660 16976 0 -1 64 1497 0 0 0 23 0 0 0 16 0 9 0 1992552783 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19681] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19681/stat : 19681 (java) S 19673 19660 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992552783 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19682] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19682/stat : 19682 (java) S 19673 19660 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992552783 889311232 5849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887424

[startup+6.30131 s]
/proc/loadavg: 1.90 1.98 1.99 3/92 19682
/proc/meminfo: memFree=1774928/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.3
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 974 4303 0 1 3 1 23 3 15 0 1 0 1992552746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 797 370 3 0 500 0
[pid=19673] ppid=19660 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19660 19660 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992552779 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 233 193 169 0 50 0
[pid=19674] ppid=19673 vsize=868468 CPUtime=5.88
/proc/19674/stat : 19674 (java) S 19673 19660 16976 0 -1 0 8271 0 1 0 540 48 0 0 18 0 9 0 1992552779 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19674/statm: 217117 5850 2562 9 0 211664 0
[pid=19674/tid=19675] ppid=19673 vsize=868468 CPUtime=5.14
/proc/19674/task/19675/stat : 19675 (java) R 19673 19660 16976 0 -1 64 4341 0 1 0 477 37 0 0 25 0 9 0 1992552780 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19676] ppid=19673 vsize=868468 CPUtime=0.46
/proc/19674/task/19676/stat : 19676 (java) S 19673 19660 16976 0 -1 64 1739 0 0 0 38 8 0 0 16 0 9 0 1992552781 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19677] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19677/stat : 19677 (java) S 19673 19660 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992552781 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19678] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19678/stat : 19678 (java) S 19673 19660 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992552781 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19679] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19679/stat : 19679 (java) S 19673 19660 16976 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992552783 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19680] ppid=19673 vsize=868468 CPUtime=0.23
/proc/19674/task/19680/stat : 19680 (java) S 19673 19660 16976 0 -1 64 1498 0 0 0 23 0 0 0 16 0 9 0 1992552783 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19681] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19681/stat : 19681 (java) S 19673 19660 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992552783 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19682] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19682/stat : 19682 (java) S 19673 19660 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992552783 889311232 5850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887424

[startup+12.7024 s]
/proc/loadavg: 1.83 1.97 1.98 3/93 19723
/proc/meminfo: memFree=1729944/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.3
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 974 4303 0 1 3 1 23 3 16 0 1 0 1992552746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 797 370 3 0 500 0
[pid=19673] ppid=19660 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19660 19660 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992552779 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 233 193 169 0 50 0
[pid=19674] ppid=19673 vsize=868468 CPUtime=12.23
/proc/19674/stat : 19674 (java) S 19673 19660 16976 0 -1 0 10365 0 1 0 1116 107 0 0 18 0 9 0 1992552779 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19674/statm: 217117 5851 2562 9 0 211664 0
[pid=19674/tid=19675] ppid=19673 vsize=868468 CPUtime=11.06
/proc/19674/task/19675/stat : 19675 (java) R 19673 19660 16976 0 -1 64 6434 0 1 0 1019 87 0 0 18 0 9 0 1992552780 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19676] ppid=19673 vsize=868468 CPUtime=0.89
/proc/19674/task/19676/stat : 19676 (java) S 19673 19660 16976 0 -1 64 1739 0 0 0 71 18 0 0 16 0 9 0 1992552781 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19677] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19677/stat : 19677 (java) S 19673 19660 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992552781 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19678] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19678/stat : 19678 (java) S 19673 19660 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992552781 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19679] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19679/stat : 19679 (java) S 19673 19660 16976 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992552783 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19680] ppid=19673 vsize=868468 CPUtime=0.24
/proc/19674/task/19680/stat : 19680 (java) S 19673 19660 16976 0 -1 64 1499 0 0 0 24 0 0 0 16 0 9 0 1992552783 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19681] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19681/stat : 19681 (java) S 19673 19660 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992552783 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19682] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19682/stat : 19682 (java) S 19673 19660 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992552783 889311232 5851 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887424

[startup+25.5025 s]
/proc/loadavg: 2.08 2.02 2.00 3/93 19723
/proc/meminfo: memFree=813464/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.3
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 974 4303 0 1 3 1 23 3 16 0 1 0 1992552746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19660/statm: 3400 797 370 3 0 500 0
[pid=19673] ppid=19660 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19660 19660 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992552779 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 233 193 169 0 50 0
[pid=19674] ppid=19673 vsize=868468 CPUtime=24.9
/proc/19674/stat : 19674 (java) S 19673 19660 16976 0 -1 0 14537 0 1 0 2267 223 0 0 18 0 9 0 1992552779 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19674/statm: 217117 5853 2562 9 0 211664 0
[pid=19674/tid=19675] ppid=19673 vsize=868468 CPUtime=22.75
/proc/19674/task/19675/stat : 19675 (java) R 19673 19660 16976 0 -1 64 10604 0 1 0 2095 180 0 0 25 0 9 0 1992552780 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19676] ppid=19673 vsize=868468 CPUtime=1.88
/proc/19674/task/19676/stat : 19676 (java) S 19673 19660 16976 0 -1 64 1739 0 0 0 147 41 0 0 16 0 9 0 1992552781 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19677] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19677/stat : 19677 (java) S 19673 19660 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992552781 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19678] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19678/stat : 19678 (java) S 19673 19660 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992552781 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19679] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19679/stat : 19679 (java) S 19673 19660 16976 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992552783 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19680] ppid=19673 vsize=868468 CPUtime=0.24
/proc/19674/task/19680/stat : 19680 (java) S 19673 19660 16976 0 -1 64 1501 0 0 0 24 0 0 0 17 0 9 0 1992552783 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19681] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19681/stat : 19681 (java) S 19673 19660 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992552783 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19682] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19682/stat : 19682 (java) S 19673 19660 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992552783 889311232 5853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 887424

[startup+51.1028 s]
/proc/loadavg: 2.11 2.03 2.00 3/92 19724
/proc/meminfo: memFree=555608/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=0.3
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 974 4303 0 1 3 1 23 3 16 0 1 0 1992552746 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19660/statm: 3400 797 370 3 0 500 0
[pid=19673] ppid=19660 vsize=5356 CPUtime=0
/proc/19673/stat : 19673 (sh) S 19660 19660 16976 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992552779 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19673/statm: 1339 233 193 169 0 50 0
[pid=19674] ppid=19673 vsize=868468 CPUtime=49.7
/proc/19674/stat : 19674 (java) S 19673 19660 16976 0 -1 0 22936 0 1 0 4501 469 0 0 18 0 9 0 1992552779 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19674/statm: 217117 5854 2562 9 0 211664 0
[pid=19674/tid=19675] ppid=19673 vsize=868468 CPUtime=45.69
/proc/19674/task/19675/stat : 19675 (java) R 19673 19660 16976 0 -1 64 19002 0 1 0 4185 384 0 0 21 0 9 0 1992552780 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19676] ppid=19673 vsize=868468 CPUtime=3.74
/proc/19674/task/19676/stat : 19676 (java) S 19673 19660 16976 0 -1 64 1739 0 0 0 290 84 0 0 16 0 9 0 1992552781 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19677] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19677/stat : 19677 (java) S 19673 19660 16976 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992552781 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19678] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19678/stat : 19678 (java) S 19673 19660 16976 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992552781 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19679] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19679/stat : 19679 (java) S 19673 19660 16976 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1992552783 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19680] ppid=19673 vsize=868468 CPUtime=0.24
/proc/19674/task/19680/stat : 19680 (java) S 19673 19660 16976 0 -1 64 1502 0 0 0 24 0 0 0 16 0 9 0 1992552783 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19674/tid=19681] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19681/stat : 19681 (java) S 19673 19660 16976 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992552783 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19674/tid=19682] ppid=19673 vsize=868468 CPUtime=0
/proc/19674/task/19682/stat : 19682 (java) S 19673 19660 16976 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992552783 889311232 5854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 887424



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+78.8015 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 19726
/proc/meminfo: memFree=15064/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=65.57
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 1032 32869 0 2 3 1 5926 627 16 0 1 0 1992552746 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19660/statm: 3400 798 370 3 0 500 0
[pid=19725] ppid=19660 vsize=5356 CPUtime=0
/proc/19725/stat : 19725 (sh) S 19660 19660 16976 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992559470 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19725/statm: 1339 232 193 169 0 50 0
[pid=19726] ppid=19725 vsize=907400 CPUtime=10.92
/proc/19726/stat : 19726 (minisat) R 19725 19660 16976 0 -1 4194304 222683 0 0 0 946 146 0 0 25 0 1 0 1992559470 929177600 222669 996147200 134512640 135127466 4294956272 18446744073709551615 134892510 0 0 4096 3 0 0 0 17 1 0 0
/proc/19726/statm: 226850 222669 62 150 0 226697 0
Current children cumulated CPU time (s) 76.49
Current children cumulated vsize (KiB) 926356

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

[startup+78.9197 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 19726
/proc/meminfo: memFree=15064/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=65.57
/proc/19660/stat : 19660 (sugar) S 19658 19660 16976 0 -1 4194304 1043 32869 0 2 3 1 5926 627 16 0 1 0 1992552746 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19660/statm: 3400 798 370 3 0 500 0
[pid=19725] ppid=19660 vsize=0 CPUtime=0
/proc/19725/stat : 19725 (sh) Z 19660 19660 16976 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1992559470 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/19725/statm: 0 0 0 0 0 0 0
[pid=19726] ppid=1 vsize=0 CPUtime=11.03
/proc/19726/stat : 19726 (minisat) R 1 19660 16976 0 -1 4195332 222683 0 0 0 946 157 0 0 25 0 1 0 1992559470 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19726/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.6
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (65.61 s) is less than in the last sample (76.6 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (10.99 s) to the 'lost time'.

[startup+79.0025 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 19726
/proc/meminfo: memFree=15064/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=65.61
/proc/19660/stat : 19660 (sugar) R 19658 19660 16976 0 -1 4194304 1068 33146 0 2 4 4 5926 627 16 0 1 0 1992552746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19660/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 65.61
Current children cumulated vsize (KiB) 13600

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

[startup+79.1015 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 19726
/proc/meminfo: memFree=15064/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=65.71
/proc/19660/stat : 19660 (sugar) R 19658 19660 16976 0 -1 4194304 1068 33146 0 2 4 14 5926 627 16 0 1 0 1992552746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19660/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 65.71
Current children cumulated vsize (KiB) 13600

[startup+79.5016 s]
/proc/loadavg: 2.14 2.04 2.01 2/83 19727
/proc/meminfo: memFree=1267104/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=65.78
/proc/19660/stat : 19660 (sugar) D 19658 19660 16976 0 -1 4194304 1068 33146 0 2 4 21 5926 627 15 0 1 0 1992552746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19660/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 65.78
Current children cumulated vsize (KiB) 13600

[startup+79.7016 s]
/proc/loadavg: 2.14 2.04 2.01 2/83 19727
/proc/meminfo: memFree=1267104/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=65.78
/proc/19660/stat : 19660 (sugar) D 19658 19660 16976 0 -1 4194304 1068 33146 0 2 4 21 5926 627 15 0 1 0 1992552746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19660/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 65.78
Current children cumulated vsize (KiB) 13600

[startup+79.8016 s]
/proc/loadavg: 2.14 2.04 2.01 2/83 19727
/proc/meminfo: memFree=1267104/2055920 swapFree=4180724/4192956
[pid=19660] ppid=19658 vsize=13600 CPUtime=65.79
/proc/19660/stat : 19660 (sugar) D 19658 19660 16976 0 -1 4194304 1068 33146 0 2 4 22 5926 627 15 0 1 0 1992552746 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19660/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 65.79
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 10.99
#  lost CPU user time (s): 9.45
#  lost CPU system time (s): 1.54

Real time (s): 79.8568
CPU time (s): 76.804
CPU user time (s): 68.754
CPU system time (s): 8.05001
CPU usage (%): 96.1771
Max. virtual memory (cumulated for all children) (KiB): 926356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.304
system time used= 6.51001
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34245
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151485
involuntary context switches= 146596

runsolver used 0.078987 second user time and 0.302953 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 03:43:33
IDJOB=1062657
IDBENCH=54661
IDSOLVER=346
FILE ID=node57/1062657-1215135813
PBS_JOBID= 7877092
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-pk1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1062657-1215135813/watcher-1062657-1215135813 -o /tmp/evaluation-result-1062657-1215135813/solver-1062657-1215135813 -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/minisat" -tmp="HOME/temp" HOME/instance-1062657-1215135813.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fff94e8ceb5817adba06954653909a4e
RANDOM SEED=1011345204

node57.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.258
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.258
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:       1838856 kB
Buffers:         13808 kB
Cached:          87016 kB
SwapCached:       6072 kB
Active:         135668 kB
Inactive:        23072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838856 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            1488 kB
Writeback:           0 kB
Mapped:          74048 kB
Slab:            43384 kB
Committed_AS:  3986520 kB
PageTables:       1972 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= 66544 MiB
End job on node57 at 2008-07-04 03:44:54